Skip to content

Commit

Permalink
Merge pull request #251 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-61c6ad0

Python Requirements Update
  • Loading branch information
iamsobanjaved authored Nov 28, 2023
2 parents 61c6ad0 + a7a7aee commit 36b7de4
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.2.0
# via celery
celery==5.3.5
celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -44,11 +44,11 @@ django-crum==0.7.9
# via edx-django-utils
django-waffle==4.0.0
# via edx-django-utils
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via -r requirements/base.in
kombu==5.3.3
kombu==5.3.4
# via celery
newrelic==9.1.2
newrelic==9.2.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand Down Expand Up @@ -89,5 +89,5 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.10
wcwidth==0.2.12
# via prompt-toolkit
4 changes: 2 additions & 2 deletions requirements/celery52.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
amqp==5.2.0
billiard==4.2.0
celery==5.3.5
celery==5.3.6
click==8.1.7
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.3
kombu==5.3.4
prompt-toolkit==3.0.41
vine==5.1.0
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
celery==5.3.5
celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via
Expand Down Expand Up @@ -113,13 +113,13 @@ django-waffle==4.0.0
# edx-django-utils
docutils==0.20.1
# via sphinx
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/dev.in
# -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -128,7 +128,7 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -150,7 +150,7 @@ jinja2==3.1.2
# -r requirements/test.txt
# code-annotations
# sphinx
kombu==5.3.3
kombu==5.3.4
# via
# -r requirements/test.txt
# celery
Expand All @@ -164,7 +164,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -218,7 +218,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pygments==2.16.1
pygments==2.17.2
# via sphinx
pylint==3.0.2
# via
Expand Down Expand Up @@ -323,7 +323,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -354,15 +354,15 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/ci.txt
# tox
wcwidth==0.2.10
wcwidth==0.2.12
# via
# -r requirements/test.txt
# prompt-toolkit
wheel==0.41.3
wheel==0.42.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 @@ -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
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ 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
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
Expand All @@ -98,7 +98,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -184,7 +184,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
# via
Expand All @@ -203,7 +203,7 @@ tzdata==2023.3
# amqp
# celery
# kombu
wcwidth==0.2.10
wcwidth==0.2.12
# via
# -r requirements/base.txt
# prompt-toolkit

0 comments on commit 36b7de4

Please sign in to comment.