Skip to content

Commit

Permalink
Update test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
reweeden committed Jun 14, 2023
1 parent ccaa03d commit d38df53
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/requirements-test.in
#
attrs==22.2.0
# via pytest
boto3==1.26.66
boto3==1.26.153
# via -r requirements/requirements-test.in
botocore==1.29.66
botocore==1.29.153
# via
# boto3
# s3transfer
certifi==2022.12.7
certifi==2023.5.7
# via requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via pytest
idna==3.4
# via requests
Expand All @@ -26,25 +24,25 @@ jmespath==1.0.1
# via
# boto3
# botocore
packaging==23.0
packaging==23.1
# via pytest
pluggy==1.0.0
# via pytest
pytest==7.2.1
pytest==7.3.2
# via -r requirements/requirements-test.in
python-dateutil==2.8.2
# via botocore
pyyaml==6.0
# via -r requirements/requirements-test.in
requests==2.28.2
requests==2.31.0
# via -r requirements/requirements-test.in
s3transfer==0.6.0
s3transfer==0.6.1
# via boto3
six==1.16.0
# via python-dateutil
tomli==2.0.1
# via pytest
urllib3==1.26.14
urllib3==1.26.16
# via
# botocore
# requests

0 comments on commit d38df53

Please sign in to comment.