Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 19, 2024
1 parent 5b61ab2 commit 55a8346
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tox==4.17.1
tox==4.18.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.1.0
setuptools==72.2.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ elasticsearch-dsl==7.4.1
# -r requirements/base.txt
# django-elasticsearch-dsl
# django-elasticsearch-dsl-drf
factory-boy==3.3.0
factory-boy==3.3.1
# via -r requirements/test.in
faker==26.3.0
faker==27.0.0
# via factory-boy
filelock==3.15.4
# via
Expand Down

0 comments on commit 55a8346

Please sign in to comment.