Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
ilee2u committed Jan 29, 2024
2 parents 6552c06 + 8142fd3 commit 8bbafcc
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ future==0.18.3
# via pyjwkest
idna==3.6
# via requests
pycryptodomex==3.19.1
pycryptodomex==3.20.0
# via pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.4
tox==4.12.1
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ coverage[toml]==7.4.0
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==8.0.2
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
# via
Expand Down Expand Up @@ -107,14 +107,14 @@ isort==5.13.2
# via
# -r requirements/quality.txt
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/quality.txt
# code-annotations
# diff-cover
lxml==5.1.0
# via edx-i18n-tools
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/quality.txt
# jinja2
Expand Down Expand Up @@ -157,7 +157,7 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
# via -r requirements/quality.txt
pycryptodomex==3.19.1
pycryptodomex==3.20.0
# via
# -r requirements/quality.txt
# pyjwkest
Expand Down Expand Up @@ -259,7 +259,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.11.4
tox==4.12.1
# via -r requirements/ci.txt
typing-extensions==4.9.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ coverage[toml]==7.4.0
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.0
# via secretstorage
django==3.2.23
# via
Expand Down Expand Up @@ -81,7 +81,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -90,7 +90,7 @@ keyring==24.3.0
# via twine
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -118,7 +118,7 @@ pluggy==1.3.0
# pytest
pycparser==2.21
# via cffi
pycryptodomex==3.19.1
pycryptodomex==3.20.0
# via
# -r requirements/test.txt
# pyjwkest
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/test.txt
# jinja2
Expand All @@ -91,7 +91,7 @@ pluggy==1.3.0
# pytest
pycodestyle==2.11.1
# via -r requirements/quality.in
pycryptodomex==3.19.1
pycryptodomex==3.20.0
# via
# -r requirements/test.txt
# pyjwkest
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ idna==3.6
# requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
packaging==23.2
# via pytest
pbr==6.0.0
# via stevedore
pluggy==1.3.0
# via pytest
pycryptodomex==3.19.1
pycryptodomex==3.20.0
# via
# -r requirements/base.txt
# pyjwkest
Expand Down

0 comments on commit 8bbafcc

Please sign in to comment.