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

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
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ backoff==2.2.1
# via -r requirements/base.in
backports-zoneinfo==0.2.1
# via django
boto3==1.34.52
boto3==1.34.63
# via -r requirements/base.in
botocore==1.34.52
botocore==1.34.63
# via
# boto3
# s3transfer
Expand All @@ -24,7 +24,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
django==4.2.10
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -41,7 +41,7 @@ django-waffle==4.1.0
# via edx-django-utils
edx-django-release-util==1.3.0
# via -r requirements/base.in
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via -r requirements/base.in
gunicorn==21.2.0
# via -r requirements/base.in
Expand All @@ -55,11 +55,11 @@ jmespath==1.0.1
# botocore
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/base.in
# edx-django-utils
packaging==23.2
packaging==24.0
# via gunicorn
path-py==11.0.1
# via -r requirements/base.in
Expand All @@ -71,7 +71,7 @@ pycparser==2.21
# via cffi
pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via botocore
python-memcached==1.62
# via -r requirements/base.in
Expand All @@ -83,7 +83,7 @@ pyyaml==6.0.1
# via edx-django-release-util
requests==2.31.0
# via -r requirements/base.in
s3transfer==0.10.0
s3transfer==0.10.1
# via boto3
six==1.16.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand All @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.13.0
tox==4.14.1
# via -r requirements/ci.in
virtualenv==20.25.1
# via tox
9 changes: 9 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,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
35 changes: 18 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
boto3==1.34.52
boto3==1.34.63
# via -r requirements/test.txt
botocore==1.34.52
botocore==1.34.63
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==1.0.3
build==1.1.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -55,15 +55,15 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.10
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -84,7 +84,7 @@ django-waffle==4.1.0
# edx-django-utils
edx-django-release-util==1.3.0
# via -r requirements/test.txt
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via -r requirements/test.txt
exceptiongroup==1.2.0
# via
Expand All @@ -101,8 +101,9 @@ idna==3.6
# via
# -r requirements/test.txt
# requests
importlib-metadata==7.0.1
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
Expand All @@ -118,11 +119,11 @@ jmespath==1.0.1
# botocore
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/test.txt
# edx-django-utils
packaging==23.2
packaging==24.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -138,7 +139,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -174,7 +175,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -183,7 +184,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# botocore
Expand All @@ -193,15 +194,15 @@ python-termstyle==0.1.10
# via -r requirements/test.txt
pytz==2024.1
# via -r requirements/test.txt
pywatchman==1.4.1 ; "linux" in sys_platform
pywatchman==2.0.0 ; "linux" in sys_platform
# via -r requirements/dev.in
pyyaml==6.0.1
# via
# -r requirements/test.txt
# edx-django-release-util
requests==2.31.0
# via -r requirements/test.txt
s3transfer==0.10.0
s3transfer==0.10.1
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -230,7 +231,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.13.0
tox==4.14.1
# via -r requirements/ci.txt
typing-extensions==4.10.0
# via
Expand All @@ -245,11 +246,11 @@ 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
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/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
#
# make upgrade
#
build==1.0.3
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.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
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
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1
# via
# -r requirements/../requirements.txt
# django
boto3==1.34.52
boto3==1.34.63
# via -r requirements/../requirements.txt
botocore==1.34.52
botocore==1.34.63
# via
# -r requirements/../requirements.txt
# boto3
Expand All @@ -37,7 +37,7 @@ click==8.1.7
# via
# -r requirements/../requirements.txt
# edx-django-utils
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand All @@ -59,7 +59,7 @@ django-waffle==4.1.0
# edx-django-utils
edx-django-release-util==1.3.0
# via -r requirements/../requirements.txt
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via -r requirements/../requirements.txt
exceptiongroup==1.2.0
# via pytest
Expand All @@ -80,11 +80,11 @@ jmespath==1.0.1
# botocore
mysqlclient==2.2.4
# via -r requirements/../requirements.txt
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/../requirements.txt
# edx-django-utils
packaging==23.2
packaging==24.0
# via
# -r requirements/../requirements.txt
# gunicorn
Expand All @@ -109,7 +109,7 @@ pynacl==1.5.0
# via
# -r requirements/../requirements.txt
# edx-django-utils
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -118,7 +118,7 @@ pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/../requirements.txt
# botocore
Expand All @@ -134,7 +134,7 @@ pyyaml==6.0.1
# edx-django-release-util
requests==2.31.0
# via -r requirements/../requirements.txt
s3transfer==0.10.0
s3transfer==0.10.1
# via
# -r requirements/../requirements.txt
# boto3
Expand Down
Loading