Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
mumarkhan999 authored Jul 13, 2023
2 parents 48cefdb + 9b990cb commit c9e60b2
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ celery==5.3.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
click==8.1.3
click==8.1.4
# via
# celery
# click-didyoumean
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amqp==5.1.1
billiard==4.1.0
celery==5.3.1
click==8.1.3
click==8.1.4
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.8.0
platformdirs==3.8.1
# via virtualenv
pluggy==1.2.0
# via tox
Expand Down
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
astroid==2.15.5
astroid==2.15.6
# via
# pylint
# pylint-celery
Expand All @@ -18,9 +18,9 @@ cffi==1.15.1
# via cryptography
chardet==5.1.0
# via diff-cover
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via
# click-log
# code-annotations
Expand All @@ -29,9 +29,9 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
# via edx-lint
cryptography==41.0.1
cryptography==41.0.2
# via secretstorage
diff-cover==7.6.0
diff-cover==7.6.1
# via -r requirements/dev.in
dill==0.3.6
# via pylint
Expand All @@ -43,7 +43,7 @@ django==3.2.20
# edx-i18n-tools
docutils==0.20.1
# via readme-renderer
edx-i18n-tools==0.9.2
edx-i18n-tools==1.0.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via
Expand All @@ -55,17 +55,17 @@ filelock==3.12.2
# virtualenv
idna==3.4
# via requests
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==5.12.0
importlib-resources==6.0.0
# via keyring
isort==5.12.0
# via
# -r requirements/quality.in
# pylint
jaraco-classes==3.2.3
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
Expand All @@ -91,13 +91,13 @@ more-itertools==9.1.0
# via jaraco-classes
packaging==23.1
# via tox
path==16.6.0
path==16.7.1
# via edx-i18n-tools
pbr==5.11.1
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.8.0
platformdirs==3.8.1
# via
# pylint
# virtualenv
Expand Down Expand Up @@ -203,7 +203,7 @@ wheel==0.40.0
# via -r requirements/dev.in
wrapt==1.15.0
# via astroid
zipp==3.15.0
zipp==3.16.0
# via
# importlib-metadata
# importlib-resources
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via
# celery
# click-didyoumean
Expand All @@ -50,7 +50,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==41.0.1
cryptography==41.0.2
# via secretstorage
django==3.2.20
# via
Expand All @@ -73,14 +73,14 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via
# keyring
# sphinx
# twine
importlib-resources==5.12.0
importlib-resources==6.0.0
# via keyring
jaraco-classes==3.2.3
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -217,7 +217,7 @@ wcwidth==0.2.6
# via prompt-toolkit
webencodings==0.5.1
# via bleach
zipp==3.15.0
zipp==3.16.0
# via
# importlib-metadata
# importlib-resources
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.4
# via pip-tools
packaging==23.1
# via build
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
astroid==2.15.5
astroid==2.15.6
# via
# pylint
# pylint-celery
click==8.1.3
click==8.1.4
# via
# click-log
# code-annotations
Expand All @@ -35,7 +35,7 @@ mccabe==0.7.0
# via pylint
pbr==5.11.1
# via stevedore
platformdirs==3.8.0
platformdirs==3.8.1
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ backports-zoneinfo[tzdata]==0.2.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
click==8.1.3
click==8.1.4
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -47,7 +47,7 @@ iniconfig==2.0.0
jsonfield==3.1.0
# via -r requirements/base.in
# via celery
mock==5.0.2
mock==5.1.0
# via -r requirements/test.in
packaging==23.1
# via pytest
Expand Down

0 comments on commit c9e60b2

Please sign in to comment.