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 Jan 15, 2024
1 parent 15fef61 commit 2556287
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 36 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
Expand All @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.4
tox==4.12.0
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
36 changes: 24 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@
#
asgiref==3.7.2
# via django
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via -r requirements/base.in
build==1.0.3
# via pip-tools
cachetools==5.3.2
# via tox
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
chardet==5.2.0
# via
# diff-cover
Expand All @@ -36,11 +38,13 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via tox
diff-cover==8.0.1
cryptography==41.0.7
# via secretstorage
diff-cover==8.0.2
# via -r requirements/dev.in
dill==0.3.7
# via pylint
distlib==0.3.7
distlib==0.3.8
# via virtualenv
django==3.2.23
# via
Expand All @@ -61,26 +65,30 @@ filelock==3.13.1
# virtualenv
idna==3.6
# via requests
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# build
# keyring
# twine
importlib-resources==6.1.1
# via keyring
isort==5.12.0
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jaraco-classes==3.3.0
# via keyring
jinja2==3.1.2
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
# via
# code-annotations
# diff-cover
keyring==24.3.0
# via twine
lxml==4.9.3
lxml==5.1.0
# via edx-i18n-tools
markdown-it-py==3.0.0
# via rich
Expand All @@ -90,7 +98,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via jaraco-classes
nh3==0.2.15
# via readme-renderer
Expand Down Expand Up @@ -120,14 +128,16 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
# via
# diff-cover
# readme-renderer
# rich
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -170,6 +180,8 @@ rich==13.7.0
# via twine
sailthru-client==2.2.3
# via -r requirements/base.in
secretstorage==3.3.3
# via keyring
simplejson==3.19.2
# via sailthru-client
six==1.16.0
Expand Down Expand Up @@ -197,11 +209,11 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.11.4
tox==4.12.0
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/dev.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# astroid
Expand Down
24 changes: 18 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,22 @@ alabaster==0.7.13
# via sphinx
asgiref==3.7.2
# via django
attrs==23.1.0
attrs==23.2.0
# via -r requirements/base.in
babel==2.13.1
babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==41.0.7
# via secretstorage
django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -39,7 +43,7 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# keyring
# sphinx
Expand All @@ -48,7 +52,11 @@ importlib-resources==6.1.1
# via keyring
jaraco-classes==3.3.0
# via keyring
jinja2==3.1.2
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
# via sphinx
keyring==24.3.0
# via twine
Expand All @@ -58,7 +66,7 @@ markupsafe==2.1.3
# via jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via jaraco-classes
nh3==0.2.15
# via readme-renderer
Expand All @@ -70,6 +78,8 @@ pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
Expand Down Expand Up @@ -106,6 +116,8 @@ rich==13.7.0
# via twine
sailthru-client==2.2.3
# via -r requirements/base.in
secretstorage==3.3.3
# via keyring
simplejson==3.19.2
# via sailthru-client
six==1.16.0
Expand Down Expand Up @@ -145,7 +157,7 @@ tomli==2.0.1
# via doc8
twine==4.0.2
# via -r requirements/doc.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
Expand All @@ -21,11 +21,11 @@ dill==0.3.7
# via pylint
edx-lint==5.3.6
# via -r requirements/quality.in
isort==5.12.0
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.3
# via jinja2
Expand All @@ -39,7 +39,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -69,7 +69,7 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# astroid
# pylint
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
asgiref==3.7.2
# via django
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/base.in
# hypothesis
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.3.2
coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.in
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -27,15 +27,15 @@ exceptiongroup==1.2.0
# via
# hypothesis
# pytest
hypothesis[pytz]==6.91.1
hypothesis[pytz]==6.93.0
# via
# -r requirements/test.in
# hypothesis-pytest
hypothesis-pytest==0.19.0
# via -r requirements/test.in
idna==3.6
# via requests
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via pytest-randomly
iniconfig==2.0.0
# via pytest
Expand All @@ -57,7 +57,7 @@ pudb==2023.1
# via -r requirements/test.in
pygments==2.17.2
# via pudb
pytest==7.4.3
pytest==7.4.4
# via
# hypothesis-pytest
# pytest-cov
Expand Down Expand Up @@ -95,11 +95,11 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.8.0
typing-extensions==4.9.0
# via asgiref
urllib3==2.1.0
# via requests
urwid==2.3.4
urwid==2.4.2
# via
# pudb
# urwid-readline
Expand Down

0 comments on commit 2556287

Please sign in to comment.