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 12, 2024
1 parent 80e79a5 commit 37a4083
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.34
boto3==1.34.39
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -99,7 +99,7 @@ distlib==0.3.8
# via
# -r requirements/tox.txt
# virtualenv
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -153,7 +153,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -284,7 +284,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -371,7 +371,7 @@ tomlkit==0.12.3
# pylint
tox==4.12.1
# via -r requirements/tox.txt
twine==4.0.2
twine==5.0.0
# via -r requirements/test.txt
types-python-dateutil==2.8.19.20240106
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
django==3.2.23
django==3.2.24
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
django==3.2.23
django==3.2.24
# via -r requirements/base.txt
docutils==0.19
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.0.3
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.34
boto3==1.34.39
# via fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# boto3
# s3transfer
Expand All @@ -48,7 +48,7 @@ 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 https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -126,7 +126,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.0.3
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.34
boto3==1.34.39
# via fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -87,7 +87,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -168,7 +168,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
Expand Down Expand Up @@ -230,7 +230,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.3
# via pylint
twine==4.0.2
twine==5.0.0
# via -r requirements/test.in
types-python-dateutil==2.8.19.20240106
# via arrow
Expand Down

0 comments on commit 37a4083

Please sign in to comment.