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 May 13, 2024
1 parent cf7296f commit 1280b18
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
django==4.2.11
django==4.2.13
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.98
boto3==1.34.103
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -94,7 +94,7 @@ coverage[toml]==7.4.4
# coveralls
coveralls==4.0.0
# via -r requirements/test.txt
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/test.txt
# secretstorage
Expand All @@ -108,7 +108,7 @@ distlib==0.3.8
# via
# -r requirements/tox.txt
# virtualenv
django==4.2.11
django==4.2.13
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -384,7 +384,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/base.txt
# django
django==4.2.11
django==4.2.13
# 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 @@ -30,7 +30,7 @@ certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
django==4.2.11
django==4.2.13
# 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 @@ -25,9 +25,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.98
boto3==1.34.103
# via fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# boto3
# s3transfer
Expand All @@ -53,7 +53,7 @@ ddt==1.7.2
# via -r requirements/quality.in
dill==0.3.8
# via pylint
django==4.2.11
django==4.2.13
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -175,7 +175,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.98
boto3==1.34.103
# via fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -57,7 +57,7 @@ coverage[toml]==7.4.4
# via coveralls
coveralls==4.0.0
# via -r requirements/test.in
cryptography==42.0.6
cryptography==42.0.7
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -242,7 +242,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
twine==5.0.0
# via -r requirements/test.in
Expand Down

0 comments on commit 1280b18

Please sign in to comment.