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

Closed
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
2 changes: 1 addition & 1 deletion 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.37
gitpython==3.1.38
# via -r requirements/base.in
idna==2.10
# via
Expand Down
5 changes: 3 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==4.1.1
# via
Expand Down Expand Up @@ -91,7 +92,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.37
gitpython==3.1.38
# via -r requirements/quality.txt
idna==2.10
# via
Expand Down Expand Up @@ -169,7 +170,7 @@ py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.txt
pydantic==2.4.2
# via inflect
Expand Down
5 changes: 3 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ charset-normalizer==2.0.12
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
doc8==1.1.1
# via -r requirements/doc.in
Expand All @@ -67,7 +68,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.37
gitpython==3.1.38
# via -r requirements/test.txt
idna==2.10
# via
Expand Down Expand Up @@ -178,7 +179,7 @@ tomli==2.0.1
# pytest
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==2.0.6
urllib3==2.0.7
# via requests
yarl==1.9.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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
pip==23.3
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
5 changes: 3 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
dill==0.3.7
# via pylint
Expand All @@ -62,7 +63,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.37
gitpython==3.1.38
# via -r requirements/test.txt
idna==2.10
# via
Expand Down Expand Up @@ -102,7 +103,7 @@ pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
6 changes: 4 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ charset-normalizer==2.0.12
# -r requirements/base.txt
# aiohttp
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
exceptiongroup==1.1.3
# via
# -r requirements/base.txt
Expand All @@ -43,7 +45,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.37
gitpython==3.1.38
# via -r requirements/base.txt
idna==2.10
# via
Expand Down