From c584738b1d5b8de5da6c7c79331c9da63b806d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:20:28 +0000 Subject: [PATCH] Bump the pip-deps group across 1 directory with 9 updates Bumps the pip-deps group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.15.4` | `4.15.5` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.1` | `9.0.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.5.0` | `2.6.1` | | [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.38.0` | `1.39.0` | | [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.38.0` | `1.39.0` | | [black](https://github.com/psf/black) | `25.11.0` | `25.12.0` | | [botocore](https://github.com/boto/botocore) | `1.41.3` | `1.42.5` | | [boto3](https://github.com/boto/boto3) | `1.41.3` | `1.42.5` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` | Updates `pymongo` from 4.15.4 to 4.15.5 - [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.4...4.15.5) Updates `pytest` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2) Updates `urllib3` from 2.5.0 to 2.6.1 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.1) Updates `opentelemetry-api` from 1.38.0 to 1.39.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.38.0...v1.39.0) Updates `opentelemetry-sdk` from 1.38.0 to 1.39.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.38.0...v1.39.0) Updates `black` from 25.11.0 to 25.12.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.11.0...25.12.0) Updates `botocore` from 1.41.3 to 1.42.5 - [Commits](https://github.com/boto/botocore/compare/1.41.3...1.42.5) Updates `boto3` from 1.41.3 to 1.42.5 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.41.3...1.42.5) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: urllib3 dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: opentelemetry-api dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: opentelemetry-sdk dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: botocore dependency-version: 1.42.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: boto3 dependency-version: 1.42.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor 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 8c721715b..7562d29f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,28 +9,28 @@ semver==3.0.4 chardet==5.2.0 jsonpatch==1.33 kubernetes==32.0.1 -pymongo==4.15.4 -pytest==9.0.1 +pymongo==4.15.5 +pytest==9.0.2 pytest-asyncio==1.3.0 pycognito==2024.5.1 PyYAML==6.0.3 -urllib3==2.5.0 +urllib3==2.6.1 cryptography==46.0.3 python-dateutil==2.9.0.post0 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==1.38.0 -opentelemetry-sdk==1.38.0 +opentelemetry-api==1.39.0 +opentelemetry-sdk==1.39.0 pytest-opentelemetry==1.1.0 -black==25.11.0 +black==25.12.0 flake8==7.3.0 isort==7.0.0 shrub.py==3.10.0 pytest-mock==3.15.1 wrapt==1.17.3 -botocore==1.41.3 -boto3==1.41.3 +botocore==1.42.5 +boto3==1.42.5 python-frontmatter==1.1.0 python-on-whales==0.79.0 yamale==6.1.0 @@ -42,7 +42,7 @@ freezegun==1.5.5 python-box==7.3.2 autopep8==2.3.2 flake8-isort==7.0.0 -mypy==1.18.2 +mypy==1.19.0 types-freezegun==1.1.10 types-PyYAML==6.0.12.20250915 types-pytz==2025.2.0.20251108