Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#258)
Browse files Browse the repository at this point in the history
* chore: Upgrade Python requirements
* chore: bumps version to 3.7.8
  • Loading branch information
edx-requirements-bot committed Aug 22, 2024
1 parent c568581 commit f855b26
Show file tree
Hide file tree
Showing 10 changed files with 187 additions and 200 deletions.
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@ asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c constraints.txt
# -c requirements/constraints.txt
# django
# djangorestframework
django==4.2.15
# via
# -c common_constraints.txt
# -r base.in
# -c requirements/common_constraints.txt
# -r requirements/base.in
# django-model-utils
# djangorestframework
# edx-django-release-util
# jsonfield
django-model-utils==4.5.1
# via -r base.in
# via -r requirements/base.in
djangorestframework==3.15.2
# via -r base.in
# via -r requirements/base.in
edx-django-release-util==1.4.0
# via -r base.in
# via -r requirements/base.in
jsonfield==3.1.0
# via -r base.in
# via -r requirements/base.in
pytz==2024.1
# via -r base.in
pyyaml==6.0.1
# via -r requirements/base.in
pyyaml==6.0.2
# via edx-django-release-util
six==1.16.0
# via edx-django-release-util
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand Down Expand Up @@ -63,7 +63,7 @@ tomli==2.0.1
# coverage
# pyproject-api
# tox
tox==4.16.0
tox==4.17.1
# via -r requirements/tox.txt
urllib3==2.2.2
# via requests
Expand Down
9 changes: 0 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,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
Loading

0 comments on commit f855b26

Please sign in to comment.