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 #241

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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gitdb==4.0.10
# via gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/github.in
gitpython==3.1.36
gitpython==3.1.37
# via -r requirements/base.in
idna==2.10
# via
Expand All @@ -40,7 +40,7 @@ multidict==6.0.4
# via
# aiohttp
# yarl
packaging==23.1
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
Expand All @@ -55,7 +55,7 @@ pytest-asyncio==0.21.1
# via pytest-aiohttp
pyyaml==6.0.1
# via -r requirements/base.in
smmap==5.0.0
smmap==5.0.1
# via gitdb
tomli==2.0.1
# via pytest
Expand Down
8 changes: 3 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via tox
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via tox
Expand All @@ -29,7 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.5
# via tox
26 changes: 12 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aiosignal==1.3.1
# aiohttp
annotated-types==0.5.0
# via pydantic
astroid==2.15.6
astroid==2.15.8
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -53,7 +53,7 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -75,7 +75,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/ci.txt
# tox
Expand All @@ -91,7 +91,7 @@ gitdb==4.0.10
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/quality.txt
gitpython==3.1.36
gitpython==3.1.37
# via -r requirements/quality.txt
idna==2.10
# via
Expand Down Expand Up @@ -138,7 +138,7 @@ multidict==6.0.4
# -r requirements/quality.txt
# aiohttp
# yarl
packaging==23.1
packaging==23.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -152,7 +152,7 @@ pbr==5.11.1
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.10.0
platformdirs==3.11.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -171,15 +171,15 @@ py==1.11.0
# tox
pycodestyle==2.11.0
# via -r requirements/quality.txt
pydantic==2.3.0
pydantic==2.4.2
# via inflect
pydantic-core==2.6.3
pydantic-core==2.10.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.16.1
# via diff-cover
pylint==2.17.5
pylint==2.17.7
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -231,7 +231,7 @@ six==1.16.0
# -r requirements/quality.txt
# edx-lint
# tox
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/quality.txt
# gitdb
Expand Down Expand Up @@ -270,13 +270,11 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.txt
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# annotated-types
# astroid
# filelock
# inflect
# pydantic
# pydantic-core
Expand All @@ -297,7 +295,7 @@ yarl==1.9.2
# via
# -r requirements/quality.txt
# aiohttp
zipp==3.16.2
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ attrs==23.1.0
# via
# -r requirements/test.txt
# aiohttp
babel==2.12.1
babel==2.13.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -39,7 +39,7 @@ charset-normalizer==2.0.12
# -r requirements/test.txt
# aiohttp
# requests
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -67,7 +67,7 @@ gitdb==4.0.10
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/test.txt
gitpython==3.1.36
gitpython==3.1.37
# via -r requirements/test.txt
idna==2.10
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ multidict==6.0.4
# yarl
nh3==0.2.14
# via readme-renderer
packaging==23.1
packaging==23.2
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand All @@ -108,7 +108,7 @@ pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.14.1
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down Expand Up @@ -141,7 +141,7 @@ requests==2.31.0
# via sphinx
restructuredtext-lint==1.4.0
# via doc8
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/test.txt
# gitdb
Expand Down Expand Up @@ -176,13 +176,13 @@ tomli==2.0.1
# coverage
# doc8
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==2.0.4
urllib3==2.0.6
# via requests
yarl==1.9.2
# via
# -r requirements/test.txt
# aiohttp
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ importlib-metadata==4.13.0
# via
# -c requirements/constraints.txt
# build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
Expand All @@ -25,7 +25,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aiosignal==1.3.1
# via
# -r requirements/test.txt
# aiohttp
astroid==2.15.6
astroid==2.15.8
# via
# pylint
# pylint-celery
Expand All @@ -39,7 +39,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -62,7 +62,7 @@ gitdb==4.0.10
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/test.txt
gitpython==3.1.36
gitpython==3.1.37
# via -r requirements/test.txt
idna==2.10
# via
Expand Down Expand Up @@ -90,13 +90,13 @@ multidict==6.0.4
# -r requirements/test.txt
# aiohttp
# yarl
packaging==23.1
packaging==23.2
# via
# -r requirements/test.txt
# pytest
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pluggy==1.3.0
# via
Expand All @@ -106,7 +106,7 @@ pycodestyle==2.11.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.5
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -142,7 +142,7 @@ pyyaml==6.0.1
# code-annotations
six==1.16.0
# via edx-lint
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/test.txt
# gitdb
Expand All @@ -160,7 +160,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# astroid
# pylint
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ charset-normalizer==2.0.12
# -c requirements/constraints.txt
# -r requirements/base.txt
# aiohttp
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via pytest-cov
exceptiongroup==1.1.3
# via
Expand All @@ -43,7 +43,7 @@ gitdb==4.0.10
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/base.txt
gitpython==3.1.36
gitpython==3.1.37
# via -r requirements/base.txt
idna==2.10
# via
Expand All @@ -59,7 +59,7 @@ multidict==6.0.4
# -r requirements/base.txt
# aiohttp
# yarl
packaging==23.1
packaging==23.2
# via
# -r requirements/base.txt
# pytest
Expand All @@ -83,7 +83,7 @@ pytest-cov==4.1.0
# via -r requirements/test.in
pyyaml==6.0.1
# via -r requirements/base.txt
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/base.txt
# gitdb
Expand Down