Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Mar 15, 2024
1 parent a737b45 commit ca118bd
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 33 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
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.42
# via pytest-repo-health
google-auth==2.28.1
google-auth==2.28.2
# via
# google-auth-oauthlib
# gspread
Expand Down Expand Up @@ -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.5.post1
# 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==1.4.0
# via google-auth-oauthlib
rsa==4.9
# via google-auth
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
17 changes: 9 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
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 Down Expand Up @@ -124,7 +124,7 @@ gitpython==3.1.42
# via
# -r requirements/quality.txt
# pytest-repo-health
google-auth==2.28.1
google-auth==2.28.2
# 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 @@ -274,7 +275,7 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/quality.txt
# pytest-repo-health
pytest-asyncio==0.23.5
pytest-asyncio==0.23.5.post1
# via
# -r requirements/quality.txt
# pytest-aiohttp
Expand All @@ -297,7 +298,7 @@ requests==2.31.0
# -r requirements/quality.txt
# requests-oauthlib
# responses
requests-oauthlib==1.3.1
requests-oauthlib==1.4.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
16 changes: 9 additions & 7 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 @@ -77,7 +77,7 @@ gitpython==3.1.42
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.28.1
google-auth==2.28.2
# 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 Down Expand Up @@ -165,7 +167,7 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/test.txt
# pytest-repo-health
pytest-asyncio==0.23.5
pytest-asyncio==0.23.5.post1
# via
# -r requirements/test.txt
# pytest-aiohttp
Expand All @@ -188,7 +190,7 @@ requests==2.31.0
# requests-oauthlib
# responses
# sphinx
requests-oauthlib==1.3.1
requests-oauthlib==1.4.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
10 changes: 6 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ build==1.1.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
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
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 @@ -85,7 +85,7 @@ gitpython==3.1.42
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.28.1
google-auth==2.28.2
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand Down Expand Up @@ -182,7 +182,7 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/test.txt
# pytest-repo-health
pytest-asyncio==0.23.5
pytest-asyncio==0.23.5.post1
# via
# -r requirements/test.txt
# pytest-aiohttp
Expand All @@ -203,7 +203,7 @@ requests==2.31.0
# -r requirements/test.txt
# requests-oauthlib
# responses
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via pytest-cov
dockerfile==3.3.1
# via -r requirements/base.txt
Expand All @@ -56,7 +56,7 @@ gitpython==3.1.42
# via
# -r requirements/base.txt
# pytest-repo-health
google-auth==2.28.1
google-auth==2.28.2
# via
# -r requirements/base.txt
# google-auth-oauthlib
Expand Down Expand Up @@ -121,7 +121,7 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/base.txt
# pytest-repo-health
pytest-asyncio==0.23.5
pytest-asyncio==0.23.5.post1
# via
# -r requirements/base.txt
# pytest-aiohttp
Expand All @@ -139,7 +139,7 @@ requests==2.31.0
# -r requirements/base.txt
# requests-oauthlib
# responses
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via
# -r requirements/base.txt
# google-auth-oauthlib
Expand Down

0 comments on commit ca118bd

Please sign in to comment.