mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Repin cython due to https://github.com/yaml/pyyaml/pull/702 (#15248)
* Revert "Unpin cypthon (#15246)"
This reverts commit 659c3b64de.
* Pin grpcio
Avoid cython 3 due to https://github.com/yaml/pyyaml/pull/702
* Delete asyncpg.txt
This commit is contained in:
@@ -9,7 +9,7 @@ botocore
|
|||||||
channels
|
channels
|
||||||
channels-redis==3.4.1 # see UPGRADE BLOCKERs
|
channels-redis==3.4.1 # see UPGRADE BLOCKERs
|
||||||
cryptography>=41.0.7 # CVE-2023-49083
|
cryptography>=41.0.7 # CVE-2023-49083
|
||||||
Cython # this is needed as a build dependency, one day we may have separated build deps
|
Cython<3 # due to https://github.com/yaml/pyyaml/pull/702
|
||||||
daphne
|
daphne
|
||||||
distro
|
distro
|
||||||
django==4.2.6 # CVE-2023-43665
|
django==4.2.6 # CVE-2023-43665
|
||||||
@@ -28,6 +28,7 @@ djangorestframework>=3.15.0
|
|||||||
djangorestframework-yaml
|
djangorestframework-yaml
|
||||||
filelock
|
filelock
|
||||||
GitPython>=3.1.37 # CVE-2023-41040
|
GitPython>=3.1.37 # CVE-2023-41040
|
||||||
|
grpcio<1.63.0 # 1.63.0+ requires cython>=3
|
||||||
hiredis==2.0.0 # see UPGRADE BLOCKERs
|
hiredis==2.0.0 # see UPGRADE BLOCKERs
|
||||||
irc
|
irc
|
||||||
jinja2>=3.1.3 # CVE-2024-22195
|
jinja2>=3.1.3 # CVE-2024-22195
|
||||||
@@ -35,6 +36,7 @@ JSON-log-formatter
|
|||||||
jsonschema
|
jsonschema
|
||||||
Markdown # used for formatting API help
|
Markdown # used for formatting API help
|
||||||
maturin # pydantic-core build dep
|
maturin # pydantic-core build dep
|
||||||
|
msgpack<1.0.6 # 1.0.6+ requires cython>=3
|
||||||
msrestazure
|
msrestazure
|
||||||
openshift
|
openshift
|
||||||
opentelemetry-api~=1.24 # new y streams can be drastically different, in a good way
|
opentelemetry-api~=1.24 # new y streams can be drastically different, in a good way
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ cryptography==41.0.7
|
|||||||
# pyopenssl
|
# pyopenssl
|
||||||
# service-identity
|
# service-identity
|
||||||
# social-auth-core
|
# social-auth-core
|
||||||
cython==3.0.10
|
cython==0.29.37
|
||||||
# via -r /awx_devel/requirements/requirements.in
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
daphne==3.0.2
|
daphne==3.0.2
|
||||||
# via
|
# via
|
||||||
@@ -197,8 +197,10 @@ googleapis-common-protos==1.63.0
|
|||||||
# via
|
# via
|
||||||
# opentelemetry-exporter-otlp-proto-grpc
|
# opentelemetry-exporter-otlp-proto-grpc
|
||||||
# opentelemetry-exporter-otlp-proto-http
|
# opentelemetry-exporter-otlp-proto-http
|
||||||
grpcio==1.63.0
|
grpcio==1.62.2
|
||||||
# via opentelemetry-exporter-otlp-proto-grpc
|
# via
|
||||||
|
# -r /awx_devel/requirements/requirements.in
|
||||||
|
# opentelemetry-exporter-otlp-proto-grpc
|
||||||
hiredis==2.0.0
|
hiredis==2.0.0
|
||||||
# via
|
# via
|
||||||
# -r /awx_devel/requirements/requirements.in
|
# -r /awx_devel/requirements/requirements.in
|
||||||
@@ -289,8 +291,10 @@ msal==1.26.0
|
|||||||
# msal-extensions
|
# msal-extensions
|
||||||
msal-extensions==1.1.0
|
msal-extensions==1.1.0
|
||||||
# via azure-identity
|
# via azure-identity
|
||||||
msgpack==1.0.8
|
msgpack==1.0.5
|
||||||
# via channels-redis
|
# via
|
||||||
|
# -r /awx_devel/requirements/requirements.in
|
||||||
|
# channels-redis
|
||||||
msrest==0.7.1
|
msrest==0.7.1
|
||||||
# via msrestazure
|
# via msrestazure
|
||||||
msrestazure==0.6.4
|
msrestazure==0.6.4
|
||||||
|
|||||||
Reference in New Issue
Block a user