Skip to content

Commit

Permalink
Merge pull request #40 from edx/jenkins/upgrade-python-requirements-6…
Browse files Browse the repository at this point in the history
…011159

Python Requirements Update
  • Loading branch information
MichaelRoytman committed Jul 7, 2023
2 parents 6011159 + 0bbc80a commit 34125ba
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 16 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
# via requests
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -30,7 +30,7 @@ six==1.16.0
# via pyjwkest
sqlparse==0.4.4
# via django
typing-extensions==4.6.3
typing-extensions==4.7.1
# via asgiref
urllib3==2.0.3
# via requests
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ distlib==0.3.6
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand All @@ -66,7 +66,7 @@ edx-i18n-tools==0.9.2
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -122,7 +122,7 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.txt
platformdirs==3.8.0
# via
Expand Down Expand Up @@ -235,6 +235,7 @@ tomli==2.0.1
# -r requirements/quality.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-hooks
# pytest
Expand All @@ -250,7 +251,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.txt
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/quality.txt
# asgiref
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ coverage[toml]==7.2.7
# pytest-cov
cryptography==41.0.1
# via secretstorage
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -50,7 +50,7 @@ docutils==0.20.1
# readme-renderer
# restructuredtext-lint
# sphinx
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -215,7 +215,7 @@ tomli==2.0.1
# pytest
twine==4.0.2
# via -r requirements/doc.in
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# via pip-tools

Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ coverage[toml]==7.2.7
# pytest-cov
dill==0.3.6
# via pylint
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
edx-lint==5.3.4
# via -r requirements/quality.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -166,7 +166,7 @@ tomli==2.0.1
# pytest
tomlkit==0.11.8
# via pylint
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ coverage[toml]==7.2.7
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
future==0.18.3
# via
Expand Down Expand Up @@ -89,7 +89,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 34125ba

Please sign in to comment.