File tree Expand file tree Collapse file tree 3 files changed +10
-19
lines changed Expand file tree Collapse file tree 3 files changed +10
-19
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ click==8.1.7
25
25
# tutor
26
26
future==1.0.0
27
27
# via pyseeyou
28
- google-auth==2.32 .0
28
+ google-auth==2.33 .0
29
29
# via kubernetes
30
30
idna==3.7
31
31
# via requests
@@ -65,7 +65,7 @@ pyseeyou==1.0.2
65
65
# via transifex-python
66
66
python-dateutil==2.9.0.post0
67
67
# via kubernetes
68
- pyyaml==6.0.1
68
+ pyyaml==6.0.2
69
69
# via
70
70
# kubernetes
71
71
# tutor
@@ -105,5 +105,5 @@ urllib3==2.2.2
105
105
# requests
106
106
websocket-client==1.8.0
107
107
# via kubernetes
108
- zipp==3.19.2
108
+ zipp==3.20.0
109
109
# via importlib-metadata
Original file line number Diff line number Diff line change @@ -23,15 +23,6 @@ elasticsearch<7.14.0
23
23
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
24
24
django-simple-history==3.0.0
25
25
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
-
35
26
# Cause: https://github.com/openedx/event-tracking/pull/290
36
27
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
37
28
# We will pin event-tracking to do not break existing installations
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ certifi==2024.7.4
33
33
# -r requirements/base.txt
34
34
# kubernetes
35
35
# requests
36
- cffi==1.16 .0
36
+ cffi==1.17 .0
37
37
# via cryptography
38
38
charset-normalizer==3.3.2
39
39
# via
@@ -56,7 +56,7 @@ future==1.0.0
56
56
# via
57
57
# -r requirements/base.txt
58
58
# pyseeyou
59
- google-auth==2.32 .0
59
+ google-auth==2.33 .0
60
60
# via
61
61
# -r requirements/base.txt
62
62
# kubernetes
@@ -107,7 +107,7 @@ mccabe==0.7.0
107
107
# via pylint
108
108
mdurl==0.1.2
109
109
# via markdown-it-py
110
- more-itertools==10.3 .0
110
+ more-itertools==10.4 .0
111
111
# via
112
112
# jaraco-classes
113
113
# jaraco-functools
@@ -166,9 +166,9 @@ pygments==2.18.0
166
166
# via
167
167
# readme-renderer
168
168
# rich
169
- pyinstaller==6.9 .0
169
+ pyinstaller==6.10 .0
170
170
# via -r requirements/dev.in
171
- pyinstaller-hooks-contrib==2024.7
171
+ pyinstaller-hooks-contrib==2024.8
172
172
# via pyinstaller
173
173
pylint==3.2.6
174
174
# via -r requirements/dev.in
@@ -180,7 +180,7 @@ python-dateutil==2.9.0.post0
180
180
# via
181
181
# -r requirements/base.txt
182
182
# kubernetes
183
- pyyaml==6.0.1
183
+ pyyaml==6.0.2
184
184
# via
185
185
# -r requirements/base.txt
186
186
# kubernetes
@@ -258,7 +258,7 @@ websocket-client==1.8.0
258
258
# via
259
259
# -r requirements/base.txt
260
260
# kubernetes
261
- zipp==3.19.2
261
+ zipp==3.20.0
262
262
# via
263
263
# -r requirements/base.txt
264
264
# importlib-metadata
You can’t perform that action at this time.
0 commit comments