Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #519

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ django-waffle==4.0.0
# via
# -r requirements/base.in
# edx-django-utils
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via -r requirements/base.in
newrelic==9.2.0
# via edx-django-utils
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
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ coverage[toml]==7.3.2
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -99,13 +99,13 @@ docutils==0.20.1
# via
# -r requirements/quality.txt
# readme-renderer
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via -r requirements/quality.txt
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
Expand All @@ -114,11 +114,11 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.4
idna==3.6
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.8.0
importlib-metadata==6.9.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -235,7 +235,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.17.0
pygments==2.17.2
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -358,7 +358,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.11.3
tox==4.11.4
# via -r requirements/ci.txt
twine==4.0.2
# via -r requirements/quality.txt
Expand All @@ -374,11 +374,11 @@ urllib3==2.1.0
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.24.6
virtualenv==20.25.0
# via
# -r requirements/ci.txt
# tox
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ docutils==0.19
# readme-renderer
# restructuredtext-lint
# sphinx
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via -r requirements/test.txt
edx-sphinx-theme==3.1.0
# via -r requirements/doc.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==6.9.0
# via sphinx
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -109,7 +109,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pygments==2.17.0
pygments==2.17.2
# via
# doc8
# readme-renderer
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==6.9.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
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via secretstorage
dill==0.3.7
# via pylint
Expand All @@ -60,17 +60,17 @@ django-waffle==4.0.0
# edx-django-utils
docutils==0.20.1
# via readme-renderer
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
idna==3.4
idna==3.6
# via requests
importlib-metadata==6.8.0
importlib-metadata==6.9.0
# via
# keyring
# twine
Expand Down Expand Up @@ -144,7 +144,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.0
pygments==2.17.2
# via
# readme-renderer
# rich
Expand Down
4 changes: 2 additions & 2 deletions requirements/scripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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-event-bus-kafka
Expand All @@ -64,7 +64,7 @@ fastavro==1.9.0
# via
# confluent-kafka
# openedx-events
idna==3.4
idna==3.6
# via requests
jinja2==3.1.2
# via code-annotations
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ django-waffle==4.0.0
# via
# -r requirements/base.txt
# edx-django-utils
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via -r requirements/base.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
Expand Down
Loading