Skip to content

Commit

Permalink
Merge pull request #133 from edx/repo-tools/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-2da3c37

chore: Upgrade Python requirements
  • Loading branch information
michaelroytman authored Jan 24, 2025
2 parents 2da3c37 + 15a9854 commit 56087db
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 @@ -32,5 +32,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 @@ -46,7 +46,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 @@ -246,7 +246,7 @@ urllib3==2.2.3
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# requests
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 @@ -30,7 +30,7 @@ click==8.1.8
# via
# -r requirements/test.txt
# code-annotations
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 @@ -60,7 +60,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 @@ -91,7 +91,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 @@ -28,7 +28,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 @@ -18,7 +18,7 @@ charset-normalizer==3.4.1
# requests
click==8.1.8
# via code-annotations
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 56087db

Please sign in to comment.