Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot authored and Agrendalath committed Oct 23, 2023
1 parent 49844f2 commit a0b7ab0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 27 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ celery==5.3.4
# via -r requirements/base.in
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -76,7 +76,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.6
urllib3==2.0.7
# via requests
vine==5.0.0
# via
Expand Down
18 changes: 5 additions & 13 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.8
astroid==3.0.1
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -43,7 +43,7 @@ certifi==2023.7.22
# requests
chardet==5.2.0
# via diff-cover
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -147,10 +147,6 @@ kombu==5.3.2
# via
# -r requirements/quality.txt
# celery
lazy-object-proxy==1.9.0
# via
# -r requirements/quality.txt
# astroid
lxml==4.9.3
# via edx-i18n-tools
markupsafe==2.1.3
Expand Down Expand Up @@ -208,7 +204,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.16.1
# via diff-cover
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -219,7 +215,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -324,7 +320,7 @@ tzdata==2023.3
# -r requirements/quality.txt
# backports-zoneinfo
# celery
urllib3==2.0.6
urllib3==2.0.7
# via
# -r requirements/quality.txt
# requests
Expand All @@ -346,10 +342,6 @@ wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.15.0
# via
# -r requirements/quality.txt
# astroid
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
14 changes: 5 additions & 9 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.8
astroid==3.0.1
# via
# pylint
# pylint-celery
Expand All @@ -36,7 +36,7 @@ certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -115,8 +115,6 @@ kombu==5.3.2
# via
# -r requirements/test.txt
# celery
lazy-object-proxy==1.9.0
# via astroid
markupsafe==2.1.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -147,15 +145,15 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.7
pylint==3.0.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -233,7 +231,7 @@ tzdata==2023.3
# -r requirements/test.txt
# backports-zoneinfo
# celery
urllib3==2.0.6
urllib3==2.0.7
# via
# -r requirements/test.txt
# requests
Expand All @@ -247,5 +245,3 @@ wcwidth==0.2.8
# via
# -r requirements/test.txt
# prompt-toolkit
wrapt==1.15.0
# via astroid
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -160,7 +160,7 @@ tzdata==2023.3
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.0.6
urllib3==2.0.7
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit a0b7ab0

Please sign in to comment.