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 24, 2024
1 parent 99c5d6a commit 7edae71
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ six==1.17.0
# via pyjwkest
sqlparse==0.5.3
# via django
urllib3==2.2.3
urllib3==2.3.0
# via requests
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.3.6
astroid==3.3.8
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -34,7 +34,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/quality.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -99,7 +99,7 @@ isort==5.13.2
# via
# -r requirements/quality.txt
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -163,7 +163,7 @@ pygments==2.18.0
# via diff-cover
pyjwkest==1.4.2
# via -r requirements/quality.txt
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -241,7 +241,7 @@ tomlkit==0.13.2
# pylint
tox==4.23.2
# via -r requirements/ci.txt
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/quality.txt
# requests
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/test.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -76,7 +76,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -201,7 +201,7 @@ text-unidecode==1.3
# python-slugify
twine==6.0.1
# via -r requirements/doc.in
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
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.6
astroid==3.3.8
# via
# pylint
# pylint-celery
Expand All @@ -20,7 +20,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/test.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -60,7 +60,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -94,7 +94,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.in
pyjwkest==1.4.2
# via -r requirements/test.txt
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -150,7 +150,7 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.2
# via pylint
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/test.txt
# requests
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/base.txt
# requests
click==8.1.7
click==8.1.8
# via code-annotations
code-annotations==2.1.0
# via -r requirements/test.in
Expand All @@ -35,7 +35,7 @@ idna==3.10
# requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
markupsafe==3.0.2
# via jinja2
Expand Down Expand Up @@ -79,7 +79,7 @@ stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/base.txt
# requests

0 comments on commit 7edae71

Please sign in to comment.