Skip to content

Commit

Permalink
chore: Updating Python Requirements (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 12, 2023
1 parent 591979e commit 24b20cd
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 22 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 @@ attrs==23.1.0
# via -r requirements/base.in
bleach==6.0.0
# via -r requirements/base.in
boto3==1.28.40
boto3==1.28.45
# via fs-s3fs
botocore==1.31.40
botocore==1.31.45
# via
# boto3
# s3transfer
Expand Down
16 changes: 9 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ binaryornot==0.4.4
# -r requirements/test.txt
# cookiecutter
bleach==6.0.0
# via
# -r requirements/test.txt
# readme-renderer
boto3==1.28.40
# via -r requirements/test.txt
boto3==1.28.45
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.45
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -262,6 +260,10 @@ newrelic==9.0.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.14
# via
# -r requirements/test.txt
# readme-renderer
oauthlib==3.2.2
# via -r requirements/test.txt
openedx-django-pyfs==3.4.0
Expand Down Expand Up @@ -372,7 +374,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
readme-renderer==41.0
readme-renderer==42.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -470,7 +472,7 @@ urllib3==1.26.16
# botocore
# requests
# twine
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/tox.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ attrs==23.1.0
# via -r requirements/base.txt
bleach==6.0.0
# via -r requirements/base.txt
boto3==1.28.40
boto3==1.28.45
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.45
# via
# -r requirements/base.txt
# boto3
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.1
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via cookiecutter
bleach==6.0.0
# via -r requirements/base.txt
boto3==1.28.40
boto3==1.28.45
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.45
# via
# -r requirements/base.txt
# boto3
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ attrs==23.1.0
binaryornot==0.4.4
# via cookiecutter
bleach==6.0.0
# via
# -r requirements/base.txt
# readme-renderer
boto3==1.28.40
# via -r requirements/base.txt
boto3==1.28.45
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.45
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -209,6 +207,8 @@ newrelic==9.0.0
# via
# -r requirements/base.txt
# edx-django-utils
nh3==0.2.14
# via readme-renderer
oauthlib==3.2.2
# via -r requirements/base.txt
openedx-django-pyfs==3.4.0
Expand Down Expand Up @@ -291,7 +291,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
readme-renderer==41.0
readme-renderer==42.0
# via
# -r requirements/test.in
# twine
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ tox==3.28.0
# -r requirements/tox.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox

0 comments on commit 24b20cd

Please sign in to comment.