Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 24, 2025
1 parent 58cbf21 commit 5c053bd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.1
virtualenv==20.29.1
# via tox
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -341,7 +341,7 @@ urllib3==2.2.3
# -r requirements/quality.txt
# requests
# responses
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click==8.1.8
# -r requirements/test.txt
# code-annotations
# edx-django-utils
code-annotations==2.1.0
code-annotations==2.2.0
# via -r requirements/test.txt
coverage[toml]==7.6.10
# via
Expand Down Expand Up @@ -113,7 +113,7 @@ idna==3.10
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
importlib-metadata==8.6.1
# via keyring
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -144,7 +144,7 @@ markupsafe==3.0.2
# jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ click==8.1.8
# -r requirements/base.txt
# code-annotations
# edx-django-utils
code-annotations==2.1.0
code-annotations==2.2.0
# via -r requirements/test.in
coverage[toml]==7.6.10
# via pytest-cov
Expand Down

0 comments on commit 5c053bd

Please sign in to comment.