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 23, 2024
1 parent 4c4ea34 commit 471926d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.3.6
astroid==3.3.7
# via
# -r requirements/test.txt
# pylint
Expand All @@ -23,7 +23,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
click==8.1.7
click==8.1.8
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -35,7 +35,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 @@ -79,7 +79,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
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
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
#
# make upgrade
#
astroid==3.3.6
astroid==3.3.7
# via
# pylint
# pylint-celery
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
dill==0.3.9
# via pylint
edx-lint==5.4.1
# via -r requirements/quality.in
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
markupsafe==3.0.2
# via jinja2
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
#
# make upgrade
#
astroid==3.3.6
astroid==3.3.7
# via
# pylint
# pylint-celery
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -47,7 +47,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
lazy-object-proxy==1.10.0
# via -r requirements/test.in
Expand Down

0 comments on commit 471926d

Please sign in to comment.