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 #334

Merged
merged 1 commit into from
Dec 9, 2024
Merged
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
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via kombu
asgiref==3.8.1
# via django
Expand Down Expand Up @@ -32,7 +32,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.8.0
code-annotations==2.0.0
# via edx-toggles
django==4.2.16
# via
Expand All @@ -47,15 +47,15 @@ django-crum==0.7.9
# via
# edx-django-utils
# edx-toggles
django-waffle==4.1.0
django-waffle==4.2.0
# via
# edx-django-utils
# edx-toggles
dnspython==2.7.0
# via pymongo
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/base.in
# edx-toggles
Expand All @@ -74,7 +74,7 @@ kombu==5.4.2
# via celery
markupsafe==3.0.2
# via jinja2
newrelic==10.2.0
newrelic==10.3.1
# via edx-django-utils
openedx-events==9.15.0
# via -r requirements/base.in
Expand Down Expand Up @@ -105,9 +105,9 @@ six==1.16.0
# -r requirements/base.in
# edx-ccx-keys
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# code-annotations
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery54.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amqp==5.2.0
amqp==5.3.1
billiard==4.2.1
celery==5.4.0
click==8.1.7
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.4
coverage==7.6.8
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand All @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
30 changes: 15 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==1.0.0
# via sphinx
amqp==5.2.0
amqp==5.3.1
# via
# -r requirements/test.txt
# kombu
Expand Down Expand Up @@ -82,7 +82,7 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.8.0
code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -91,7 +91,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -120,7 +120,7 @@ django-crum==0.7.9
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -131,11 +131,11 @@ dnspython==2.7.0
# pymongo
docutils==0.21.2
# via sphinx
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via
# -r requirements/test.txt
# openedx-events
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -191,13 +191,13 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
newrelic==10.2.0
newrelic==10.3.1
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==9.15.0
# via -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -246,7 +246,7 @@ pycparser==2.22
# cffi
pygments==2.18.0
# via sphinx
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -283,11 +283,11 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -327,11 +327,11 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -366,15 +366,15 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/ci.txt
# tox
wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
wheel==0.44.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
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,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.1
# via pip-tools

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

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.2.0
setuptools==75.6.0
# via -r requirements/pip.in
24 changes: 12 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ click-plugins==1.1.1
# via
# -r requirements/base.txt
# celery
code-annotations==1.8.0
code-annotations==2.0.0
# via
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand All @@ -75,7 +75,7 @@ django-crum==0.7.9
# -r requirements/base.txt
# edx-django-utils
# edx-toggles
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -84,11 +84,11 @@ dnspython==2.7.0
# via
# -r requirements/base.txt
# pymongo
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via
# -r requirements/base.txt
# openedx-events
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -125,13 +125,13 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
newrelic==10.2.0
newrelic==10.3.1
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==9.15.0
# via -r requirements/base.txt
packaging==24.1
packaging==24.2
# via pytest
pbr==6.1.0
# via
Expand All @@ -154,7 +154,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand All @@ -176,9 +176,9 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.3.3
pytest==8.3.4
# via pytest-cov
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand All @@ -200,11 +200,11 @@ six==1.16.0
# edx-ccx-keys
# edx-lint
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down
Loading