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 Jan 8, 2025
1 parent 03c0fb6 commit 4a29fd9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
8 changes: 5 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ requests==2.32.3
# via codecov
tox==4.23.2
# via -r requirements/ci.in
urllib3==2.3.0
# via requests
virtualenv==20.28.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
virtualenv==20.28.1
# via tox
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ django-simple-history==3.0.0
# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.1
# via
# diff-cover
# readme-renderer
Expand Down Expand Up @@ -196,11 +196,12 @@ twine==6.0.1
# via
# -r requirements/dev.in
# -r requirements/quality.in
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
# twine
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
wheel==0.45.1
# via -r requirements/dev.in
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 /home/runner/work/help-tokens/help-tokens/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.7.0
# via -r requirements/pip.in
5 changes: 3 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -137,8 +137,9 @@ tomlkit==0.13.2
# via pylint
twine==6.0.1
# via -r requirements/quality.in
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
# twine
zipp==3.21.0
Expand Down

0 comments on commit 4a29fd9

Please sign in to comment.