Skip to content

Commit

Permalink
chore: Updating Python Requirements (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Mar 12, 2024
1 parent 2b59e37 commit 3831e24
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.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.13.0
tox==4.14.1
# via -r requirements/ci.in
virtualenv==20.25.1
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.98.15
hypothesis==6.98.17
# via -r requirements/doc.txt
idna==3.6
# via
Expand All @@ -117,7 +117,7 @@ imagesize==1.4.1
# via
# -r requirements/doc.txt
# sphinx
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# -r requirements/doc.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -171,7 +171,7 @@ pbr==6.0.0
# via
# -r requirements/doc.txt
# stevedore
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -330,7 +330,7 @@ tomlkit==0.12.4
# via
# -r requirements/doc.txt
# pylint
tox==4.13.0
tox==4.14.1
# via -r requirements/ci.txt
typing-extensions==4.10.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.98.15
hypothesis==6.98.17
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.98.15
hypothesis==6.98.17
# via -r requirements/test.txt
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via sphinx
iniconfig==2.0.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via build
packaging==23.2
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exceptiongroup==1.2.0
# pytest
execnet==2.0.2
# via pytest-xdist
hypothesis==6.98.15
hypothesis==6.98.17
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down

0 comments on commit 3831e24

Please sign in to comment.