Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #61 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-32f8205

Python Requirements Update
  • Loading branch information
salman2013 authored Nov 27, 2023
2 parents 32f8205 + 6c1ec10 commit ba70089
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 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 -r requirements/base.in
certifi==2023.11.17
# via requests
Expand Down Expand Up @@ -67,7 +67,7 @@ edx-opaque-keys==2.5.1
# via -r requirements/base.in
edx-toggles==5.1.0
# via -r requirements/base.in
idna==3.4
idna==3.6
# via requests
jinja2==3.1.2
# via code-annotations
Expand Down Expand Up @@ -128,5 +128,5 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.10
wcwidth==0.2.12
# via prompt-toolkit
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cachetools==5.3.2
# via
# -r requirements/ci.txt
# tox
celery==5.3.5
celery==5.3.6
# via -r requirements/quality.txt
certifi==2023.11.17
# via
Expand Down Expand Up @@ -147,7 +147,7 @@ edx-opaque-keys==2.5.1
# via -r requirements/quality.txt
edx-toggles==5.1.0
# via -r requirements/quality.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
Expand All @@ -156,7 +156,7 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.4
idna==3.6
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -245,7 +245,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.17.1
pygments==2.17.2
# via diff-cover
pylint==3.0.2
# via
Expand Down Expand Up @@ -383,15 +383,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/quality.txt
# prompt-toolkit
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 @@ -34,7 +34,7 @@ billiard==4.2.0
# celery
build==1.0.3
# via -r requirements/doc.in
celery==5.3.5
celery==5.3.6
# via -r requirements/test.txt
certifi==2023.11.17
# via
Expand Down Expand Up @@ -125,11 +125,11 @@ edx-opaque-keys==2.5.1
# via -r requirements/test.txt
edx-toggles==5.1.0
# via -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -211,7 +211,7 @@ pycparser==2.21
# cffi
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.17.1
pygments==2.17.2
# via
# accessible-pygments
# doc8
Expand Down Expand Up @@ -355,7 +355,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.10
wcwidth==0.2.12
# via
# -r requirements/test.txt
# prompt-toolkit
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
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ billiard==4.2.0
# via
# -r requirements/test.txt
# celery
celery==5.3.5
celery==5.3.6
# via -r requirements/test.txt
certifi==2023.11.17
# via
Expand Down Expand Up @@ -114,11 +114,11 @@ edx-opaque-keys==2.5.1
# via -r requirements/test.txt
edx-toggles==5.1.0
# via -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -288,7 +288,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.10
wcwidth==0.2.12
# via
# -r requirements/test.txt
# prompt-toolkit
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
celery==5.3.5
celery==5.3.6
# via -r requirements/base.txt
certifi==2023.11.17
# via
Expand Down Expand Up @@ -100,9 +100,9 @@ edx-opaque-keys==2.5.1
# via -r requirements/base.txt
edx-toggles==5.1.0
# via -r requirements/base.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -228,7 +228,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.10
wcwidth==0.2.12
# via
# -r requirements/base.txt
# prompt-toolkit

0 comments on commit ba70089

Please sign in to comment.