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

chore: Upgrade Python requirements #312

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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
attrs==23.2.0
attrs==24.1.0
# via openedx-events
billiard==4.2.0
# via celery
Expand Down Expand Up @@ -55,7 +55,7 @@ dnspython==2.6.1
# via pymongo
edx-ccx-keys==1.3.0
# via openedx-events
edx-django-utils==5.14.2
edx-django-utils==5.15.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 @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.0
coverage==7.6.1
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand All @@ -30,7 +30,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tox==4.16.0
tox==4.17.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
28 changes: 14 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
amqp==5.2.0
# via
Expand All @@ -19,7 +19,7 @@ astroid==3.2.4
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==23.2.0
attrs==24.1.0
# via
# -r requirements/test.txt
# openedx-events
Expand Down Expand Up @@ -91,7 +91,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -135,7 +135,7 @@ edx-ccx-keys==1.3.0
# via
# -r requirements/test.txt
# openedx-events
edx-django-utils==5.14.2
edx-django-utils==5.15.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -236,7 +236,7 @@ psutil==6.0.0
# via
# -r requirements/test.txt
# edx-django-utils
pycodestyle==2.12.0
pycodestyle==2.12.1
# via
# -r requirements/dev.in
# -r requirements/test.txt
Expand Down Expand Up @@ -283,7 +283,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -313,19 +313,19 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
sphinx==8.0.2
# via -r requirements/dev.in
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.6
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.8
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
# via
Expand All @@ -345,7 +345,7 @@ tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
tox==4.16.0
tox==4.17.0
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand Down Expand Up @@ -373,7 +373,7 @@ wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
wheel==0.43.0
wheel==0.44.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
wheel==0.43.0
wheel==0.44.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
pip==24.2
# via -r requirements/pip.in
setuptools==71.1.0
setuptools==72.1.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ astroid==3.2.4
# via
# pylint
# pylint-celery
attrs==23.2.0
attrs==24.1.0
# via
# -r requirements/base.txt
# openedx-events
Expand Down Expand Up @@ -56,7 +56,7 @@ code-annotations==1.8.0
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -88,7 +88,7 @@ edx-ccx-keys==1.3.0
# via
# -r requirements/base.txt
# openedx-events
edx-django-utils==5.14.2
edx-django-utils==5.15.0
# via
# -r requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -148,7 +148,7 @@ psutil==6.0.0
# via
# -r requirements/base.txt
# edx-django-utils
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/test.in
pycparser==2.22
# via
Expand Down Expand Up @@ -176,7 +176,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.3.1
pytest==8.3.2
# via pytest-cov
pytest-cov==5.0.0
# via -r requirements/test.in
Expand Down
Loading