Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 16, 2024
1 parent 46c28cc commit 106e783
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.3.6
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
certifi==2024.8.30
certifi==2024.12.14
# via requests
chardet==5.2.0
# via binaryornot
Expand All @@ -26,7 +26,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
cookiecutter==2.6.0
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cachetools==5.5.0
# via
# -r requirements/ci.txt
# tox
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -78,7 +78,7 @@ 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
Expand Down Expand Up @@ -391,7 +391,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r requirements/test.txt
# sphinx
sqlparse==0.5.2
sqlparse==0.5.3
# 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 @@ -31,7 +31,7 @@ binaryornot==0.4.4
# cookiecutter
build==1.2.2.post1
# via -r requirements/test.in
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/base.txt
# requests
Expand All @@ -56,7 +56,7 @@ click-log==0.4.0
# via
# -r requirements/base.txt
# edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/base.txt
# edx-lint
Expand Down Expand Up @@ -286,7 +286,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down

0 comments on commit 106e783

Please sign in to comment.