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

Merged
merged 1 commit into from
Oct 28, 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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.23.0
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.0
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ edx-ccx-keys==1.3.0
# via -r requirements/quality.txt
edx-django-utils==7.0.0
# via -r requirements/quality.txt
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/quality.txt
edx-opaque-keys[django]==2.11.0
# via
Expand Down Expand Up @@ -166,7 +166,7 @@ jinja2==3.1.4
# -r requirements/quality.txt
# code-annotations
# diff-cover
keyring==25.4.1
keyring==25.5.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -325,7 +325,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.9.2
rich==13.9.3
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -360,7 +360,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.23.0
tox==4.23.2
# via -r requirements/ci.txt
twine==5.1.1
# via -r requirements/quality.txt
Expand Down
9 changes: 4 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jinja2==3.1.4
# -r requirements/test.txt
# code-annotations
# sphinx
keyring==25.4.1
keyring==25.5.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand All @@ -148,7 +148,6 @@ packaging==24.1
# via
# -r requirements/test.txt
# build
# pydata-sphinx-theme
# pytest
# sphinx
pbr==6.1.0
Expand All @@ -169,7 +168,7 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.16.0
# via sphinx-book-theme
pygments==2.18.0
# via
Expand Down Expand Up @@ -220,7 +219,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.9.2
rich==13.9.3
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -269,7 +268,7 @@ sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
starlette==0.41.0
starlette==0.41.2
# via sphinx-autobuild
stevedore==5.3.0
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ wheel==0.44.0

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.2.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 @@ -74,7 +74,7 @@ edx-ccx-keys==1.3.0
# via -r requirements/test.txt
edx-django-utils==7.0.0
# via -r requirements/test.txt
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/quality.in
edx-opaque-keys[django]==2.11.0
# via
Expand Down Expand Up @@ -110,7 +110,7 @@ jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
keyring==25.4.1
keyring==25.5.0
# via twine
lazy-object-proxy==1.10.0
# via astroid
Expand Down Expand Up @@ -215,7 +215,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.2
rich==13.9.3
# via twine
secretstorage==3.3.3
# via keyring
Expand Down