Skip to content

Commit a6a72a7

Browse files
Bump the pip-deps group across 1 directory with 11 updates (#262)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19d6704 commit a6a72a7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ semver==3.0.4
99
chardet==5.2.0
1010
jsonpatch==1.33
1111
kubernetes==30.1.0
12-
pymongo==4.13.0
13-
pytest==8.4.0
14-
pytest-asyncio==0.26.0
12+
pymongo==4.13.2
13+
pytest==8.4.1
14+
pytest-asyncio==1.0.0
1515
pycognito==2024.5.1
1616
PyYAML==6.0.2
1717
urllib3==2.5.0
18-
cryptography==45.0.3
19-
python-dateutil==2.9.0
18+
cryptography==45.0.5
19+
python-dateutil==2.9.0.post0
2020
python-ldap==3.4.4
2121
GitPython==3.1.44
2222
setuptools>=71.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
@@ -31,19 +31,19 @@ isort==6.0.1
3131
shrub.py==3.10.0
3232
pytest-mock==3.14.1
3333
wrapt==1.17.2
34-
botocore==1.38.33
35-
boto3==1.38.33
34+
botocore==1.39.4
35+
boto3==1.39.4
3636

3737
# from kubeobject
38-
freezegun==1.5.2
38+
freezegun==1.5.3
3939
python-box==7.3.2
4040
autopep8==2.3.2
4141
flake8-isort==6.1.2
42-
mypy==1.16.0
42+
mypy==1.17.0
4343
types-freezegun==1.1.10
4444
types-PyYAML==6.0.12.20250516
4545
types-pytz==2025.2.0.20250516
46-
types-python-dateutil==2.9.0.20250516
46+
types-python-dateutil==2.9.0.20250708
4747
pipupgrade==1.12.0
48-
pytest-cov==6.1.1
48+
pytest-cov==6.2.1
4949
pytest-socket==0.7.0

0 commit comments

Comments
 (0)