Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 3, 2023
1 parent 4123349 commit 5ec1ccb
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.73
boto3==1.28.74
# via -r requirements/base.in
botocore==1.31.73
botocore==1.31.74
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.73
boto3==1.28.74
# via -r requirements/base.in
botocore==1.31.73
botocore==1.31.74
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.73
boto3==1.28.74
# via -r requirements/base.in
botocore==1.31.73
botocore==1.31.74
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -186,7 +186,7 @@ psutil==5.9.6
# via edx-django-utils
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.14.2
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.73
boto3==1.28.74
# via -r requirements/base.in
botocore==1.31.73
botocore==1.31.74
# via
# boto3
# s3transfer
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 django
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.73
boto3==1.28.74
# via -r requirements/base.in
botocore==1.31.73
botocore==1.31.74
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -221,7 +221,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.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.13.0
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down

0 comments on commit 5ec1ccb

Please sign in to comment.