From e8f7074ecc11fd0f5e2ec11062bc23de374ccda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:21:44 +0000 Subject: [PATCH 1/2] Bump the pip-deps group across 1 directory with 7 updates Bumps the pip-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.15.2` | `4.15.3` | | [python-ldap](https://github.com/python-ldap/python-ldap) | `3.4.4` | `3.4.5` | | [isort](https://github.com/PyCQA/isort) | `6.1.0` | `7.0.0` | | [botocore](https://github.com/boto/botocore) | `1.40.46` | `1.40.51` | | [boto3](https://github.com/boto/boto3) | `1.40.46` | `1.40.51` | | [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) | `2.9.0.20250822` | `2.9.0.20251008` | | [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | `16.0.1` | `16.1` | Updates `pymongo` from 4.15.2 to 4.15.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.15.2...4.15.3) Updates `python-ldap` from 3.4.4 to 3.4.5 - [Release notes](https://github.com/python-ldap/python-ldap/releases) - [Changelog](https://github.com/python-ldap/python-ldap/blob/python-ldap-3.4.5/CHANGES) - [Commits](https://github.com/python-ldap/python-ldap/compare/python-ldap-3.4.4...python-ldap-3.4.5) 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 `botocore` from 1.40.46 to 1.40.51 - [Commits](https://github.com/boto/botocore/compare/1.40.46...1.40.51) Updates `boto3` from 1.40.46 to 1.40.51 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.46...1.40.51) Updates `types-python-dateutil` from 2.9.0.20250822 to 2.9.0.20251008 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `pytest-rerunfailures` from 16.0.1 to 16.1 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.0.1...16.1) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: python-ldap dependency-version: 3.4.5 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: botocore dependency-version: 1.40.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: boto3 dependency-version: 1.40.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: types-python-dateutil dependency-version: 2.9.0.20251008 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: pytest-rerunfailures dependency-version: '16.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 532b23a50..13079316c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ semver==3.0.4 chardet==5.2.0 jsonpatch==1.33 kubernetes==32.0.1 -pymongo==4.15.2 +pymongo==4.15.3 pytest==8.4.2 pytest-asyncio==1.2.0 pycognito==2024.5.1 @@ -17,7 +17,7 @@ PyYAML==6.0.3 urllib3==2.5.0 cryptography==46.0.2 python-dateutil==2.9.0.post0 -python-ldap==3.4.4 +python-ldap==3.4.5 GitPython==3.1.45 setuptools>=71.0.3 # not directly required, pinned by Snyk to avoid a vulnerability opentelemetry-api @@ -27,12 +27,12 @@ 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.46 -boto3==1.40.46 +botocore==1.40.51 +boto3==1.40.51 python-frontmatter==1.1.0 python-on-whales==0.78.0 yamale==6.0.0 @@ -47,8 +47,8 @@ mypy==1.18.2 types-freezegun==1.1.10 types-PyYAML==6.0.12.20250915 types-pytz==2025.2.0.20250809 -types-python-dateutil==2.9.0.20250822 +types-python-dateutil==2.9.0.20251008 pipupgrade==1.12.0 pytest-cov==7.0.0 pytest-socket==0.7.0 -pytest-rerunfailures==16.0.1 +pytest-rerunfailures==16.1 From 0e7f090bb677a47620bce11e4c857bfa577d527b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kara=C5=9B?= Date: Tue, 14 Oct 2025 09:36:36 +0200 Subject: [PATCH 2/2] rollback incompatible isort version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 13079316c..86e66b47c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ jedi rope black==25.9.0 flake8 -isort==7.0.0 +isort==6.1.0 shrub.py==3.10.0 pytest-mock==3.15.1 wrapt==1.17.3