Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Sep 5, 2024
1 parent 5a0bf55 commit 80c6898
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# django
bagit==1.8.1
# via -r requirements.txt
boto3==1.35.9
boto3==1.35.12
# via -r requirements.txt
botocore==1.35.9
botocore==1.35.12
# via
# -r requirements.txt
# boto3
Expand All @@ -29,7 +29,7 @@ certifi==2024.8.30
# via
# -r requirements.txt
# requests
cffi==1.17.0
cffi==1.17.1
# via
# -r requirements.txt
# cryptography
Expand All @@ -47,7 +47,7 @@ coverage[toml]==7.6.1
# via
# -r requirements-dev.in
# pytest-cov
cryptography==43.0.0
cryptography==43.0.1
# via
# -r requirements.txt
# josepy
Expand All @@ -63,7 +63,7 @@ distlib==0.3.8
# via virtualenv
dj-database-url==2.2.0
# via -r requirements.txt
django==4.2.15
django==4.2.16
# via
# -r requirements.txt
# dj-database-url
Expand Down Expand Up @@ -254,7 +254,7 @@ pytest==8.3.2
# pytest-randomly
pytest-cov==5.0.0
# via -r requirements-dev.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements-dev.in
pytest-mock==3.14.0
# via -r requirements-dev.in
Expand Down Expand Up @@ -375,7 +375,7 @@ zope-interface==7.0.3
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==74.0.0
setuptools==74.1.2
# via
# -r requirements.txt
# pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ asgiref==3.8.1
# via django
bagit==1.8.1
# via -r requirements.in
boto3==1.35.9
boto3==1.35.12
# via -r requirements.in
botocore==1.35.9
botocore==1.35.12
# via
# boto3
# s3transfer
brotli==1.1.0
# via -r requirements.in
certifi==2024.8.30
# via requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==43.0.0
cryptography==43.0.1
# via
# josepy
# mozilla-django-oidc
Expand All @@ -36,7 +36,7 @@ debtcollector==3.0.0
# python-keystoneclient
dj-database-url==2.2.0
# via -r requirements.in
django==4.2.15
django==4.2.16
# via
# -r requirements.in
# dj-database-url
Expand Down Expand Up @@ -222,7 +222,7 @@ zope-interface==7.0.3
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.0.0
setuptools==74.1.2
# via
# zope-event
# zope-interface

0 comments on commit 80c6898

Please sign in to comment.