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

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 @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
Expand Down Expand Up @@ -53,7 +53,7 @@ social-auth-core==4.5.4
# via
# -r requirements/base.in
# social-auth-app-django
sqlparse==0.5.2
sqlparse==0.5.3
# via django
urllib3==2.2.3
# via requests
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# -r requirements/test.txt
# pylint
Expand All @@ -21,7 +21,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/test.txt
# requests
Expand All @@ -45,11 +45,11 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -236,7 +236,7 @@ social-auth-core==4.5.4
# via
# -r requirements/test.txt
# social-auth-app-django
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/base.txt
# requests
Expand All @@ -33,9 +33,9 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -171,7 +171,7 @@ social-auth-core==4.5.4
# via
# -r requirements/base.txt
# social-auth-app-django
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
Expand Down
Loading