Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #256

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
aiohttp==3.8.6
aiohttp==3.9.1
# via
# github-py
# pytest-aiohttp
Expand All @@ -14,11 +14,7 @@ async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
charset-normalizer==2.0.12
# via
# -c requirements/constraints.txt
# aiohttp
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
frozenlist==1.4.0
# via
Expand All @@ -44,20 +40,20 @@ packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/base.in
# pytest-aiohttp
# pytest-asyncio
pytest-aiohttp==1.0.5
# via -r requirements/base.in
pytest-asyncio==0.21.1
pytest-asyncio==0.23.2
# via pytest-aiohttp
pyyaml==6.0.1
# via -r requirements/base.in
smmap==5.0.1
# via gitdb
tomli==2.0.1
# via pytest
yarl==1.9.2
yarl==1.9.4
# via aiohttp
12 changes: 5 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
# via tox
platformdirs==3.11.0
platformdirs==4.1.0
# via virtualenv
pluggy==1.3.0
# via tox
Expand All @@ -23,8 +23,6 @@ six==1.16.0
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.24.5
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
51 changes: 22 additions & 29 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
aiohttp==3.8.6
aiohttp==3.9.1
# via
# -r requirements/quality.txt
# github-py
Expand All @@ -15,7 +15,7 @@ aiosignal==1.3.1
# aiohttp
annotated-types==0.6.0
# via pydantic
astroid==3.0.1
astroid==3.0.2
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -32,11 +32,6 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
charset-normalizer==2.0.12
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# aiohttp
click==8.1.7
# via
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -66,17 +61,17 @@ dill==0.3.7
# via
# -r requirements/quality.txt
# pylint
distlib==0.3.7
distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.4
filelock==3.13.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -110,7 +105,7 @@ iniconfig==2.0.0
# via
# -r requirements/quality.txt
# pytest
isort==5.12.0
isort==5.13.1
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -143,13 +138,13 @@ packaging==23.2
# build
# pytest
# tox
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -168,15 +163,15 @@ py==1.11.0
# tox
pycodestyle==2.11.1
# via -r requirements/quality.txt
pydantic==2.4.2
pydantic==2.5.2
# via inflect
pydantic-core==2.10.1
pydantic-core==2.14.5
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.16.1
pygments==2.17.2
# via diff-cover
pylint==3.0.2
pylint==3.0.3
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -187,7 +182,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -200,15 +195,15 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/quality.txt
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
pytest-aiohttp==1.0.5
# via -r requirements/quality.txt
pytest-asyncio==0.21.1
pytest-asyncio==0.23.2
# via
# -r requirements/quality.txt
# pytest-aiohttp
Expand Down Expand Up @@ -256,15 +251,13 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
typing-extensions==4.8.0
# via -r requirements/ci.txt
typing-extensions==4.9.0
# via
# -r requirements/quality.txt
# annotated-types
Expand All @@ -273,15 +266,15 @@ typing-extensions==4.8.0
# pydantic
# pydantic-core
# pylint
virtualenv==20.24.5
virtualenv==20.25.0
# via
# -r requirements/ci.txt
# tox
wheel==0.41.2
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
yarl==1.9.2
yarl==1.9.4
# via
# -r requirements/quality.txt
# aiohttp
Expand Down
28 changes: 13 additions & 15 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
accessible-pygments==0.0.4
# via pydata-sphinx-theme
aiohttp==3.8.6
aiohttp==3.9.1
# via
# -r requirements/test.txt
# github-py
Expand All @@ -25,19 +25,17 @@ attrs==23.1.0
# via
# -r requirements/test.txt
# aiohttp
babel==2.13.0
babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==2.0.12
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# aiohttp
# requests
coverage[toml]==7.3.2
# via
Expand All @@ -53,7 +51,7 @@ docutils==0.19
# readme-renderer
# restructuredtext-lint
# sphinx
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -95,38 +93,38 @@ multidict==6.0.4
# -r requirements/test.txt
# aiohttp
# yarl
nh3==0.2.14
nh3==0.2.15
# via readme-renderer
packaging==23.2
# via
# -r requirements/test.txt
# pydata-sphinx-theme
# pytest
# sphinx
pbr==5.11.1
pbr==6.0.0
# via stevedore
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.16.1
pygments==2.17.2
# via
# accessible-pygments
# doc8
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
pytest-aiohttp==1.0.5
# via -r requirements/test.txt
pytest-asyncio==0.21.1
pytest-asyncio==0.23.2
# via
# -r requirements/test.txt
# pytest-aiohttp
Expand Down Expand Up @@ -177,11 +175,11 @@ tomli==2.0.1
# coverage
# doc8
# pytest
typing-extensions==4.8.0
typing-extensions==4.9.0
# via pydata-sphinx-theme
urllib3==2.0.7
urllib3==2.1.0
# via requests
yarl==1.9.2
yarl==1.9.4
# via
# -r requirements/test.txt
# aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
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.2
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
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
Loading