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

Python Requirements Update #98

Closed
Closed
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ pycryptodomex==3.20.0
# via pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.in
requests==2.32.1
requests==2.32.2
# via pyjwkest
six==1.16.0
# via pyjwkest
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
typing-extensions==4.12.0
# via asgiref
urllib3==2.2.1
# via requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.5.1
coverage==7.5.3
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -223,7 +223,7 @@ pyyaml==6.0.1
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
requests==2.32.1
requests==2.32.2
# via
# -r requirements/quality.txt
# pyjwkest
Expand Down Expand Up @@ -266,7 +266,7 @@ tomlkit==0.12.5
# pylint
tox==4.15.0
# via -r requirements/ci.txt
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/quality.txt
# asgiref
Expand All @@ -284,7 +284,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.18.2
zipp==3.19.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click==8.1.7
# code-annotations
code-annotations==1.8.0
# via -r requirements/test.txt
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -165,7 +165,7 @@ pyyaml==6.0.1
# code-annotations
readme-renderer==43.0
# via twine
requests==2.32.1
requests==2.32.2
# via
# -r requirements/test.txt
# pyjwkest
Expand Down Expand Up @@ -224,7 +224,7 @@ tomli==2.0.1
# pytest
twine==5.1.0
# via -r requirements/doc.in
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -234,7 +234,7 @@ urllib3==2.2.1
# -r requirements/test.txt
# requests
# twine
zipp==3.18.2
zipp==3.19.0
# via
# importlib-metadata
# importlib-resources
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.2
zipp==3.19.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -133,7 +133,7 @@ pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
requests==2.32.1
requests==2.32.2
# via
# -r requirements/test.txt
# pyjwkest
Expand Down Expand Up @@ -164,7 +164,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ click==8.1.7
# via code-annotations
code-annotations==1.8.0
# via -r requirements/test.in
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -69,7 +69,7 @@ python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
# via code-annotations
requests==2.32.1
requests==2.32.2
# via
# -r requirements/base.txt
# pyjwkest
Expand All @@ -89,7 +89,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
Loading