Skip to content

Commit

Permalink
Merge pull request #313 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-025ddae

chore: Upgrade Python requirements
  • Loading branch information
iamsobanjaved authored Aug 17, 2024
2 parents 025ddae + 4cd2d40 commit 72588cc
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 42 deletions.
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
attrs==23.2.0
attrs==24.2.0
# via openedx-events
billiard==4.2.0
# via celery
celery==5.4.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
cffi==1.16.0
cffi==1.17.0
# via pynacl
click==8.1.7
# via
Expand All @@ -34,7 +34,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
django==4.2.14
django==4.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -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 All @@ -70,11 +70,11 @@ fastavro==1.9.5
# via openedx-events
jinja2==3.1.4
# via code-annotations
kombu==5.3.7
kombu==5.4.0
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.12.0
newrelic==9.13.0
# via edx-django-utils
openedx-events==9.11.0
# via -r requirements/base.in
Expand All @@ -98,7 +98,7 @@ python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via -r requirements/base.in
pyyaml==6.0.1
pyyaml==6.0.2
# via code-annotations
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery54.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ celery==5.4.0
click==8.1.7
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.3.7
kombu==5.4.0
prompt-toolkit==3.0.47
vine==5.1.0
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.1
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
40 changes: 20 additions & 20 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,11 +19,11 @@ astroid==3.2.4
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==23.2.0
attrs==24.2.0
# via
# -r requirements/test.txt
# openedx-events
babel==2.15.0
babel==2.16.0
# via sphinx
billiard==4.2.0
# via
Expand All @@ -43,7 +43,7 @@ celery==5.4.0
# -r requirements/test.txt
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/test.txt
# pynacl
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 All @@ -106,7 +106,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.14
django==4.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.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 @@ -177,7 +177,7 @@ jinja2==3.1.4
# -r requirements/test.txt
# code-annotations
# sphinx
kombu==5.3.7
kombu==5.4.0
# via
# -r requirements/test.txt
# celery
Expand All @@ -191,7 +191,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/test.txt
# edx-django-utils
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 All @@ -299,7 +299,7 @@ python-slugify==8.0.4
# code-annotations
pytz==2024.1
# via -r requirements/test.txt
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -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.1
# 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
16 changes: 8 additions & 8 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.2.0
# via
# -r requirements/base.txt
# openedx-events
Expand All @@ -25,7 +25,7 @@ attrs==23.2.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/base.txt
# pynacl
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 @@ -125,7 +125,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -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 All @@ -190,7 +190,7 @@ python-slugify==8.0.4
# code-annotations
pytz==2024.1
# via -r requirements/base.txt
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# code-annotations
Expand Down

0 comments on commit 72588cc

Please sign in to comment.