Skip to content

Commit

Permalink
chore: [ACI-972] requirements update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii committed May 7, 2024
1 parent f4b66e9 commit 224f272
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 36 deletions.
6 changes: 5 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# make upgrade
#
--index-url http://edx.devstack.devpi:3141/root/pypi/+simple/
--extra-index-url https://pypi.python.org/simple
--trusted-host edx.devstack.devpi

asgiref==3.8.1
# via django
attrs==23.2.0
Expand Down Expand Up @@ -31,7 +35,7 @@ dnspython==2.6.1
# via pymongo
edx-ccx-keys==1.3.0
# via -r requirements/base.in
edx-django-utils==5.12.0
edx-django-utils==5.13.0
# via -r requirements/base.in
edx-opaque-keys[django]==2.9.0
# via
Expand Down
10 changes: 7 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# make upgrade
#
--index-url http://edx.devstack.devpi:3141/root/pypi/+simple/
--extra-index-url https://pypi.python.org/simple
--trusted-host edx.devstack.devpi

cachetools==5.3.3
# via tox
chardet==5.2.0
Expand All @@ -12,7 +16,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
Expand All @@ -32,7 +36,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.2
tox==4.15.0
# via -r requirements/ci.in
virtualenv==20.26.0
virtualenv==20.26.1
# via tox
39 changes: 28 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# make upgrade
#
--index-url http://edx.devstack.devpi:3141/root/pypi/+simple/
--extra-index-url https://pypi.python.org/simple
--trusted-host edx.devstack.devpi

asgiref==3.8.1
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -40,6 +44,7 @@ certifi==2024.2.2
cffi==1.16.0
# via
# -r requirements/quality.txt
# cryptography
# pynacl
chardet==5.2.0
# via
Expand Down Expand Up @@ -71,10 +76,14 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==42.0.7
# via
# -r requirements/quality.txt
# secretstorage
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.0.0
Expand Down Expand Up @@ -112,7 +121,7 @@ docutils==0.20.1
# readme-renderer
edx-ccx-keys==1.3.0
# via -r requirements/quality.txt
edx-django-utils==5.12.0
edx-django-utils==5.13.0
# via -r requirements/quality.txt
edx-lint==5.3.6
# via -r requirements/quality.txt
Expand All @@ -126,7 +135,7 @@ exceptiongroup==1.2.1
# pytest
fastavro==1.9.4
# via -r requirements/quality.txt
filelock==3.13.4
filelock==3.14.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -167,12 +176,17 @@ jaraco-functools==4.0.1
# via
# -r requirements/quality.txt
# keyring
jinja2==3.1.3
jeepney==0.8.0
# via
# -r requirements/quality.txt
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/quality.txt
# code-annotations
# diff-cover
keyring==25.1.0
keyring==25.2.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -254,7 +268,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.17.2
pygments==2.18.0
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -292,12 +306,12 @@ pyproject-api==1.6.1
# via
# -r requirements/ci.txt
# tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -335,6 +349,10 @@ rich==13.7.1
# via
# -r requirements/quality.txt
# twine
secretstorage==3.3.3
# via
# -r requirements/quality.txt
# keyring
six==1.16.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -368,14 +386,13 @@ tomli==2.0.1
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
tox==4.14.2
tox==4.15.0
# via -r requirements/ci.txt
twine==5.0.0
# via -r requirements/quality.txt
Expand All @@ -392,7 +409,7 @@ urllib3==2.2.1
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.26.0
virtualenv==20.26.1
# via
# -r requirements/ci.txt
# tox
Expand Down
30 changes: 21 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# make upgrade
#
--index-url http://edx.devstack.devpi:3141/root/pypi/+simple/
--extra-index-url https://pypi.python.org/simple
--trusted-host edx.devstack.devpi

accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
Expand All @@ -14,7 +18,7 @@ asgiref==3.8.1
# django
attrs==23.2.0
# via -r requirements/test.txt
babel==2.14.0
babel==2.15.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -34,6 +38,7 @@ certifi==2024.2.2
cffi==1.16.0
# via
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
Expand All @@ -46,10 +51,12 @@ code-annotations==1.7.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.7
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.11
Expand Down Expand Up @@ -82,7 +89,7 @@ docutils==0.19
# sphinx
edx-ccx-keys==1.3.0
# via -r requirements/test.txt
edx-django-utils==5.12.0
edx-django-utils==5.13.0
# via -r requirements/test.txt
edx-opaque-keys[django]==2.9.0
# via
Expand Down Expand Up @@ -117,12 +124,16 @@ jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
# via keyring
jinja2==3.1.3
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
# sphinx
keyring==25.1.0
keyring==25.2.0
# via twine
livereload==2.6.3
# via sphinx-autobuild
Expand Down Expand Up @@ -171,7 +182,7 @@ pycparser==2.22
# cffi
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
pygments==2.18.0
# via
# accessible-pygments
# doc8
Expand All @@ -187,9 +198,9 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -223,6 +234,8 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -283,7 +296,6 @@ tomli==2.0.1
# build
# coverage
# doc8
# pyproject-hooks
# pytest
tornado==6.4
# via livereload
Expand Down
7 changes: 5 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# make upgrade
#
--index-url http://edx.devstack.devpi:3141/root/pypi/+simple/
--extra-index-url https://pypi.python.org/simple
--trusted-host edx.devstack.devpi

build==1.2.1
# via pip-tools
click==8.1.7
Expand All @@ -16,15 +20,14 @@ packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
Expand Down
4 changes: 4 additions & 0 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# make upgrade
#
--index-url http://edx.devstack.devpi:3141/root/pypi/+simple/
--extra-index-url https://pypi.python.org/simple
--trusted-host edx.devstack.devpi

wheel==0.43.0
# via -r requirements/pip.in

Expand Down
Loading

0 comments on commit 224f272

Please sign in to comment.