Skip to content

Commit

Permalink
chore: Updating Python Requirements (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed May 13, 2024
1 parent ad1c823 commit 16de16c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ coverage[toml]==7.5.1
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/quality.txt
# secretstorage
Expand All @@ -87,7 +87,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.11
django==4.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -331,7 +331,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/quality.txt
# pylint
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.6
cryptography==42.0.7
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.11
django==4.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.6
cryptography==42.0.7
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.11
django==4.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -201,7 +201,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/quality.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ coverage[toml]==7.5.1
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
django==4.2.11
django==4.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down

0 comments on commit 16de16c

Please sign in to comment.