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 #50 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-9905fb3

Python Requirements Update
  • Loading branch information
farhan authored Oct 2, 2023
2 parents 9905fb3 + 9e2f221 commit add9d87
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ celery==5.3.4
# via -r requirements/base.in
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via pynacl
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -75,7 +75,7 @@ kombu==5.3.2
# via celery
markupsafe==2.1.3
# via jinja2
newrelic==9.0.0
newrelic==9.1.0
# via edx-django-utils
pbr==5.11.1
# via stevedore
Expand Down Expand Up @@ -128,5 +128,5 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via prompt-toolkit
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via tox
platformdirs==3.10.0
# via virtualenv
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==2.15.7
astroid==2.15.8
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -36,13 +36,13 @@ certifi==2023.7.22
# via
# -r requirements/quality.txt
# requests
cffi==1.15.1
cffi==1.16.0
# via
# -r requirements/quality.txt
# pynacl
chardet==5.2.0
# via diff-cover
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -180,11 +180,11 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==9.0.0
newrelic==9.1.0
# via
# -r requirements/quality.txt
# edx-django-utils
packaging==23.1
packaging==23.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -237,7 +237,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.16.1
# via diff-cover
pylint==2.17.5
pylint==2.17.7
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -383,7 +383,7 @@ virtualenv==20.24.5
# via
# -r requirements/ci.txt
# tox
wcwidth==0.2.6
wcwidth==0.2.8
# via
# -r requirements/quality.txt
# prompt-toolkit
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
cffi==1.15.1
cffi==1.16.0
# via
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -172,13 +172,13 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
newrelic==9.0.0
newrelic==9.1.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.14
# via readme-renderer
packaging==23.1
packaging==23.2
# via
# -r requirements/test.txt
# build
Expand Down Expand Up @@ -272,7 +272,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.5.3
rich==13.6.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -357,7 +357,7 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# 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 @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.7
astroid==2.15.8
# via
# pylint
# pylint-celery
Expand All @@ -31,11 +31,11 @@ certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
cffi==1.15.1
cffi==1.16.0
# via
# -r requirements/test.txt
# pynacl
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -144,11 +144,11 @@ markupsafe==2.1.3
# jinja2
mccabe==0.7.0
# via pylint
newrelic==9.0.0
newrelic==9.1.0
# via
# -r requirements/test.txt
# edx-django-utils
packaging==23.1
packaging==23.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -178,7 +178,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.5
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -290,7 +290,7 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
cffi==1.15.1
cffi==1.16.0
# via
# -r requirements/base.txt
# pynacl
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -117,11 +117,11 @@ markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
newrelic==9.0.0
newrelic==9.1.0
# via
# -r requirements/base.txt
# edx-django-utils
packaging==23.1
packaging==23.2
# via pytest
pbr==5.11.1
# via
Expand Down Expand Up @@ -227,7 +227,7 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via
# -r requirements/base.txt
# prompt-toolkit

0 comments on commit add9d87

Please sign in to comment.