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 28, 2024
1 parent 79ec2a9 commit df6154a
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 29 deletions.
2 changes: 1 addition & 1 deletion edx_repo_tools/audit_gh_users/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fastcore==1.5.29
# via ghapi
ghapi==1.0.4
# via -r edx_repo_tools/audit_gh_users/extra.in
packaging==23.2
packaging==24.0
# via
# fastcore
# ghapi
Expand Down
14 changes: 8 additions & 6 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ cycler==0.12.1
# via matplotlib
dataset==1.6.2
# via -r edx_repo_tools/conventional_commits/extra.in
fonttools==4.49.0
fonttools==4.50.0
# via matplotlib
greenlet==3.0.3
# via
# -c edx_repo_tools/conventional_commits/../../requirements/constraints.txt
# sqlalchemy
importlib-metadata==7.0.1
# via alembic
importlib-resources==6.1.2
importlib-metadata==6.11.0
# via
# -c edx_repo_tools/conventional_commits/../../requirements/common_constraints.txt
# alembic
importlib-resources==6.4.0
# via
# alembic
# matplotlib
Expand All @@ -39,7 +41,7 @@ numpy==1.24.4
# contourpy
# matplotlib
# pandas
packaging==23.2
packaging==24.0
# via matplotlib
pandas==2.0.3
# via -r edx_repo_tools/conventional_commits/extra.in
Expand All @@ -63,7 +65,7 @@ typing-extensions==4.10.0
# via alembic
tzdata==2024.1
# via pandas
zipp==3.17.0
zipp==3.18.1
# via
# importlib-metadata
# importlib-resources
2 changes: 1 addition & 1 deletion edx_repo_tools/repo_checks/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ghapi==1.0.4
# via -r edx_repo_tools/repo_checks/extra.in
idna==3.6
# via requests
packaging==23.2
packaging==24.0
# via
# fastcore
# ghapi
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exceptiongroup==1.2.0
# via pytest
execnet==2.0.2
# via pytest-xdist
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand All @@ -69,7 +69,7 @@ moreorless==0.4.0
# via bowler
msgpack==1.0.8
# via cachecontrol
packaging==23.2
packaging==24.0
# via
# pyproject-api
# pytest
Expand All @@ -92,7 +92,7 @@ pyjwt[crypto]==2.8.0
# via github3-py
pyproject-api==1.6.1
# via tox
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/base.in
# pytest-logging
Expand Down Expand Up @@ -129,7 +129,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.14.1
tox==4.14.2
# via -r requirements/base.in
tqdm==4.66.2
# via -r requirements/base.in
Expand Down
9 changes: 9 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,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
26 changes: 16 additions & 10 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ click==8.1.7
# pip-tools
click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via edx-lint
colorama==0.4.6
# via
Expand Down Expand Up @@ -85,7 +85,7 @@ execnet==2.0.2
# via
# -r requirements/base.txt
# pytest-xdist
filelock==3.13.1
filelock==3.13.3
# via
# -r requirements/base.txt
# tox
Expand All @@ -106,8 +106,10 @@ idna==3.6
# via
# -r requirements/base.txt
# requests
importlib-metadata==7.0.1
# via build
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
iniconfig==2.0.0
# via
# -r requirements/base.txt
Expand All @@ -134,7 +136,7 @@ msgpack==1.0.8
# via
# -r requirements/base.txt
# cachecontrol
packaging==23.2
packaging==24.0
# via
# -r requirements/base.txt
# build
Expand Down Expand Up @@ -192,7 +194,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/base.txt
# -r requirements/development.in
Expand All @@ -201,7 +203,7 @@ pytest==8.0.2
# pytest-xdist
pytest-logging==2015.11.4
# via -r requirements/base.txt
pytest-mock==3.12.0
pytest-mock==3.14.0
# via -r requirements/development.in
pytest-xdist==3.5.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -259,7 +261,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.4
# via pylint
tox==4.14.1
tox==4.14.2
# via -r requirements/base.txt
tqdm==4.66.2
# via -r requirements/base.txt
Expand All @@ -286,7 +288,11 @@ volatile==2.1.0
# via
# -r requirements/base.txt
# bowler
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:
# pip
# setuptools
12 changes: 7 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==23.2
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand All @@ -23,9 +25,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

0 comments on commit df6154a

Please sign in to comment.