Skip to content

Commit

Permalink
Merge pull request #215 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-4d6d6d4

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Jul 6, 2023
2 parents 4d6d6d4 + 3e8465b commit 7394654
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 @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
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 @@ -31,7 +31,7 @@ pyyaml==6.0
# via drf-yasg
sqlparse==0.4.4
# via django
typing-extensions==4.7.0
typing-extensions==4.7.1
# via asgiref
uritemplate==4.1.1
# via drf-yasg
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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 @@ -90,7 +90,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 @@ -181,7 +181,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
pkginfo==1.9.6
# via
Expand Down Expand Up @@ -324,6 +324,7 @@ tomli==2.0.1
# -r requirements/quality.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-hooks
# pytest
Expand All @@ -341,7 +342,7 @@ tox-battery==0.6.1
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/quality.txt
typing-extensions==4.7.0
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 @@ -32,7 +32,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 @@ -53,7 +53,7 @@ docutils==0.19
# sphinx
drf-yasg==1.21.6
# via -r requirements/test.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -199,7 +199,7 @@ tomli==2.0.1
# pytest
twine==4.0.2
# via -r requirements/doc.in
typing-extensions==4.7.0
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 @@ -37,7 +37,7 @@ cryptography==41.0.1
# via secretstorage
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
Expand All @@ -53,7 +53,7 @@ drf-yasg==1.21.6
# via -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 @@ -198,7 +198,7 @@ tomlkit==0.11.8
# via pylint
twine==4.0.2
# via -r requirements/quality.in
typing-extensions==4.7.0
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 @@ -20,7 +20,7 @@ coverage[toml]==7.2.7
# drf-yasg
drf-yasg==1.21.6
# via -r requirements/base.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
inflection==0.5.1
# via
Expand Down Expand Up @@ -61,7 +61,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.7.0
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 7394654

Please sign in to comment.