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

Merged
merged 1 commit into from
Nov 18, 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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ django==4.2.16
# edx-django-utils
django-crum==0.7.9
# via edx-django-utils
django-waffle==4.1.0
django-waffle==4.2.0
# via edx-django-utils
dnspython==2.7.0
# via pymongo
Expand Down Expand Up @@ -49,7 +49,7 @@ pynacl==1.5.0
# via edx-django-utils
six==1.16.0
# via edx-ccx-keys
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stevedore==5.3.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -98,7 +98,7 @@ django-crum==0.7.9
# via
# -r requirements/quality.txt
# edx-django-utils
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -342,7 +342,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/quality.txt
# django
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ code-annotations==1.7.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -66,7 +66,7 @@ django-crum==0.7.9
# via
# -r requirements/test.txt
# edx-django-utils
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -264,7 +264,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -296,7 +296,7 @@ uvicorn==0.32.0
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
websockets==14.0
websockets==14.1
# via sphinx-autobuild
zipp==3.21.0
# via importlib-metadata
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/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.5.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 @@ -39,7 +39,7 @@ code-annotations==1.7.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -60,7 +60,7 @@ django-crum==0.7.9
# via
# -r requirements/test.txt
# edx-django-utils
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -226,7 +226,7 @@ six==1.16.0
# edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ click==8.1.7
# edx-django-utils
code-annotations==1.7.0
# via -r requirements/test.in
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand All @@ -35,7 +35,7 @@ django-crum==0.7.9
# via
# -r requirements/base.txt
# edx-django-utils
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -103,7 +103,7 @@ six==1.16.0
# via
# -r requirements/base.txt
# edx-ccx-keys
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
Expand Down