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 Nov 25, 2024
1 parent 5b94f5a commit 033997a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python-slugify==8.0.4
# via -r requirements/base.in
pyyaml==6.0.2
# via -r requirements/base.in
stevedore==5.3.0
stevedore==5.4.0
# via -r requirements/base.in
text-unidecode==1.3
# via python-slugify
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ code-annotations==1.8.2
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -173,7 +173,7 @@ sqlparse==0.5.2
# via
# -r requirements/quality.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/quality.txt
# code-annotations
Expand All @@ -193,7 +193,7 @@ virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
wheel==0.45.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via -r requirements/test.txt
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -172,7 +172,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# doc8
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c /home/runner/work/code-annotations/code-annotations/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
# via edx-lint
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -108,7 +108,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# django
click==8.1.7
# via -r requirements/base.txt
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -45,7 +45,7 @@ sqlparse==0.5.2
# via
# -r requirements/django.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via -r requirements/base.txt
text-unidecode==1.3
# via
Expand Down

0 comments on commit 033997a

Please sign in to comment.