Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Aug 13, 2024
1 parent f08968a commit c62eb49
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 82 deletions.
22 changes: 10 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
beautifulsoup4==4.12.3
# via wagtail
boto3==1.34.154
boto3==1.34.159
# via -r requirements/base.in
botocore==1.34.154
botocore==1.34.159
# via
# boto3
# s3transfer
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
Expand Down Expand Up @@ -134,10 +134,8 @@ filetype==1.2.0
# via willow
idna==3.7
# via requests
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# typeguard
importlib-metadata==8.2.0
# via typeguard
inflect==7.3.1
# via -r requirements/base.in
inflection==0.5.1
Expand All @@ -152,11 +150,11 @@ laces==0.1.1
# via wagtail
mock==5.1.0
# via -r requirements/base.in
more-itertools==10.3.0
more-itertools==10.4.0
# via inflect
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.12.0
newrelic==9.13.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -201,7 +199,7 @@ pytz==2024.1
# django-modelcluster
# drf-yasg
# l18n
pyyaml==6.0.1
pyyaml==6.0.2
# via
# drf-yasg
# edx-django-release-util
Expand Down Expand Up @@ -236,7 +234,7 @@ social-auth-core==4.5.4
# -r requirements/base.in
# edx-auth-backends
# social-auth-app-django
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sqlparse==0.5.1
# via django
Expand Down Expand Up @@ -266,7 +264,7 @@ willow[heif]==1.8.0
# via
# wagtail
# willow
zipp==3.19.2
zipp==3.20.0
# via
# -r requirements/base.in
# importlib-metadata
Expand Down
9 changes: 0 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ 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

# Cause: https://github.com/openedx/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
Expand Down
25 changes: 12 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.34.154
boto3==1.34.159
# via -r requirements/quality.txt
botocore==1.34.154
botocore==1.34.159
# via
# -r requirements/quality.txt
# boto3
Expand All @@ -43,7 +43,7 @@ certifi==2024.7.4
# via
# -r requirements/quality.txt
# requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/quality.txt
# cryptography
Expand Down Expand Up @@ -227,7 +227,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==26.2.0
faker==27.0.0
# via
# -r requirements/quality.txt
# factory-boy
Expand All @@ -244,9 +244,8 @@ idna==3.7
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.11.0
importlib-metadata==8.2.0
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
# typeguard
inflect==7.3.1
Expand Down Expand Up @@ -281,7 +280,7 @@ laces==0.1.1
# via
# -r requirements/quality.txt
# wagtail
lxml==5.2.2
lxml==5.3.0
# via edx-i18n-tools
markupsafe==2.1.5
# via
Expand All @@ -293,13 +292,13 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/quality.txt
more-itertools==10.3.0
more-itertools==10.4.0
# via
# -r requirements/quality.txt
# inflect
mysqlclient==2.2.4
# via -r requirements/quality.txt
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -430,7 +429,7 @@ pytz==2024.1
# django-modelcluster
# drf-yasg
# l18n
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -483,7 +482,7 @@ social-auth-core==4.5.4
# -r requirements/quality.txt
# edx-auth-backends
# social-auth-app-django
soupsieve==2.5
soupsieve==2.6
# via
# -r requirements/quality.txt
# beautifulsoup4
Expand Down Expand Up @@ -518,7 +517,7 @@ tomlkit==0.13.0
# via
# -r requirements/quality.txt
# pylint
tox==4.17.0
tox==4.17.1
# via -r requirements/quality.txt
typeguard==4.3.0
# via
Expand Down Expand Up @@ -552,7 +551,7 @@ willow[heif]==1.8.0
# via
# -r requirements/quality.txt
# wagtail
zipp==3.19.2
zipp==3.20.0
# via
# -r requirements/quality.txt
# importlib-metadata
24 changes: 12 additions & 12 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ astroid==3.2.4
# -r requirements/test.txt
# pylint
# pylint-celery
babel==2.15.0
babel==2.16.0
# via sphinx
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
Expand All @@ -31,9 +31,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.154
boto3==1.34.159
# via -r requirements/test.txt
botocore==1.34.154
botocore==1.34.159
# via
# -r requirements/test.txt
# boto3
Expand All @@ -46,7 +46,7 @@ certifi==2024.7.4
# via
# -r requirements/test.txt
# requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/test.txt
# cryptography
Expand Down Expand Up @@ -227,7 +227,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==26.2.0
faker==27.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -246,7 +246,7 @@ idna==3.7
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.11.0
importlib-metadata==8.2.0
# via
# -r requirements/test.txt
# sphinx
Expand Down Expand Up @@ -293,13 +293,13 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.3.0
more-itertools==10.4.0
# via
# -r requirements/test.txt
# inflect
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -428,7 +428,7 @@ pytz==2024.1
# django-modelcluster
# drf-yasg
# l18n
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -484,7 +484,7 @@ social-auth-core==4.5.4
# -r requirements/test.txt
# edx-auth-backends
# social-auth-app-django
soupsieve==2.5
soupsieve==2.6
# via
# -r requirements/test.txt
# beautifulsoup4
Expand Down Expand Up @@ -536,7 +536,7 @@ tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
tox==4.17.0
tox==4.17.1
# via -r requirements/test.txt
typeguard==4.3.0
# via
Expand Down Expand Up @@ -570,7 +570,7 @@ willow[heif]==1.8.0
# via
# -r requirements/test.txt
# wagtail
zipp==3.19.2
zipp==3.20.0
# via
# -r requirements/test.txt
# importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tomli==2.0.1
# pip-tools
wheel==0.44.0
# via pip-tools
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.1.0
setuptools==72.2.0
# via -r requirements/pip.in
22 changes: 11 additions & 11 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.34.154
boto3==1.34.159
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.34.154
botocore==1.34.159
# via
# -r requirements/base.txt
# boto3
Expand All @@ -35,7 +35,7 @@ certifi==2024.7.4
# via
# -r requirements/base.txt
# requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/base.txt
# cryptography
Expand Down Expand Up @@ -173,13 +173,13 @@ gevent==24.2.1
# via -r requirements/production.in
greenlet==3.0.3
# via gevent
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/production.in
idna==3.7
# via
# -r requirements/base.txt
# requests
importlib-metadata==6.11.0
importlib-metadata==8.2.0
# via
# -r requirements/base.txt
# typeguard
Expand All @@ -204,13 +204,13 @@ laces==0.1.1
# wagtail
mock==5.1.0
# via -r requirements/base.txt
more-itertools==10.3.0
more-itertools==10.4.0
# via
# -r requirements/base.txt
# inflect
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -283,7 +283,7 @@ pytz==2024.1
# django-modelcluster
# drf-yasg
# l18n
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -330,7 +330,7 @@ social-auth-core==4.5.4
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
soupsieve==2.5
soupsieve==2.6
# via
# -r requirements/base.txt
# beautifulsoup4
Expand Down Expand Up @@ -373,13 +373,13 @@ willow[heif]==1.8.0
# via
# -r requirements/base.txt
# wagtail
zipp==3.19.2
zipp==3.20.0
# via
# -r requirements/base.txt
# importlib-metadata
zope-event==5.0
# via gevent
zope-interface==7.0
zope-interface==7.0.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit c62eb49

Please sign in to comment.