Skip to content

Commit

Permalink
chore: compile requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 9, 2024
1 parent 9ef785a commit daf696a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 18 deletions.
9 changes: 0 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected

# 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
4 changes: 1 addition & 3 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,7 @@ idna==3.7
# snowflake-connector-python
# yarl
importlib-metadata==6.11.0
# via
# -c requirements/edx/../common_constraints.txt
# markdown
# via markdown
importlib-resources==5.13.0
# via
# jsonschema
Expand Down
1 change: 0 additions & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,6 @@ import-linter==2.0
# via -r requirements/edx/testing.txt
importlib-metadata==6.11.0
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/../pip-tools.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
1 change: 0 additions & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/base.txt
# markdown
# sphinx
Expand Down
1 change: 0 additions & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,6 @@ import-linter==2.0
# via -r requirements/edx/testing.in
importlib-metadata==6.11.0
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/base.txt
# markdown
# pytest-randomly
Expand Down
4 changes: 1 addition & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ click==8.1.6
# -c requirements/constraints.txt
# pip-tools
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
# via build
packaging==24.0
# via build
pip-tools==7.4.1
Expand Down

0 comments on commit daf696a

Please sign in to comment.