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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
#
arrow==1.3.0
# via cookiecutter
astroid==3.3.6
astroid==3.3.7
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
certifi==2024.8.30
certifi==2024.12.14
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
# cookiecutter
# 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 All @@ -38,7 +38,7 @@ idna==3.10
# via requests
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# cookiecutter
Expand Down Expand Up @@ -96,5 +96,5 @@ tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20241206
# via arrow
urllib3==2.2.3
urllib3==2.3.0
# via requests
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.6
astroid==3.3.7
# via
# -r requirements/test.txt
# pylint
Expand All @@ -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 All @@ -65,7 +65,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/test.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -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 @@ -164,7 +164,7 @@ jeepney==0.8.0
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -195,7 +195,7 @@ more-itertools==10.5.0
# -r requirements/test.txt
# jaraco-classes
# jaraco-functools
nh3==0.2.19
nh3==0.2.20
# via
# -r requirements/test.txt
# readme-renderer
Expand Down Expand Up @@ -239,7 +239,7 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.16.0
pydata-sphinx-theme==0.16.1
# via
# -r requirements/test.txt
# sphinx-book-theme
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 Expand Up @@ -420,7 +420,7 @@ typing-extensions==4.12.2
# via
# -r requirements/test.txt
# pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/test.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ arrow==1.3.0
# cookiecutter
asgiref==3.8.1
# via django
astroid==3.3.6
astroid==3.3.7
# via
# -r requirements/base.txt
# pylint
Expand All @@ -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 @@ -45,7 +45,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/base.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/base.txt
# click-log
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 @@ -120,7 +120,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/base.txt
# code-annotations
Expand Down Expand Up @@ -148,7 +148,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
packaging==24.2
# via
Expand All @@ -173,7 +173,7 @@ pycodestyle==2.12.1
# via -r requirements/test.in
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.16.0
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.in
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 All @@ -309,7 +309,7 @@ types-python-dateutil==2.9.0.20241206
# arrow
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/base.txt
# requests
Expand Down
Loading