Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 21, 2024
1 parent 3e49a60 commit 7daab06
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ idna==3.6
# via requests
requests==2.31.0
# via -r requirements/base.in
urllib3==2.2.0
urllib3==2.2.1
# via requests
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pydocstyle==6.3.0
# via -r requirements/test.in
pylint==3.0.3
# via -r requirements/test.in
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -58,7 +58,7 @@ requests==2.31.0
# via -r requirements/base.txt
snowballstemmer==2.2.0
# via pydocstyle
testfixtures==7.2.2
testfixtures==8.0.0
# via -r requirements/test.in
tomli==2.0.1
# via
Expand All @@ -71,7 +71,7 @@ typing-extensions==4.9.0
# via
# astroid
# pylint
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/base.txt
# requests
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/tox.in
virtualenv==20.25.0
# via tox

0 comments on commit 7daab06

Please sign in to comment.