Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 29, 2023
1 parent b5b24b8 commit 0e3a38e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ backoff==2.2.1
# via -r requirements/base.in
backports-zoneinfo==0.2.1
# via django
boto3==1.28.68
boto3==1.28.73
# via -r requirements/base.in
botocore==1.31.68
botocore==1.31.73
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.0
# via
# tox
# virtualenv
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
boto3==1.28.68
boto3==1.28.73
# via -r requirements/test.txt
botocore==1.31.68
botocore==1.31.73
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -78,7 +78,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.4
filelock==3.13.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -159,7 +159,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -230,7 +230,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1
# via
# -r requirements/../requirements.txt
# django
boto3==1.28.68
boto3==1.28.73
# via -r requirements/../requirements.txt
botocore==1.31.68
botocore==1.31.73
# via
# -r requirements/../requirements.txt
# boto3
Expand Down Expand Up @@ -110,7 +110,7 @@ pynacl==1.5.0
# via
# -r requirements/../requirements.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 0e3a38e

Please sign in to comment.