Skip to content

Commit

Permalink
chore: Updating Python Requirements (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 5, 2023
1 parent e02a212 commit 56a6275
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 59 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
celery==5.3.1
celery==5.3.4
# via
# -c requirements/constraints.txt
# -r requirements/base.in
click==8.1.6
click==8.1.7
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -47,7 +47,7 @@ drf-yasg==1.21.7
# via -r requirements/base.in
inflection==0.5.1
# via drf-yasg
kombu==5.3.1
kombu==5.3.2
# via celery
packaging==23.1
# via drf-yasg
Expand Down
12 changes: 7 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand All @@ -27,7 +27,9 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.1
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
# via tox
48 changes: 29 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ billiard==4.1.0
# via
# -r requirements/test.txt
# celery
build==0.10.0
build==1.0.0
# via
# -r requirements/pip-tools.txt
# pip-tools
celery==5.3.1
celery==5.3.4
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
click==8.1.6
click==8.1.7
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -67,11 +67,11 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# -r requirements/test.txt
# pytest-cov
dill==0.3.6
dill==0.3.7
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -95,21 +95,25 @@ djangorestframework==3.14.0
# drf-yasg
drf-yasg==1.21.7
# via -r requirements/test.txt
edx-i18n-tools==1.0.0
edx-i18n-tools==1.1.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via
# -r requirements/dev.in
# -r requirements/quality.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.2
filelock==3.12.3
# via
# -r requirements/ci.txt
# tox
# virtualenv
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# build
inflection==0.5.1
# via
# -r requirements/test.txt
Expand All @@ -126,7 +130,7 @@ jinja2==3.1.2
# via
# -r requirements/quality.txt
# code-annotations
kombu==5.3.1
kombu==5.3.2
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -159,15 +163,15 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.9.1
platformdirs==3.10.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -183,11 +187,11 @@ py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
pylint==2.17.4
pylint==2.17.5
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -211,7 +215,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -283,7 +287,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -292,14 +296,16 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.txt
typing-extensions==4.7.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# -r requirements/test.txt
# asgiref
# astroid
# filelock
# kombu
# pylint
tzdata==2023.3
Expand All @@ -317,22 +323,26 @@ vine==5.0.0
# amqp
# celery
# kombu
virtualenv==20.24.1
virtualenv==20.24.4
# via
# -r requirements/ci.txt
# tox
wcwidth==0.2.6
# via
# -r requirements/test.txt
# prompt-toolkit
wheel==0.41.0
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.15.0
# via
# -r requirements/quality.txt
# astroid
zipp==3.16.2
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
26 changes: 13 additions & 13 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bleach==6.0.0
# via readme-renderer
cached-property==1.5.2
# via swagger2rst
celery==5.3.1
celery==5.3.4
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand All @@ -49,7 +49,7 @@ cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# -r requirements/base.txt
# celery
Expand All @@ -74,7 +74,7 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==41.0.2
cryptography==41.0.3
# via secretstorage
django==3.2.20
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ importlib-metadata==6.8.0
# keyring
# sphinx
# twine
importlib-resources==6.0.0
importlib-resources==6.0.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -134,13 +134,13 @@ jinja2==3.1.2
# coreschema
# sphinx
# swagger2rst
jsonschema==4.18.4
jsonschema==4.19.0
# via swagger2rst
jsonschema-specifications==2023.7.1
# via jsonschema
keyring==24.2.0
# via twine
kombu==5.3.1
kombu==5.3.2
# via
# -r requirements/base.txt
# celery
Expand All @@ -150,7 +150,7 @@ markupsafe==2.1.3
# via jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
more-itertools==10.1.0
# via jaraco-classes
openapi-codec==1.3.2
# via django-rest-swagger
Expand All @@ -174,7 +174,7 @@ pycparser==2.21
# via cffi
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pygments==2.15.1
pygments==2.16.1
# via
# accessible-pygments
# doc8
Expand All @@ -199,9 +199,9 @@ pyyaml==5.4.1
# -r requirements/base.txt
# drf-yasg
# swagger2rst
readme-renderer==40.0
readme-renderer==41.0
# via twine
referencing==0.30.0
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -217,9 +217,9 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.4.2
rich==13.5.2
# via twine
rpds-py==0.9.2
rpds-py==0.10.0
# via
# jsonschema
# referencing
Expand All @@ -236,7 +236,7 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down
13 changes: 9 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,27 @@
#
# make upgrade
#
build==0.10.0
build==1.0.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.41.0
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.0
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.1.2
# via -r requirements/pip.in
Loading

0 comments on commit 56a6275

Please sign in to comment.