Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot committed Dec 30, 2024
1 parent 1c61d8c commit 7fa8400
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
click==8.1.7
click==8.1.8
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -33,11 +33,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/quality.txt
# pytest-cov
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/dev.in
distlib==0.3.9
# via
Expand All @@ -56,7 +56,7 @@ iniconfig==2.0.0
# via
# -r requirements/quality.txt
# pytest
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -120,7 +120,7 @@ pyyaml==6.0.2
# via
# -r requirements/quality.txt
# code-annotations
ruff==0.8.3
ruff==0.8.4
# via -r requirements/quality.txt
sqlparse==0.5.3
# via
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 @@ -8,13 +8,13 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
click==8.1.7
click==8.1.8
# via
# -r requirements/test.txt
# code-annotations
code-annotations==2.1.0
# via -r requirements/test.txt
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -26,7 +26,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -63,7 +63,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
ruff==0.8.3
ruff==0.8.4
# via -r requirements/quality.in
sqlparse==0.5.3
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
click==8.1.7
click==8.1.8
# via code-annotations
code-annotations==2.1.0
# via -r requirements/test.in
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
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

0 comments on commit 7fa8400

Please sign in to comment.