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 Jan 6, 2025
1 parent 74cd8c0 commit 0e731b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pluggy==1.5.0
# diff-cover
# pytest
# tox
pygments==2.18.0
pygments==2.19.0
# via diff-cover
pyproject-api==1.8.0
# via
Expand Down Expand Up @@ -120,7 +120,7 @@ pyyaml==6.0.2
# via
# -r requirements/quality.txt
# code-annotations
ruff==0.8.4
ruff==0.8.6
# via -r requirements/quality.txt
sqlparse==0.5.3
# via
Expand All @@ -136,7 +136,7 @@ text-unidecode==1.3
# python-slugify
tox==4.23.2
# via -r requirements/ci.txt
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.7.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
ruff==0.8.4
ruff==0.8.6
# via -r requirements/quality.in
sqlparse==0.5.3
# via
Expand Down

0 comments on commit 0e731b1

Please sign in to comment.