Skip to content

Commit

Permalink
Bump pymongo from 4.6.1 to 4.7.2 in /requirements
Browse files Browse the repository at this point in the history
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 to 4.7.2.
- [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.6.1...4.7.2)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 9a4de4d commit 6d31d52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pygments==2.17.2
# sphinx-tabs
pylibmc==1.6.3
# via -r tests.in
pymongo==4.6.1
pymongo==4.7.2
# via -r tests.in
pyproject-api==1.6.1
# via tox
Expand Down
18 changes: 9 additions & 9 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile requirements/tests.in
#
boto3==1.34.39
# via -r requirements/tests.in
# via -r tests.in
botocore==1.34.39
# via
# boto3
Expand All @@ -25,24 +25,24 @@ pluggy==1.4.0
psutil==5.9.8
# via pytest-xprocess
pylibmc==1.6.3
# via -r requirements/tests.in
pymongo==4.6.1
# via -r requirements/tests.in
# via -r tests.in
pymongo==4.7.2
# via -r tests.in
pytest==8.0.0
# via
# -r requirements/tests.in
# -r tests.in
# pytest-xprocess
pytest-xprocess==0.23.0
# via -r requirements/tests.in
# via -r tests.in
python-dateutil==2.8.2
# via botocore
redis==5.0.1
# via -r requirements/tests.in
# via -r tests.in
s3transfer==0.10.0
# via boto3
six==1.16.0
# via python-dateutil
urllib3
urllib3==2.0.7
# via botocore
uwsgi==2.0.24
# via -r requirements/tests.in
# via -r tests.in

0 comments on commit 6d31d52

Please sign in to comment.