Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jul 11, 2024
1 parent 7b506f5 commit 4e8d26d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.34.141
boto3==1.34.143
# via -r requirements.txt
botocore==1.34.141
botocore==1.34.143
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -63,7 +63,7 @@ distlib==0.3.8
# via virtualenv
dj-database-url==2.2.0
# via -r requirements.txt
django==4.2.13
django==4.2.14
# via
# -r requirements.txt
# dj-database-url
Expand Down Expand Up @@ -375,7 +375,7 @@ zope-interface==6.4.post2
# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
# via pip-tools
setuptools==70.2.0
setuptools==70.3.0
# via
# -r requirements.txt
# pip-tools
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.8.1
# via django
bagit==1.8.1
# via -r requirements.in
boto3==1.34.141
boto3==1.34.143
# via -r requirements.in
botocore==1.34.141
botocore==1.34.143
# via
# boto3
# s3transfer
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.13
django==4.2.14
# via
# -r requirements.in
# dj-database-url
Expand Down Expand Up @@ -222,7 +222,7 @@ zope-interface==6.4.post2
# via gevent

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

0 comments on commit 4e8d26d

Please sign in to comment.