Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
alangsto authored Apr 12, 2024
2 parents 6dabb37 + 090d887 commit 308a77e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ six==1.16.0
# via pyjwkest
sqlparse==0.4.4
# via django
typing-extensions==4.10.0
typing-extensions==4.11.0
# via asgiref
urllib3==2.2.1
# via requests
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -116,7 +116,7 @@ jinja2==3.1.3
# -r requirements/quality.txt
# code-annotations
# diff-cover
lxml==5.2.0
lxml==5.2.1
# via edx-i18n-tools
markupsafe==2.1.5
# via
Expand All @@ -135,7 +135,7 @@ packaging==24.0
# pyproject-api
# pytest
# tox
path==16.10.0
path==16.14.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand Down Expand Up @@ -262,7 +262,7 @@ tomlkit==0.12.4
# pylint
tox==4.14.2
# via -r requirements/ci.txt
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/quality.txt
# asgiref
Expand Down
8 changes: 5 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ asgiref==3.8.1
# django
babel==2.14.0
# via sphinx
backports-tarfile==1.0.0
# via jaraco-context
backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
Expand All @@ -32,7 +34,7 @@ click==8.1.7
# via
# -r requirements/test.txt
# code-annotations
code-annotations==1.7.0
code-annotations==1.8.0
# via -r requirements/test.txt
coverage[toml]==7.4.4
# via
Expand Down Expand Up @@ -81,7 +83,7 @@ iniconfig==2.0.0
# pytest
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
Expand Down Expand Up @@ -223,7 +225,7 @@ tomli==2.0.1
# pytest
twine==5.0.0
# via -r requirements/doc.in
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -164,7 +164,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
typing-extensions==4.11.0
# 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 @@ -22,7 +22,7 @@ charset-normalizer==3.3.2
# requests
click==8.1.7
# via code-annotations
code-annotations==1.7.0
code-annotations==1.8.0
# via -r requirements/test.in
coverage[toml]==7.4.4
# via pytest-cov
Expand Down Expand Up @@ -89,7 +89,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 308a77e

Please sign in to comment.