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

chore: Upgrade Python requirements #141

Merged
merged 1 commit into from
Aug 16, 2024
Merged
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ backports-zoneinfo==0.2.1
# djangorestframework
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
Expand Down Expand Up @@ -113,7 +113,7 @@ markupsafe==2.1.5
# via jinja2
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 @@ -146,7 +146,7 @@ pytz==2024.1
# via
# -r requirements/base.in
# drf-yasg
pyyaml==6.0.1
pyyaml==6.0.2
# via
# drf-yasg
# edx-django-release-util
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.17.0
tox==4.17.1
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
9 changes: 0 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,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
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ certifi==2024.7.4
# via
# -r requirements/validation.txt
# requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/validation.txt
# cryptography
Expand Down Expand Up @@ -199,7 +199,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==26.2.0
faker==27.0.0
# via
# -r requirements/validation.txt
# factory-boy
Expand All @@ -212,7 +212,7 @@ idna==3.7
# via
# -r requirements/validation.txt
# requests
importlib-metadata==6.11.0
importlib-metadata==8.2.0
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
Expand Down Expand Up @@ -266,7 +266,7 @@ keyring==25.3.0
# via
# -r requirements/validation.txt
# twine
lxml==5.2.2
lxml==5.3.0
# via edx-i18n-tools
markdown-it-py==3.0.0
# via
Expand All @@ -286,14 +286,14 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/validation.txt
more-itertools==10.3.0
more-itertools==10.4.0
# via
# -r requirements/validation.txt
# jaraco-classes
# jaraco-functools
mysqlclient==2.2.4
# via -r requirements/validation.txt
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -433,7 +433,7 @@ pytz==2024.1
# via
# -r requirements/validation.txt
# drf-yasg
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/validation.txt
# code-annotations
Expand Down Expand Up @@ -537,7 +537,7 @@ tomlkit==0.13.0
# via
# -r requirements/validation.txt
# pylint
tox==4.17.0
tox==4.17.1
# via -r requirements/validation.txt
twine==5.1.1
# via -r requirements/validation.txt
Expand Down Expand Up @@ -567,7 +567,7 @@ wheel==0.44.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.19.2
zipp==3.20.0
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
Expand Down
19 changes: 9 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astroid==3.2.4
# -r requirements/test.txt
# pylint
# pylint-celery
babel==2.15.0
babel==2.16.0
# via sphinx
backports-tarfile==1.2.0
# via jaraco-context
Expand All @@ -35,7 +35,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 @@ -196,7 +196,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 @@ -211,9 +211,8 @@ idna==3.7
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.11.0
importlib-metadata==8.2.0
# via
# -c requirements/common_constraints.txt
# build
# keyring
# sphinx
Expand Down Expand Up @@ -268,13 +267,13 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
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 @@ -397,7 +396,7 @@ pytz==2024.1
# -r requirements/test.txt
# babel
# drf-yasg
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -507,7 +506,7 @@ tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
tox==4.17.0
tox==4.17.1
# via -r requirements/test.txt
twine==5.1.1
# via -r requirements/doc.in
Expand All @@ -533,7 +532,7 @@ virtualenv==20.26.3
# via
# -r requirements/test.txt
# tox
zipp==3.19.2
zipp==3.20.0
# via
# importlib-metadata
# importlib-resources
8 changes: 3 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
importlib-metadata==8.2.0
# via build
packaging==24.1
# via build
pip-tools==7.4.1
Expand All @@ -26,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
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 @@ -127,7 +127,7 @@ 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
Expand All @@ -153,7 +153,7 @@ mysqlclient==2.2.4
# via
# -r requirements/base.txt
# -r requirements/production.in
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -209,7 +209,7 @@ pytz==2024.1
# via
# -r requirements/base.txt
# drf-yasg
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -279,7 +279,7 @@ urllib3==2.2.2
# requests
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
17 changes: 8 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 @@ -184,7 +184,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 @@ -197,9 +197,8 @@ idna==3.7
# via
# -r requirements/test.txt
# requests
importlib-metadata==6.11.0
importlib-metadata==8.2.0
# via
# -c requirements/common_constraints.txt
# keyring
# twine
importlib-resources==6.4.0
Expand Down Expand Up @@ -252,13 +251,13 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
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 @@ -378,7 +377,7 @@ pytz==2024.1
# via
# -r requirements/test.txt
# drf-yasg
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -465,7 +464,7 @@ tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
tox==4.17.0
tox==4.17.1
# via -r requirements/test.txt
twine==5.1.1
# via -r requirements/quality.in
Expand All @@ -491,7 +490,7 @@ virtualenv==20.26.3
# via
# -r requirements/test.txt
# tox
zipp==3.19.2
zipp==3.20.0
# via
# importlib-metadata
# importlib-resources
Loading
Loading