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

Merged
merged 1 commit into from
Dec 16, 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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.6.9
# via
# -r requirements/quality.txt
# pytest-cov
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/dev.in
dill==0.3.9
# via
Expand Down Expand Up @@ -169,7 +169,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/quality.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/django.in
sqlparse==0.5.2
sqlparse==0.5.3
# via django
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
Expand Down Expand Up @@ -167,7 +167,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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.9
# via
Expand Down Expand Up @@ -104,7 +104,7 @@ six==1.17.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ python-slugify==8.0.4
# via -r requirements/base.txt
pyyaml==6.0.2
# via -r requirements/base.txt
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/django.txt
# django
Expand Down
Loading