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

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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ gitdb==4.0.11
# via gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/github.in
gitpython==3.1.42
gitpython==3.1.43
# via pytest-repo-health
google-auth==2.28.1
google-auth==2.29.0
# via
# google-auth-oauthlib
# gspread
Expand Down Expand Up @@ -62,11 +62,11 @@ packaging==21.3
# pytest
pluggy==1.4.0
# via pytest
pyasn1==0.5.1
pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via google-auth
pyparsing==3.1.2
# via packaging
Expand All @@ -78,7 +78,7 @@ pytest==8.0.2
# pytest-repo-health
pytest-aiohttp==1.0.5
# via pytest-repo-health
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via
# -r requirements/base.in
# pytest-aiohttp
Expand All @@ -90,7 +90,7 @@ pyyaml==6.0.1
# pytest-repo-health
requests==2.31.0
# via requests-oauthlib
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
# via google-auth-oauthlib
rsa==4.9
# via google-auth
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand Down
9 changes: 9 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# opentelemetry requires version 6.x at the moment:
# https://github.com/open-telemetry/opentelemetry-python/issues/3570
# Normally this could be added as a constraint in edx-django-utils, where we're
# adding the opentelemetry dependency. However, when we compile pip-tools.txt,
# that uses version 7.x, and then there's no undoing that when compiling base.txt.
# So we need to pin it globally, for now.
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
importlib-metadata<7
31 changes: 16 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aiosignal==1.3.1
# via
# -r requirements/quality.txt
# aiohttp
asgiref==3.7.2
asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
Expand All @@ -35,7 +35,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# -c requirements/constraints.txt
# -r requirements/quality.txt
# django
build==1.1.1
build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -70,15 +70,15 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/quality.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -104,7 +104,7 @@ exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
filelock==3.13.1
filelock==3.13.3
# via
# -r requirements/ci.txt
# tox
Expand All @@ -120,11 +120,11 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/quality.txt
gitpython==3.1.42
gitpython==3.1.43
# via
# -r requirements/quality.txt
# pytest-repo-health
google-auth==2.28.1
google-auth==2.29.0
# via
# -r requirements/quality.txt
# google-auth-oauthlib
Expand All @@ -142,8 +142,9 @@ idna==3.6
# -r requirements/quality.txt
# requests
# yarl
importlib-metadata==7.0.2
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
Expand Down Expand Up @@ -210,12 +211,12 @@ pluggy==1.4.0
# diff-cover
# pytest
# tox
pyasn1==0.5.1
pyasn1==0.6.0
# via
# -r requirements/quality.txt
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via
# -r requirements/quality.txt
# google-auth
Expand Down Expand Up @@ -274,11 +275,11 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/quality.txt
# pytest-repo-health
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via
# -r requirements/quality.txt
# pytest-aiohttp
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/quality.txt
pytest-repo-health==3.0.2
# via -r requirements/quality.txt
Expand All @@ -297,7 +298,7 @@ requests==2.31.0
# -r requirements/quality.txt
# requests-oauthlib
# responses
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
# via
# -r requirements/quality.txt
# google-auth-oauthlib
Expand Down Expand Up @@ -370,15 +371,15 @@ virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
wheel==0.42.0
wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
yarl==1.9.4
# via
# -r requirements/quality.txt
# aiohttp
zipp==3.17.0
zipp==3.18.1
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
26 changes: 14 additions & 12 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ charset-normalizer==3.3.2
# via
# -r requirements/test.txt
# requests
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -73,11 +73,11 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/test.txt
gitpython==3.1.42
gitpython==3.1.43
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.28.1
google-auth==2.29.0
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand All @@ -97,8 +97,10 @@ idna==3.6
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.2
# via sphinx
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# sphinx
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand All @@ -112,7 +114,7 @@ multidict==6.0.5
# -r requirements/test.txt
# aiohttp
# yarl
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
oauthlib==3.2.2
# via
Expand All @@ -131,12 +133,12 @@ pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
pyasn1==0.5.1
pyasn1==0.6.0
# via
# -r requirements/test.txt
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via
# -r requirements/test.txt
# google-auth
Expand Down Expand Up @@ -165,11 +167,11 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/test.txt
# pytest-repo-health
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via
# -r requirements/test.txt
# pytest-aiohttp
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-repo-health==3.0.2
# via -r requirements/test.txt
Expand All @@ -188,7 +190,7 @@ requests==2.31.0
# requests-oauthlib
# responses
# sphinx
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand Down Expand Up @@ -248,5 +250,5 @@ yarl==1.9.4
# via
# -r requirements/test.txt
# aiohttp
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
12 changes: 7 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
#
# make upgrade
#
build==1.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.2
# via build
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==21.3
# via
# -c requirements/constraints.txt
Expand All @@ -27,9 +29,9 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.1
setuptools==69.2.0
# via -r requirements/pip.in
20 changes: 10 additions & 10 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
asgiref==3.7.2
asgiref==3.8.1
# via django
astroid==3.1.0
# via
Expand Down Expand Up @@ -50,9 +50,9 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via edx-lint
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -81,11 +81,11 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/test.txt
gitpython==3.1.42
gitpython==3.1.43
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.28.1
google-auth==2.29.0
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand Down Expand Up @@ -139,12 +139,12 @@ pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
pyasn1==0.5.1
pyasn1==0.6.0
# via
# -r requirements/test.txt
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via
# -r requirements/test.txt
# google-auth
Expand Down Expand Up @@ -182,11 +182,11 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/test.txt
# pytest-repo-health
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via
# -r requirements/test.txt
# pytest-aiohttp
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-repo-health==3.0.2
# via -r requirements/test.txt
Expand All @@ -203,7 +203,7 @@ requests==2.31.0
# -r requirements/test.txt
# requests-oauthlib
# responses
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand Down
Loading
Loading