File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 9
9
channels
10
10
channels-redis==3.4.1 # see UPGRADE BLOCKERs
11
11
cryptography>=41.0.7 # CVE-2023-49083
12
- Cython # this is needed as a build dependency, one day we may have separated build deps
12
+ Cython<3 # due to https://github.com/yaml/pyyaml/pull/702
13
13
daphne
14
14
distro
15
15
django==4.2.6 # CVE-2023-43665
@@ -28,13 +28,15 @@ djangorestframework>=3.15.0
28
28
djangorestframework-yaml
29
29
filelock
30
30
GitPython>=3.1.37 # CVE-2023-41040
31
+ grpcio<1.63.0 # 1.63.0+ requires cython>=3
31
32
hiredis==2.0.0 # see UPGRADE BLOCKERs
32
33
irc
33
34
jinja2>=3.1.3 # CVE-2024-22195
34
35
JSON-log-formatter
35
36
jsonschema
36
37
Markdown # used for formatting API help
37
38
maturin # pydantic-core build dep
39
+ msgpack<1.0.6 # 1.0.6+ requires cython>=3
38
40
msrestazure
39
41
openshift
40
42
opentelemetry-api~=1.24 # new y streams can be drastically different, in a good way
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ cryptography==41.0.7
110
110
# pyopenssl
111
111
# service-identity
112
112
# social-auth-core
113
- cython == 3.0.10
113
+ cython == 0.29.37
114
114
# via -r /awx_devel/requirements/requirements.in
115
115
daphne == 3.0.2
116
116
# via
@@ -197,8 +197,10 @@ googleapis-common-protos==1.63.0
197
197
# via
198
198
# opentelemetry-exporter-otlp-proto-grpc
199
199
# opentelemetry-exporter-otlp-proto-http
200
- grpcio == 1.63.0
201
- # via opentelemetry-exporter-otlp-proto-grpc
200
+ grpcio == 1.62.2
201
+ # via
202
+ # -r /awx_devel/requirements/requirements.in
203
+ # opentelemetry-exporter-otlp-proto-grpc
202
204
hiredis == 2.0.0
203
205
# via
204
206
# -r /awx_devel/requirements/requirements.in
@@ -289,8 +291,10 @@ msal==1.26.0
289
291
# msal-extensions
290
292
msal-extensions == 1.1.0
291
293
# via azure-identity
292
- msgpack == 1.0.8
293
- # via channels-redis
294
+ msgpack == 1.0.5
295
+ # via
296
+ # -r /awx_devel/requirements/requirements.in
297
+ # channels-redis
294
298
msrest == 0.7.1
295
299
# via msrestazure
296
300
msrestazure == 0.6.4
You can’t perform that action at this time.
0 commit comments