Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 14, 2023
1 parent 40573d9 commit 223b988
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 39 deletions.
6 changes: 2 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -26,7 +26,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
25 changes: 9 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ astroid==2.15.6
# -r requirements/quality.txt
# pylint
# pylint-celery
bleach==6.0.0
# via
# -r requirements/quality.txt
# readme-renderer
build==1.0.3
# via
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -86,15 +82,15 @@ docutils==0.20.1
# readme-renderer
drf-yasg==1.21.7
# via -r requirements/quality.txt
edx-i18n-tools==1.1.0
edx-i18n-tools==1.2.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -168,6 +164,10 @@ more-itertools==10.1.0
# via
# -r requirements/quality.txt
# jaraco-classes
nh3==0.2.14
# via
# -r requirements/quality.txt
# readme-renderer
packaging==23.1
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -246,7 +246,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -271,7 +271,7 @@ pyyaml==6.0.1
# code-annotations
# drf-yasg
# edx-i18n-tools
readme-renderer==41.0
readme-renderer==42.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -300,7 +300,6 @@ six==1.16.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# bleach
# edx-lint
# tox
snowballstemmer==2.2.0
Expand Down Expand Up @@ -346,11 +345,9 @@ twine==4.0.2
# via -r requirements/quality.txt
typing-extensions==4.7.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# asgiref
# astroid
# filelock
# pylint
# rich
uritemplate==4.1.1
Expand All @@ -362,14 +359,10 @@ urllib3==2.0.4
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/ci.txt
# tox
webencodings==0.5.1
# via
# -r requirements/quality.txt
# bleach
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
Expand Down
12 changes: 4 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ babel==2.12.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
bleach==6.0.0
# via readme-renderer
certifi==2023.7.22
# via requests
cffi==1.15.1
Expand Down Expand Up @@ -94,6 +92,8 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -121,7 +121,7 @@ pygments==2.16.1
# readme-renderer
# rich
# sphinx
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -141,7 +141,7 @@ pyyaml==6.0.1
# via
# -r requirements/test.txt
# drf-yasg
readme-renderer==41.0
readme-renderer==42.0
# via
# -r requirements/doc.in
# twine
Expand All @@ -160,8 +160,6 @@ rich==13.5.2
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
Expand Down Expand Up @@ -213,8 +211,6 @@ urllib3==2.0.4
# via
# requests
# twine
webencodings==0.5.1
# via bleach
zipp==3.16.2
# via
# importlib-metadata
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.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.2.0
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,8 +12,6 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
bleach==6.0.0
# via readme-renderer
certifi==2023.7.22
# via requests
cffi==1.15.1
Expand Down Expand Up @@ -99,6 +97,8 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -138,7 +138,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -160,7 +160,7 @@ pyyaml==6.0.1
# -r requirements/test.txt
# code-annotations
# drf-yasg
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -175,9 +175,7 @@ rich==13.5.2
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
# edx-lint
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
Expand Down Expand Up @@ -213,8 +211,6 @@ urllib3==2.0.4
# via
# requests
# twine
webencodings==0.5.1
# via bleach
wrapt==1.15.0
# via astroid
zipp==3.16.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packaging==23.1
# pytest
pluggy==1.3.0
# via pytest
pytest==7.4.1
pytest==7.4.2
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit 223b988

Please sign in to comment.