Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 30, 2023
1 parent fd6d113 commit 4a9473f
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 46 deletions.
14 changes: 8 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ charset-normalizer==3.2.0
# via requests
codecov==2.1.13
# via -r requirements/ci.in
coverage==7.2.7
coverage==7.3.0
# via codecov
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
idna==3.4
# via requests
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 @@ -39,9 +39,11 @@ tox==3.28.0
# -c requirements/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
urllib3==2.0.4
# via requests
virtualenv==20.24.2
virtualenv==20.24.3
# via tox
46 changes: 24 additions & 22 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ cffi==1.15.1
# via
# cryptography
# pynacl
chardet==5.1.0
chardet==5.2.0
# via diff-cover
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# click-log
# code-annotations
Expand All @@ -36,7 +36,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cryptography==41.0.2
cryptography==41.0.3
# via secretstorage
diff-cover==7.7.0
# via -r requirements/dev.in
Expand All @@ -52,28 +52,29 @@ django==3.2.20
# -r requirements/base.in
# django-config-models
# django-crum
# django-waffle
# djangorestframework
# edx-django-utils
# edx-i18n-tools
django-config-models==2.4.0
django-config-models==2.5.0
# via -r requirements/base.in
django-crum==0.7.9
# via edx-django-utils
django-waffle==3.0.0
django-waffle==4.0.0
# via edx-django-utils
djangorestframework==3.14.0
# via django-config-models
docutils==0.20.1
# via readme-renderer
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via django-config-models
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.in
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
Expand All @@ -83,7 +84,7 @@ importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==6.0.0
importlib-resources==6.0.1
# via keyring
isort==5.12.0
# via
Expand Down Expand Up @@ -111,9 +112,9 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.0.0
more-itertools==10.1.0
# via jaraco-classes
newrelic==8.8.1
newrelic==9.0.0
# via edx-django-utils
packaging==23.1
# via
Expand All @@ -125,11 +126,11 @@ pbr==5.11.1
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.9.1
platformdirs==3.10.0
# via
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# diff-cover
# tox
Expand All @@ -139,18 +140,18 @@ psutil==5.9.5
# via edx-django-utils
py==1.11.0
# via tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.15.1
pygments==2.16.1
# via
# diff-cover
# readme-renderer
# rich
pylint==2.17.4
pylint==2.17.5
# via
# edx-lint
# pylint-celery
Expand All @@ -176,7 +177,7 @@ pyyaml==6.0.1
# via
# code-annotations
# edx-i18n-tools
readme-renderer==40.0
readme-renderer==41.0
# via twine
requests==2.31.0
# via
Expand All @@ -187,7 +188,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.4.2
rich==13.5.2
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -210,32 +211,33 @@ tomli==2.0.1
# via
# pylint
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/dev.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/dev.in
typing-extensions==4.7.1
# via
# asgiref
# astroid
# filelock
# pylint
# rich
urllib3==2.0.4
# via
# requests
# twine
virtualenv==20.24.2
virtualenv==20.24.3
# via tox
webencodings==0.5.1
# via bleach
wheel==0.41.0
wheel==0.41.2
# via -r requirements/dev.in
wrapt==1.15.0
# via astroid
Expand Down
7 changes: 4 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@
#
build==0.10.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
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

# The following packages are considered to be unsafe in a requirements file:
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
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -49,13 +49,13 @@ packaging==23.1
# via caniusepython3
pbr==5.11.1
# via stevedore
platformdirs==3.9.1
platformdirs==3.10.0
# via pylint
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.4
pylint==2.17.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -85,7 +85,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
# via
Expand Down
17 changes: 9 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,39 @@ asgiref==3.7.2
# via django
cffi==1.15.1
# via pynacl
click==8.1.6
click==8.1.7
# via edx-django-utils
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via pytest-cov
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# django-config-models
# django-crum
# django-waffle
# djangorestframework
# edx-django-utils
django-config-models==2.4.0
django-config-models==2.5.0
# via -r requirements/base.in
django-crum==0.7.9
# via edx-django-utils
django-waffle==3.0.0
django-waffle==4.0.0
# via edx-django-utils
djangorestframework==3.14.0
# via django-config-models
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via django-config-models
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
iniconfig==2.0.0
# via pytest
newrelic==8.8.1
newrelic==9.0.0
# via edx-django-utils
packaging==23.1
# via pytest
pbr==5.11.1
# via stevedore
pluggy==1.2.0
pluggy==1.3.0
# via pytest
psutil==5.9.5
# via edx-django-utils
Expand Down

0 comments on commit 4a9473f

Please sign in to comment.