Skip to content

Commit 1f29f33

Browse files
chore: Upgrade Python requirements (#914)
1 parent 59e19ef commit 1f29f33

File tree

3 files changed

+10
-19
lines changed

3 files changed

+10
-19
lines changed

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ click==8.1.7
2525
# tutor
2626
future==1.0.0
2727
# via pyseeyou
28-
google-auth==2.32.0
28+
google-auth==2.33.0
2929
# via kubernetes
3030
idna==3.7
3131
# via requests
@@ -65,7 +65,7 @@ pyseeyou==1.0.2
6565
# via transifex-python
6666
python-dateutil==2.9.0.post0
6767
# via kubernetes
68-
pyyaml==6.0.1
68+
pyyaml==6.0.2
6969
# via
7070
# kubernetes
7171
# tutor
@@ -105,5 +105,5 @@ urllib3==2.2.2
105105
# requests
106106
websocket-client==1.8.0
107107
# via kubernetes
108-
zipp==3.19.2
108+
zipp==3.20.0
109109
# via importlib-metadata

requirements/common_constraints.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ elasticsearch<7.14.0
2323
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
2424
django-simple-history==3.0.0
2525

26-
# opentelemetry requires version 6.x at the moment:
27-
# https://github.com/open-telemetry/opentelemetry-python/issues/3570
28-
# Normally this could be added as a constraint in edx-django-utils, where we're
29-
# adding the opentelemetry dependency. However, when we compile pip-tools.txt,
30-
# that uses version 7.x, and then there's no undoing that when compiling base.txt.
31-
# So we need to pin it globally, for now.
32-
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
33-
importlib-metadata<7
34-
3526
# Cause: https://github.com/openedx/event-tracking/pull/290
3627
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
3728
# We will pin event-tracking to do not break existing installations

requirements/dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ certifi==2024.7.4
3333
# -r requirements/base.txt
3434
# kubernetes
3535
# requests
36-
cffi==1.16.0
36+
cffi==1.17.0
3737
# via cryptography
3838
charset-normalizer==3.3.2
3939
# via
@@ -56,7 +56,7 @@ future==1.0.0
5656
# via
5757
# -r requirements/base.txt
5858
# pyseeyou
59-
google-auth==2.32.0
59+
google-auth==2.33.0
6060
# via
6161
# -r requirements/base.txt
6262
# kubernetes
@@ -107,7 +107,7 @@ mccabe==0.7.0
107107
# via pylint
108108
mdurl==0.1.2
109109
# via markdown-it-py
110-
more-itertools==10.3.0
110+
more-itertools==10.4.0
111111
# via
112112
# jaraco-classes
113113
# jaraco-functools
@@ -166,9 +166,9 @@ pygments==2.18.0
166166
# via
167167
# readme-renderer
168168
# rich
169-
pyinstaller==6.9.0
169+
pyinstaller==6.10.0
170170
# via -r requirements/dev.in
171-
pyinstaller-hooks-contrib==2024.7
171+
pyinstaller-hooks-contrib==2024.8
172172
# via pyinstaller
173173
pylint==3.2.6
174174
# via -r requirements/dev.in
@@ -180,7 +180,7 @@ python-dateutil==2.9.0.post0
180180
# via
181181
# -r requirements/base.txt
182182
# kubernetes
183-
pyyaml==6.0.1
183+
pyyaml==6.0.2
184184
# via
185185
# -r requirements/base.txt
186186
# kubernetes
@@ -258,7 +258,7 @@ websocket-client==1.8.0
258258
# via
259259
# -r requirements/base.txt
260260
# kubernetes
261-
zipp==3.19.2
261+
zipp==3.20.0
262262
# via
263263
# -r requirements/base.txt
264264
# importlib-metadata

0 commit comments

Comments
 (0)