Skip to content

Commit 910f807

Browse files
Bump the pip-deps group with 9 updates
Bumps the pip-deps group with 9 updates: | Package | From | To | | --- | --- | --- | | ruamel-yaml | `0.18.15` | `0.18.16` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.2` | `46.0.3` | | [isort](https://github.com/PyCQA/isort) | `6.1.0` | `7.0.0` | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.3` | `2.0.0` | | [botocore](https://github.com/boto/botocore) | `1.40.51` | `1.40.60` | | [boto3](https://github.com/boto/boto3) | `1.40.51` | `1.40.60` | | [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) | `0.78.0` | `0.79.0` | | [pygithub](https://github.com/pygithub/pygithub) | `2.7.0` | `2.8.1` | | [flake8-isort](https://github.com/gforcada/flake8-isort) | `6.1.2` | `7.0.0` | Updates `ruamel-yaml` from 0.18.15 to 0.18.16 Updates `cryptography` from 46.0.2 to 46.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.2...46.0.3) Updates `isort` from 6.1.0 to 7.0.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.1.0...7.0.0) Updates `wrapt` from 1.17.3 to 2.0.0 - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](GrahamDumpleton/wrapt@1.17.3...2.0.0) Updates `botocore` from 1.40.51 to 1.40.60 - [Commits](boto/botocore@1.40.51...1.40.60) Updates `boto3` from 1.40.51 to 1.40.60 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.51...1.40.60) Updates `python-on-whales` from 0.78.0 to 0.79.0 - [Release notes](https://github.com/gabrieldemarmiesse/python-on-whales/releases) - [Commits](gabrieldemarmiesse/python-on-whales@v0.78.0...v0.79.0) Updates `pygithub` from 2.7.0 to 2.8.1 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](PyGithub/PyGithub@v2.7.0...v2.8.1) Updates `flake8-isort` from 6.1.2 to 7.0.0 - [Changelog](https://github.com/gforcada/flake8-isort/blob/main/CHANGES.rst) - [Commits](gforcada/flake8-isort@6.1.2...7.0.0) --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.18.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-deps - dependency-name: wrapt dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-deps - dependency-name: botocore dependency-version: 1.40.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: boto3 dependency-version: 1.40.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: python-on-whales dependency-version: 0.79.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: pygithub dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: flake8-isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b384e33 commit 910f807

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ requests==2.32.5
22
click==8.3.0
33
docker==7.1.0
44
Jinja2==3.1.6
5-
ruamel.yaml==0.18.15
5+
ruamel.yaml==0.18.16
66
dnspython>=2.6.1
77
MarkupSafe==3.0.3
88
semver==3.0.4
@@ -15,7 +15,7 @@ pytest-asyncio==1.2.0
1515
pycognito==2024.5.1
1616
PyYAML==6.0.3
1717
urllib3==2.5.0
18-
cryptography==46.0.2
18+
cryptography==46.0.3
1919
python-dateutil==2.9.0.post0
2020
python-ldap==3.4.5
2121
GitPython==3.1.45
@@ -27,23 +27,23 @@ jedi
2727
rope
2828
black==25.9.0
2929
flake8
30-
isort==6.1.0
30+
isort==7.0.0
3131
shrub.py==3.10.0
3232
pytest-mock==3.15.1
33-
wrapt==1.17.3
34-
botocore==1.40.51
35-
boto3==1.40.51
33+
wrapt==2.0.0
34+
botocore==1.40.65
35+
boto3==1.40.65
3636
python-frontmatter==1.1.0
37-
python-on-whales==0.78.0
37+
python-on-whales==0.79.0
3838
yamale==6.0.0
3939
yamllint==1.37.1
40-
PyGithub==2.7.0
40+
PyGithub==2.8.1
4141

4242
# from kubeobject
4343
freezegun==1.5.5
4444
python-box==7.3.2
4545
autopep8==2.3.2
46-
flake8-isort==6.1.2
46+
flake8-isort==7.0.0
4747
mypy==1.18.2
4848
types-freezegun==1.1.10
4949
types-PyYAML==6.0.12.20250915

0 commit comments

Comments
 (0)