-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0ced59
commit 91bdcd2
Showing
4 changed files
with
87 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,48 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile requirements/tests.in | ||
# | ||
async-timeout==4.0.2 | ||
# via redis | ||
attrs==21.2.0 | ||
# via pytest | ||
boto3==1.26.104 | ||
# via -r tests.in | ||
botocore==1.29.104 | ||
boto3==1.34.39 | ||
# via -r requirements/tests.in | ||
botocore==1.34.39 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
dnspython==2.2.1 | ||
dnspython==2.5.0 | ||
# via pymongo | ||
exceptiongroup==1.1.0 | ||
# via pytest | ||
iniconfig==1.1.1 | ||
iniconfig==2.0.0 | ||
# via pytest | ||
jmespath==1.0.1 | ||
# via | ||
# boto3 | ||
# botocore | ||
packaging==21.3 | ||
packaging==23.2 | ||
# via pytest | ||
pluggy==1.0.0 | ||
pluggy==1.4.0 | ||
# via pytest | ||
psutil==5.8.0 | ||
# via pytest-xprocess | ||
py==1.10.0 | ||
psutil==5.9.8 | ||
# via pytest-xprocess | ||
pylibmc==1.6.3 | ||
# via -r tests.in | ||
pymongo==4.3.3 | ||
# via mongoengine | ||
pyparsing==2.4.7 | ||
# via packaging | ||
pytest==7.2.2 | ||
# via -r requirements/tests.in | ||
pymongo==4.6.1 | ||
# via -r requirements/tests.in | ||
pytest==8.0.0 | ||
# via | ||
# -r tests.in | ||
# -r requirements/tests.in | ||
# pytest-xprocess | ||
pytest-xprocess==0.22.2 | ||
# via -r tests.in | ||
pytest-xprocess==0.23.0 | ||
# via -r requirements/tests.in | ||
python-dateutil==2.8.2 | ||
# via botocore | ||
redis==4.5.1 | ||
# via -r tests.in | ||
s3transfer==0.6.0 | ||
redis==5.0.1 | ||
# via -r requirements/tests.in | ||
s3transfer==0.10.0 | ||
# via boto3 | ||
six==1.16.0 | ||
# via python-dateutil | ||
urllib3==1.26.13 | ||
urllib3 | ||
# via botocore | ||
uwsgi==2.0.21 | ||
# via -r tests.in | ||
uwsgi==2.0.24 | ||
# via -r requirements/tests.in |
Oops, something went wrong.