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 Mar 4, 2024
1 parent 14716a6 commit 473bd37
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.34.49
backports-zoneinfo==0.2.1
# via django
boto3==1.34.54
# via fs-s3fs
botocore==1.34.49
botocore==1.34.54
# via
# boto3
# s3transfer
cssselect==1.2.0
# via parsel
django==3.2.24
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand Down Expand Up @@ -49,14 +51,12 @@ parsel==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2024.1
# via
# django
# xblock
# via xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.10.0
Expand All @@ -81,7 +81,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock[django]==1.10.0
xblock[django]==2.0.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down
19 changes: 11 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.49
boto3==1.34.54
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.49
botocore==1.34.54
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -156,15 +160,15 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.0.2
pytest==8.1.0
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# arrow
Expand All @@ -177,7 +181,6 @@ python-slugify==8.0.4
pytz==2024.1
# via
# -r requirements/base.txt
# django
# xblock
pyyaml==6.0.1
# via
Expand All @@ -189,7 +192,7 @@ requests==2.31.0
# via
# cookiecutter
# xblock-sdk
rich==13.7.0
rich==13.7.1
# via cookiecutter
s3transfer==0.10.0
# via
Expand Down Expand Up @@ -221,7 +224,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
types-python-dateutil==2.8.19.20240106
# via arrow
Expand Down Expand Up @@ -251,7 +254,7 @@ webob==1.8.7
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==1.10.0
xblock[django]==2.0.0
# via
# -r requirements/base.txt
# xblock
Expand Down

0 comments on commit 473bd37

Please sign in to comment.