Skip to content

Commit

Permalink
Merge pull request #12 from RockefellerArchiveCenter/dependency-updates
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
ioduok authored Jan 6, 2025
2 parents 554f083 + 7a36587 commit 89e8513
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
#
# pip-compile --output-file=tests/test_requirements.txt tests/test_requirements.in
#
boto3==1.35.72
boto3==1.35.90
# via
# -r tests/test_requirements.in
# moto
botocore==1.35.72
botocore==1.35.90
# via
# boto3
# moto
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
coverage==7.6.8
coverage==7.6.10
# via -r tests/test_requirements.in
cryptography==44.0.0
# via moto
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
jinja2==3.1.5
# via moto
jmespath==1.0.1
# via
Expand All @@ -37,7 +37,7 @@ markupsafe==3.0.2
# via
# jinja2
# werkzeug
moto==5.0.22
moto==5.0.25
# via -r tests/test_requirements.in
packaging==24.2
# via pytest
Expand All @@ -61,9 +61,9 @@ responses==0.25.3
# via moto
s3transfer==0.10.4
# via boto3
six==1.16.0
six==1.17.0
# via python-dateutil
urllib3==2.2.3
urllib3==2.3.0
# via
# botocore
# requests
Expand Down

0 comments on commit 89e8513

Please sign in to comment.