From 910f807ad404d0ea03431a7e61aa5ba70d0122a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 23:29:11 +0000 Subject: [PATCH] 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](https://github.com/pyca/cryptography/compare/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](https://github.com/PyCQA/isort/compare/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](https://github.com/GrahamDumpleton/wrapt/compare/1.17.3...2.0.0) Updates `botocore` from 1.40.51 to 1.40.60 - [Commits](https://github.com/boto/botocore/compare/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](https://github.com/boto/boto3/compare/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](https://github.com/gabrieldemarmiesse/python-on-whales/compare/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](https://github.com/pygithub/pygithub/compare/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](https://github.com/gforcada/flake8-isort/compare/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] --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 36e0f7886..886f1d9ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ requests==2.32.5 click==8.3.0 docker==7.1.0 Jinja2==3.1.6 -ruamel.yaml==0.18.15 +ruamel.yaml==0.18.16 dnspython>=2.6.1 MarkupSafe==3.0.3 semver==3.0.4 @@ -15,7 +15,7 @@ pytest-asyncio==1.2.0 pycognito==2024.5.1 PyYAML==6.0.3 urllib3==2.5.0 -cryptography==46.0.2 +cryptography==46.0.3 python-dateutil==2.9.0.post0 python-ldap==3.4.5 GitPython==3.1.45 @@ -27,23 +27,23 @@ jedi rope black==25.9.0 flake8 -isort==6.1.0 +isort==7.0.0 shrub.py==3.10.0 pytest-mock==3.15.1 -wrapt==1.17.3 -botocore==1.40.51 -boto3==1.40.51 +wrapt==2.0.0 +botocore==1.40.65 +boto3==1.40.65 python-frontmatter==1.1.0 -python-on-whales==0.78.0 +python-on-whales==0.79.0 yamale==6.0.0 yamllint==1.37.1 -PyGithub==2.7.0 +PyGithub==2.8.1 # from kubeobject freezegun==1.5.5 python-box==7.3.2 autopep8==2.3.2 -flake8-isort==6.1.2 +flake8-isort==7.0.0 mypy==1.18.2 types-freezegun==1.1.10 types-PyYAML==6.0.12.20250915