Skip to content

Commit e8d9412

Browse files
Bump the pip-deps group with 8 updates
Bumps the pip-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | ruamel-yaml | `0.18.14` | `0.18.15` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.14.0` | `4.14.1` | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.2` | `1.17.3` | | [botocore](https://github.com/boto/botocore) | `1.40.7` | `1.40.17` | | [boto3](https://github.com/boto/boto3) | `1.40.7` | `1.40.17` | | [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) | `6.0.12.20250809` | `6.0.12.20250822` | | [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) | `2.9.0.20250809` | `2.9.0.20250822` | Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.32.5) Updates `ruamel-yaml` from 0.18.14 to 0.18.15 Updates `pymongo` from 4.14.0 to 4.14.1 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.14.0...4.14.1) Updates `wrapt` from 1.17.2 to 1.17.3 - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](GrahamDumpleton/wrapt@1.17.2...1.17.3) Updates `botocore` from 1.40.7 to 1.40.17 - [Commits](boto/botocore@1.40.7...1.40.17) Updates `boto3` from 1.40.7 to 1.40.17 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.7...1.40.17) Updates `types-pyyaml` from 6.0.12.20250809 to 6.0.12.20250822 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-python-dateutil` from 2.9.0.20250809 to 2.9.0.20250822 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: ruamel-yaml dependency-version: 0.18.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: pymongo dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: wrapt dependency-version: 1.17.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: botocore dependency-version: 1.40.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: boto3 dependency-version: 1.40.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: types-pyyaml dependency-version: 6.0.12.20250822 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: types-python-dateutil dependency-version: 2.9.0.20250822 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55b869d commit e8d9412

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
requests==2.32.4
1+
requests==2.32.5
22
click==8.1.8
33
docker==7.1.0
44
Jinja2==3.1.6
5-
ruamel.yaml==0.18.14
5+
ruamel.yaml==0.18.15
66
dnspython>=2.6.1
77
MarkupSafe==3.0.2
88
semver==3.0.4
99
chardet==5.2.0
1010
jsonpatch==1.33
1111
kubernetes==30.1.0
12-
pymongo==4.14.0
12+
pymongo==4.14.1
1313
pytest==8.4.1
1414
pytest-asyncio==1.1.0
1515
pycognito==2024.5.1
@@ -30,9 +30,9 @@ flake8
3030
isort==6.0.1
3131
shrub.py==3.10.0
3232
pytest-mock==3.14.1
33-
wrapt==1.17.2
34-
botocore==1.40.7
35-
boto3==1.40.7
33+
wrapt==1.17.3
34+
botocore==1.40.17
35+
boto3==1.40.17
3636
python-frontmatter==1.1.0
3737
python-on-whales==0.78.0
3838

@@ -43,9 +43,9 @@ autopep8==2.3.2
4343
flake8-isort==6.1.2
4444
mypy==1.17.1
4545
types-freezegun==1.1.10
46-
types-PyYAML==6.0.12.20250809
46+
types-PyYAML==6.0.12.20250822
4747
types-pytz==2025.2.0.20250809
48-
types-python-dateutil==2.9.0.20250809
48+
types-python-dateutil==2.9.0.20250822
4949
pipupgrade==1.12.0
5050
pytest-cov==6.2.1
5151
pytest-socket==0.7.0

0 commit comments

Comments
 (0)