Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 12, 2024
1 parent 59e19ef commit 1f29f33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ click==8.1.7
# tutor
future==1.0.0
# via pyseeyou
google-auth==2.32.0
google-auth==2.33.0
# via kubernetes
idna==3.7
# via requests
Expand Down Expand Up @@ -65,7 +65,7 @@ pyseeyou==1.0.2
# via transifex-python
python-dateutil==2.9.0.post0
# via kubernetes
pyyaml==6.0.1
pyyaml==6.0.2
# via
# kubernetes
# tutor
Expand Down Expand Up @@ -105,5 +105,5 @@ urllib3==2.2.2
# requests
websocket-client==1.8.0
# via kubernetes
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata
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
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ certifi==2024.7.4
# -r requirements/base.txt
# kubernetes
# requests
cffi==1.16.0
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via
Expand All @@ -56,7 +56,7 @@ future==1.0.0
# via
# -r requirements/base.txt
# pyseeyou
google-auth==2.32.0
google-auth==2.33.0
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -107,7 +107,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -166,9 +166,9 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pyinstaller==6.9.0
pyinstaller==6.10.0
# via -r requirements/dev.in
pyinstaller-hooks-contrib==2024.7
pyinstaller-hooks-contrib==2024.8
# via pyinstaller
pylint==3.2.6
# via -r requirements/dev.in
Expand All @@ -180,7 +180,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# kubernetes
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -258,7 +258,7 @@ websocket-client==1.8.0
# via
# -r requirements/base.txt
# kubernetes
zipp==3.19.2
zipp==3.20.0
# via
# -r requirements/base.txt
# importlib-metadata
Expand Down

0 comments on commit 1f29f33

Please sign in to comment.