Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #142

Merged
merged 1 commit into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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==1.0.0
# via pyjwkest
idna==3.10
# via requests
pycryptodomex==3.21.0
pycryptodomex==3.22.0
# via pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.12
coverage==7.7.0
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
filelock==3.17.0
filelock==3.18.0
# via
# tox
# virtualenv
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -78,7 +78,7 @@ edx-i18n-tools==1.6.3
# via -r requirements/dev.in
edx-lint==5.6.0
# via -r requirements/quality.txt
filelock==3.17.0
filelock==3.18.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -153,7 +153,7 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.12.1
# via -r requirements/quality.txt
pycryptodomex==3.21.0
pycryptodomex==3.22.0
# via
# -r requirements/quality.txt
# pyjwkest
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ click==8.1.8
# code-annotations
code-annotations==2.2.0
# via -r requirements/test.txt
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -116,7 +116,7 @@ pluggy==1.5.0
# pytest
pycparser==2.22
# via cffi
pycryptodomex==3.21.0
pycryptodomex==3.22.0
# via
# -r requirements/test.txt
# pyjwkest
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==76.0.0
setuptools==76.1.0
# via -r requirements/pip.in
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 @@ code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -86,7 +86,7 @@ pluggy==1.5.0
# pytest
pycodestyle==2.12.1
# via -r requirements/quality.in
pycryptodomex==3.21.0
pycryptodomex==3.22.0
# via
# -r requirements/test.txt
# pyjwkest
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 @@ click==8.1.8
# via code-annotations
code-annotations==2.2.0
# via -r requirements/test.in
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -45,7 +45,7 @@ pbr==6.1.1
# via stevedore
pluggy==1.5.0
# via pytest
pycryptodomex==3.21.0
pycryptodomex==3.22.0
# via
# -r requirements/base.txt
# pyjwkest
Expand Down
Loading