Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 4, 2023
1 parent d91ee98 commit 378201a
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ django-waffle==4.0.0
# via
# edx-django-utils
# edx-toggles
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# -r requirements/base.in
# edx-toggles
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.25.0
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ django-waffle==4.0.0
# -r requirements/quality.txt
# edx-django-utils
# edx-toggles
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# -r requirements/quality.txt
# edx-toggles
Expand All @@ -112,7 +112,7 @@ edx-opaque-keys[django]==2.5.1
# openedx-events
edx-toggles==5.1.0
# via -r requirements/quality.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
Expand All @@ -125,7 +125,7 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -204,7 +204,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.17.1
pygments==2.17.2
# via diff-cover
pylint==3.0.2
# via
Expand Down Expand Up @@ -307,7 +307,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.11.3
tox==4.11.4
# via -r requirements/ci.txt
typing-extensions==4.8.0
# via
Expand All @@ -316,13 +316,13 @@ typing-extensions==4.8.0
# astroid
# edx-opaque-keys
# pylint
virtualenv==20.24.6
virtualenv==20.25.0
# via
# -r requirements/ci.txt
# tox
walrus==0.9.3
# via -r requirements/quality.txt
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via secretstorage
ddt==1.7.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -79,7 +79,7 @@ docutils==0.19
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# -r requirements/test.txt
# edx-toggles
Expand All @@ -90,19 +90,19 @@ edx-opaque-keys[django]==2.5.1
# openedx-events
edx-toggles==5.1.0
# via -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
fastavro==1.9.0
# via
# -r requirements/test.txt
# openedx-events
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# build
# keyring
Expand Down Expand Up @@ -170,9 +170,9 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.14.3
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.1
pygments==2.17.2
# via
# accessible-pygments
# pydata-sphinx-theme
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,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand All @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ django-waffle==4.0.0
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# -r requirements/test.txt
# edx-toggles
Expand All @@ -79,7 +79,7 @@ edx-opaque-keys[django]==2.5.1
# openedx-events
edx-toggles==5.1.0
# via -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ django-waffle==4.0.0
# -r requirements/base.txt
# edx-django-utils
# edx-toggles
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# -r requirements/base.txt
# edx-toggles
Expand All @@ -65,7 +65,7 @@ edx-opaque-keys[django]==2.5.1
# openedx-events
edx-toggles==5.1.0
# via -r requirements/base.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
fastavro==1.9.0
# via
Expand Down

0 comments on commit 378201a

Please sign in to comment.