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 Feb 6, 2024
1 parent 6c96954 commit bb21e27
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 47 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ attrs==23.2.0
# via -r requirements/base.in
bleach==6.1.0
# via -r requirements/base.in
boto3==1.34.30
boto3==1.34.35
# via fs-s3fs
botocore==1.34.30
botocore==1.34.35
# via
# boto3
# s3transfer
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -90,7 +90,7 @@ mako==1.3.2
# via
# -r requirements/base.in
# xblock
markupsafe==2.1.4
markupsafe==2.1.5
# via
# mako
# xblock
Expand Down Expand Up @@ -122,7 +122,7 @@ python-dateutil==2.8.2
# via
# botocore
# xblock
pytz==2023.4
pytz==2024.1
# via
# django
# djangorestframework
Expand Down
22 changes: 11 additions & 11 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -29,11 +29,11 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.1.0
# via -r requirements/test.txt
boto3==1.34.30
boto3==1.34.35
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.30
botocore==1.34.35
# via
# -r requirements/test.txt
# boto3
Expand All @@ -42,7 +42,7 @@ cachetools==5.3.2
# via
# -r requirements/tox.txt
# tox
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -73,7 +73,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -91,7 +91,7 @@ coverage==6.5.0
# coveralls
coveralls==3.3.1
# via -r requirements/test.txt
cryptography==42.0.1
cryptography==42.0.2
# via
# -r requirements/test.txt
# secretstorage
Expand All @@ -105,7 +105,7 @@ distlib==0.3.8
# via
# -r requirements/tox.txt
# virtualenv
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -241,7 +241,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -288,7 +288,7 @@ pkginfo==1.9.6
# via
# -r requirements/test.txt
# twine
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand Down Expand Up @@ -362,12 +362,12 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.2
python-slugify==8.0.3
# via
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2023.4
pytz==2024.1
# via
# -r requirements/test.txt
# django
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ attrs==23.2.0
# via -r requirements/base.txt
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.30
boto3==1.34.35
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.30
botocore==1.34.35
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -41,7 +41,7 @@ click==8.1.7
# via
# -r requirements/base.txt
# edx-django-utils
django==3.2.23
django==3.2.24
# via
# -r requirements/base.txt
# django-appconf
Expand Down Expand Up @@ -127,7 +127,7 @@ mako==1.3.2
# via
# -r requirements/base.txt
# xblock
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/base.txt
# mako
Expand All @@ -142,7 +142,7 @@ openedx-django-pyfs==3.4.1
# via -r requirements/base.txt
openedx-filters==1.6.0
# via -r requirements/base.txt
path==16.9.0
path==16.10.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand Down Expand Up @@ -177,7 +177,7 @@ python-dateutil==2.8.2
# -r requirements/base.txt
# botocore
# xblock
pytz==2023.4
pytz==2024.1
# via
# -r requirements/base.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==3.2.23
django==3.2.24
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
# via -r requirements/pip.in
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
Expand All @@ -24,16 +24,16 @@ binaryornot==0.4.4
# via cookiecutter
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.30
boto3==1.34.35
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.30
botocore==1.34.35
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -57,15 +57,15 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
cookiecutter==2.5.0
# via xblock-sdk
ddt==1.7.1
# via -r requirements/quality.in
dill==0.3.8
# via pylint
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -161,7 +161,7 @@ mako==1.3.2
# xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
Expand All @@ -185,7 +185,7 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
psutil==5.9.8
# via
Expand Down Expand Up @@ -236,11 +236,11 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.2
python-slugify==8.0.3
# via
# code-annotations
# cookiecutter
pytz==2023.4
pytz==2024.1
# via
# -r requirements/base.txt
# django
Expand Down
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
Expand All @@ -24,16 +24,16 @@ binaryornot==0.4.4
# via cookiecutter
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.30
boto3==1.34.35
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.30
botocore==1.34.35
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -58,15 +58,15 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
cookiecutter==2.5.0
# via xblock-sdk
coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/test.in
cryptography==42.0.1
cryptography==42.0.2
# via secretstorage
ddt==1.7.1
# via -r requirements/test.in
Expand Down Expand Up @@ -186,7 +186,7 @@ mako==1.3.2
# xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
Expand Down Expand Up @@ -218,7 +218,7 @@ pbr==6.0.0
# stevedore
pkginfo==1.9.6
# via twine
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
psutil==5.9.8
# via
Expand Down Expand Up @@ -270,11 +270,11 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.2
python-slugify==8.0.3
# via
# code-annotations
# cookiecutter
pytz==2023.4
pytz==2024.1
# via
# -r requirements/base.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
Expand Down

0 comments on commit bb21e27

Please sign in to comment.