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

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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
aiohttp==3.9.0
aiohttp==3.9.1
# via
# github-py
# pytest-aiohttp
Expand Down Expand Up @@ -34,7 +34,7 @@ github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f
# via -r requirements/github.in
gitpython==3.1.40
# via pytest-repo-health
google-auth==2.23.4
google-auth==2.24.0
# via
# google-auth-oauthlib
# gspread
Expand All @@ -44,7 +44,7 @@ gspread==5.11.3
# via
# -c requirements/constraints.txt
# -r requirements/base.in
idna==3.4
idna==3.6
# via
# requests
# yarl
Expand Down
13 changes: 4 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
#
# make upgrade
#
aiohttp==3.9.0
aiohttp==3.9.0
aiohttp==3.9.1
# via
# -r requirements/quality.txt
# github-py
Expand Down Expand Up @@ -41,7 +40,6 @@ cachetools==5.3.2
# -r requirements/quality.txt
# google-auth
# tox
certifi==2023.11.17
certifi==2023.11.17
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -98,7 +96,6 @@ dockerfile==3.3.1
# via -r requirements/quality.txt
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
Expand All @@ -123,7 +120,7 @@ gitpython==3.1.40
# via
# -r requirements/quality.txt
# pytest-repo-health
google-auth==2.23.4
google-auth==2.24.0
# via
# -r requirements/quality.txt
# google-auth-oauthlib
Expand All @@ -136,7 +133,7 @@ gspread==5.11.3
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
idna==3.4
idna==3.6
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -210,7 +207,6 @@ pluggy==1.3.0
# diff-cover
# pytest
# tox
pyasn1==0.5.1
pyasn1==0.5.1
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -375,11 +371,10 @@ virtualenv==20.24.7
# via
# -r requirements/ci.txt
# tox
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
yarl==1.9.3
yarl==1.9.3
# via
# -r requirements/quality.txt
Expand Down
13 changes: 4 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
#
accessible-pygments==0.0.4
# via pydata-sphinx-theme
aiohttp==3.9.0
aiohttp==3.9.0
aiohttp==3.9.1
# via
# -r requirements/test.txt
# github-py
Expand Down Expand Up @@ -36,7 +35,6 @@ cachetools==5.3.2
# via
# -r requirements/test.txt
# google-auth
certifi==2023.11.17
certifi==2023.11.17
# via
# -r requirements/test.txt
Expand All @@ -61,7 +59,6 @@ docutils==0.19
# readme-renderer
# restructuredtext-lint
# sphinx
exceptiongroup==1.2.0
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
Expand All @@ -81,7 +78,7 @@ gitpython==3.1.40
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.23.4
google-auth==2.24.0
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand All @@ -94,7 +91,7 @@ gspread==5.11.3
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -135,7 +132,6 @@ pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pyasn1==0.5.1
pyasn1==0.5.1
# via
# -r requirements/test.txt
Expand All @@ -145,7 +141,7 @@ pyasn1-modules==0.3.0
# via
# -r requirements/test.txt
# google-auth
pydata-sphinx-theme==0.14.3
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
# via
Expand Down Expand Up @@ -246,7 +242,6 @@ urllib3==2.1.0
# -r requirements/test.txt
# requests
# responses
yarl==1.9.3
yarl==1.9.3
# via
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
aiohttp==3.9.0
aiohttp==3.9.1
# via
# -r requirements/test.txt
# github-py
Expand Down Expand Up @@ -82,7 +82,7 @@ gitpython==3.1.40
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.23.4
google-auth==2.24.0
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand All @@ -95,7 +95,7 @@ gspread==5.11.3
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
aiohttp==3.9.0
aiohttp==3.9.1
# via
# -r requirements/base.txt
# github-py
Expand Down Expand Up @@ -58,7 +58,7 @@ gitpython==3.1.40
# via
# -r requirements/base.txt
# pytest-repo-health
google-auth==2.23.4
google-auth==2.24.0
# via
# -r requirements/base.txt
# google-auth-oauthlib
Expand All @@ -71,7 +71,7 @@ gspread==5.11.3
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
Expand Down