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 #232

Merged
merged 1 commit into from
Nov 25, 2024
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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/quality.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -295,7 +295,7 @@ sqlparse==0.5.2
# via
# -r requirements/quality.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/quality.txt
# code-annotations
Expand All @@ -320,7 +320,7 @@ virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
wheel==0.45.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ click==8.1.7
# -r requirements/test.txt
# code-annotations
# uvicorn
code-annotations==1.8.1
code-annotations==1.8.2
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -215,9 +215,9 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
starlette==0.41.2
starlette==0.41.3
# via sphinx-autobuild
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -234,9 +234,9 @@ urllib3==2.2.3
# via
# requests
# twine
uvicorn==0.32.0
uvicorn==0.32.1
# via sphinx-autobuild
watchfiles==0.24.0
watchfiles==1.0.0
# via sphinx-autobuild
websockets==14.1
# via sphinx-autobuild
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -175,7 +175,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.8.1
# django
click==8.1.7
# via code-annotations
code-annotations==1.8.1
code-annotations==1.8.2
# via -r requirements/test.in
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -48,7 +48,7 @@ sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify