Skip to content

Commit

Permalink
chore: update pymongo latest version to 4.9.1 (#10804)
Browse files Browse the repository at this point in the history
- update `pymongo` lockfiles 
- small update to test to account for module import change in `pymongo
4.9`

## Checklist
- [x] PR author has checked that all the criteria below are met
- The PR description includes an overview of the change
- The PR description articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [x] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)

---------

Co-authored-by: quinna-h <175135214+quinna-h@users.noreply.github.com>
Co-authored-by: Quinna Halim <quinna.halim@datadoghq.com>
  • Loading branch information
3 people committed Sep 27, 2024
1 parent 0dd7362 commit b973953
Show file tree
Hide file tree
Showing 25 changed files with 220 additions and 218 deletions.
10 changes: 5 additions & 5 deletions .riot/requirements/12616cb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/12616cb.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/12616cb.in
#
attrs==24.2.0
coverage[toml]==7.6.1
exceptiongroup==1.2.2
hypothesis==6.45.0
importlib-metadata==8.4.0
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
mongoengine==0.29.0
mongoengine==0.29.1
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pymongo==3.9.0
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
zipp==3.20.1
zipp==3.20.2
28 changes: 14 additions & 14 deletions .riot/requirements/13015fd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/13015fd.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13015fd.in
#
attrs==23.2.0
coverage[toml]==7.4.0
dnspython==2.4.2
exceptiongroup==1.2.0
attrs==24.2.0
coverage[toml]==7.6.1
dnspython==2.6.1
exceptiongroup==1.2.2
hypothesis==6.45.0
importlib-metadata==7.0.1
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
mongoengine==0.27.0
mongoengine==0.29.1
opentracing==2.4.0
packaging==23.2
pluggy==1.3.0
pymongo==4.6.1
pytest==7.4.4
pytest-cov==4.1.0
pytest-mock==3.12.0
packaging==24.1
pluggy==1.5.0
pymongo==4.9.1
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
zipp==3.17.0
zipp==3.20.2
18 changes: 9 additions & 9 deletions .riot/requirements/13fe884.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/13fe884.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13fe884.in
#
attrs==23.2.0
coverage[toml]==7.4.0
attrs==24.2.0
coverage[toml]==7.6.1
hypothesis==6.45.0
iniconfig==2.0.0
mock==5.1.0
mongoengine==0.27.0
mongoengine==0.29.1
opentracing==2.4.0
packaging==23.2
pluggy==1.3.0
packaging==24.1
pluggy==1.5.0
pymongo==3.12.3
pytest==7.4.4
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
4 changes: 2 additions & 2 deletions .riot/requirements/14b37e6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/14b37e6.in
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/14b37e6.in
#
attrs==24.2.0
coverage[toml]==7.2.7
Expand All @@ -11,7 +11,7 @@ hypothesis==6.45.0
importlib-metadata==6.7.0
iniconfig==2.0.0
mock==5.1.0
mongoengine==0.29.0
mongoengine==0.29.1
opentracing==2.4.0
packaging==24.0
pluggy==1.2.0
Expand Down
10 changes: 5 additions & 5 deletions .riot/requirements/167d6de.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/167d6de.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/167d6de.in
#
attrs==24.2.0
coverage[toml]==7.6.1
exceptiongroup==1.2.2
hypothesis==6.45.0
importlib-metadata==8.4.0
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
mongoengine==0.29.0
mongoengine==0.29.1
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pymongo==3.8.0
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
zipp==3.20.1
zipp==3.20.2
24 changes: 12 additions & 12 deletions .riot/requirements/185fc1c.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/185fc1c.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/185fc1c.in
#
attrs==23.2.0
coverage[toml]==7.4.0
exceptiongroup==1.2.0
attrs==24.2.0
coverage[toml]==7.6.1
exceptiongroup==1.2.2
hypothesis==6.45.0
importlib-metadata==7.0.1
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
mongoengine==0.27.0
mongoengine==0.29.1
opentracing==2.4.0
packaging==23.2
pluggy==1.3.0
packaging==24.1
pluggy==1.5.0
pymongo==3.13.0
pytest==7.4.4
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
zipp==3.17.0
zipp==3.20.2
28 changes: 14 additions & 14 deletions .riot/requirements/19aba18.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/19aba18.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/19aba18.in
#
attrs==23.2.0
coverage[toml]==7.4.0
dnspython==2.4.2
exceptiongroup==1.2.0
attrs==24.2.0
coverage[toml]==7.6.1
dnspython==2.6.1
exceptiongroup==1.2.2
hypothesis==6.45.0
importlib-metadata==7.0.1
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
mongoengine==0.27.0
mongoengine==0.29.1
opentracing==2.4.0
packaging==23.2
pluggy==1.3.0
pymongo==4.6.1
pytest==7.4.4
pytest-cov==4.1.0
pytest-mock==3.12.0
packaging==24.1
pluggy==1.5.0
pymongo==4.9.1
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
zipp==3.17.0
zipp==3.20.2
12 changes: 6 additions & 6 deletions .riot/requirements/1ba8c21.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/1ba8c21.in
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/1ba8c21.in
#
attrs==23.2.0
attrs==24.2.0
coverage[toml]==7.2.7
dnspython==2.3.0
exceptiongroup==1.2.0
exceptiongroup==1.2.2
hypothesis==6.45.0
importlib-metadata==6.7.0
iniconfig==2.0.0
mock==5.1.0
mongoengine==0.27.0
mongoengine==0.29.1
opentracing==2.4.0
packaging==23.2
packaging==24.0
pluggy==1.2.0
pymongo==4.6.1
pymongo==4.7.3
pytest==7.4.4
pytest-cov==4.1.0
pytest-mock==3.11.1
Expand Down
28 changes: 14 additions & 14 deletions .riot/requirements/1dbb110.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/1dbb110.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1dbb110.in
#
attrs==23.2.0
coverage[toml]==7.4.0
dnspython==2.4.2
exceptiongroup==1.2.0
attrs==24.2.0
coverage[toml]==7.6.1
dnspython==2.6.1
exceptiongroup==1.2.2
hypothesis==6.45.0
importlib-metadata==7.0.1
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
mongoengine==0.27.0
mongoengine==0.29.1
opentracing==2.4.0
packaging==23.2
pluggy==1.3.0
pymongo==4.6.1
pytest==7.4.4
pytest-cov==4.1.0
pytest-mock==3.12.0
packaging==24.1
pluggy==1.5.0
pymongo==4.9.1
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
zipp==3.17.0
zipp==3.20.2
18 changes: 9 additions & 9 deletions .riot/requirements/1e60db0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/1e60db0.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1e60db0.in
#
attrs==23.2.0
coverage[toml]==7.4.0
attrs==24.2.0
coverage[toml]==7.6.1
hypothesis==6.45.0
iniconfig==2.0.0
mock==5.1.0
mongoengine==0.27.0
mongoengine==0.29.1
opentracing==2.4.0
packaging==23.2
pluggy==1.3.0
packaging==24.1
pluggy==1.5.0
pymongo==3.12.3
pytest==7.4.4
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
24 changes: 12 additions & 12 deletions .riot/requirements/1eb9abd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/1eb9abd.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1eb9abd.in
#
attrs==23.2.0
coverage[toml]==7.4.0
dnspython==2.4.2
exceptiongroup==1.2.0
attrs==24.2.0
coverage[toml]==7.6.1
dnspython==2.6.1
exceptiongroup==1.2.2
hypothesis==6.45.0
iniconfig==2.0.0
mock==5.1.0
mongoengine==0.27.0
mongoengine==0.29.1
opentracing==2.4.0
packaging==23.2
pluggy==1.3.0
pymongo==4.6.1
pytest==7.4.4
pytest-cov==4.1.0
pytest-mock==3.12.0
packaging==24.1
pluggy==1.5.0
pymongo==4.9.1
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
10 changes: 5 additions & 5 deletions .riot/requirements/1fd0884.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/1fd0884.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1fd0884.in
#
attrs==24.2.0
coverage[toml]==7.6.1
exceptiongroup==1.2.2
hypothesis==6.45.0
importlib-metadata==8.4.0
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
mongoengine==0.29.0
mongoengine==0.29.1
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pymongo==3.8.0
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
zipp==3.20.1
zipp==3.20.2
Loading

0 comments on commit b973953

Please sign in to comment.