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

Python Requirements Update
  • Loading branch information
bmtcril committed May 22, 2023
2 parents ba83d78 + 2bcc050 commit 77be2f7
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ billiard==3.6.4.0
# via celery
celery==5.2.7
# via -r requirements/base.in
certifi==2022.12.7
certifi==2023.5.7
# via requests
cffi==1.15.1
# via pynacl
Expand Down Expand Up @@ -73,7 +73,7 @@ six==1.16.0
# via click-repl
sqlparse==0.4.4
# via django
stevedore==5.0.0
stevedore==5.1.0
# via
# edx-django-utils
# edx-opaque-keys
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.0
# virtualenv
packaging==23.1
# via tox
platformdirs==3.5.0
platformdirs==3.5.1
# via virtualenv
pluggy==1.0.0
# via tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.6.0
# via
# -r requirements/quality.txt
# django
astroid==2.15.4
astroid==2.15.5
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -27,7 +27,7 @@ build==0.10.0
# pip-tools
celery==5.2.7
# via -r requirements/quality.txt
certifi==2022.12.7
certifi==2023.5.7
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -173,7 +173,7 @@ pbr==5.11.1
# stevedore
pip-tools==6.13.0
# via -r requirements/pip-tools.txt
platformdirs==3.5.0
platformdirs==3.5.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -210,7 +210,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.15.1
# via diff-cover
pylint==2.17.3
pylint==2.17.4
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -225,7 +225,7 @@ pylint-django==2.5.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-plugin-utils==0.7
pylint-plugin-utils==0.8.2
# via
# -r requirements/quality.txt
# pylint-celery
Expand Down Expand Up @@ -287,7 +287,7 @@ sqlparse==0.4.4
# via
# -r requirements/quality.txt
# django
stevedore==5.0.0
stevedore==5.1.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ build==0.10.0
# via -r requirements/doc.in
celery==5.2.7
# via -r requirements/test.txt
certifi==2022.12.7
certifi==2023.5.7
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -280,7 +280,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.0.0
stevedore==5.1.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.40.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.7.2
setuptools==67.8.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.6.0
# via
# -r requirements/test.txt
# django
astroid==2.15.4
astroid==2.15.5
# via
# pylint
# pylint-celery
Expand All @@ -22,7 +22,7 @@ billiard==3.6.4.0
# celery
celery==5.2.7
# via -r requirements/test.txt
certifi==2022.12.7
certifi==2023.5.7
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -133,7 +133,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.5.0
platformdirs==3.5.1
# via pylint
pluggy==1.0.0
# via
Expand All @@ -155,7 +155,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.3
pylint==2.17.4
# via
# edx-lint
# pylint-celery
Expand All @@ -165,7 +165,7 @@ pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
# via edx-lint
pylint-plugin-utils==0.7
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
Expand Down Expand Up @@ -217,7 +217,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.0.0
stevedore==5.1.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ billiard==3.6.4.0
# celery
celery==5.2.7
# via -r requirements/base.txt
certifi==2022.12.7
certifi==2023.5.7
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -153,7 +153,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==5.0.0
stevedore==5.1.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down

0 comments on commit 77be2f7

Please sign in to comment.