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

Merged
merged 1 commit into from
Dec 30, 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 @@ -24,7 +24,7 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via edx-django-utils
Expand Down Expand Up @@ -116,7 +116,7 @@ packaging==24.2
# via
# django-nine
# gunicorn
path==17.0.0
path==17.1.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.3.7
astroid==3.3.8
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -52,7 +52,7 @@ chardet==5.2.0
# -r requirements/test.txt
# diff-cover
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -76,7 +76,7 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -276,7 +276,7 @@ packaging==24.2
# pyproject-api
# pytest
# tox
path==17.0.0
path==17.1.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -336,7 +336,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/quality.in
# -r requirements/test.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-cors-headers
astroid==3.3.7
astroid==3.3.8
# via
# -r requirements/test.in
# pylint
Expand Down Expand Up @@ -42,7 +42,7 @@ chardet==5.2.0
# via
# diff-cover
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/base.txt
# requests
Expand All @@ -55,7 +55,7 @@ code-annotations==2.1.0
# via -r requirements/test.in
colorama==0.4.6
# via tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -201,7 +201,7 @@ packaging==24.2
# pyproject-api
# pytest
# tox
path==17.0.0
path==17.1.0
# via
# -r requirements/base.txt
# path-py
Expand Down Expand Up @@ -246,7 +246,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
pylint==3.3.2
pylint==3.3.3
# via -r requirements/test.in
pymongo==4.10.1
# via
Expand Down
Loading