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 Sep 15, 2024
1 parent 4dbefa5 commit c00ebcb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ markupsafe==2.1.5
# xblock
python-dateutil==2.9.0.post0
# via xblock
pytz==2024.1
pytz==2024.2
# via xblock
pyyaml==6.0.2
# via xblock
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ packaging==24.1
# via
# -r requirements/test.txt
# pytest
platformdirs==4.3.2
platformdirs==4.3.3
# via pylint
pluggy==1.5.0
# via
Expand All @@ -63,7 +63,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pylint==3.2.7
# via -r requirements/quality.in
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-django
Expand All @@ -73,7 +73,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# xblock
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.2
pytest==8.3.3
# via pytest-django
pytest-django==4.9.0
# via -r requirements/test.in
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.3
# via
# tox
# virtualenv
Expand Down
6 changes: 3 additions & 3 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ filelock==3.16.0
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.8
idna==3.9
# via requests
packaging==24.1
# via
# -r requirements/tox.txt
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.3
# via
# -r requirements/tox.txt
# tox
Expand All @@ -59,7 +59,7 @@ requests==2.32.3
# via coveralls
tox==4.18.1
# via -r requirements/tox.txt
urllib3==2.2.2
urllib3==2.2.3
# via requests
virtualenv==20.26.4
# via
Expand Down

0 comments on commit c00ebcb

Please sign in to comment.