mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
General upgrade of dependencies (#15705)
* General upgrade of dependencies * adjust licenses to match requirements * add missing licenses * another pass to fix licenses * Try easy for for psycopg encoding pattern change --------- Co-authored-by: jessicamack <jmack@redhat.com>
This commit is contained in:
@@ -9,7 +9,7 @@ botocore
|
||||
channels
|
||||
channels-redis
|
||||
cryptography>=41.0.7 # CVE-2023-49083
|
||||
Cython<3 # due to https://github.com/yaml/pyyaml/pull/702
|
||||
Cython
|
||||
daphne
|
||||
distro
|
||||
django==4.2.16 # CVE-2024-24680
|
||||
@@ -26,7 +26,7 @@ djangorestframework>=3.15.0
|
||||
djangorestframework-yaml
|
||||
filelock
|
||||
GitPython>=3.1.37 # CVE-2023-41040
|
||||
grpcio<1.63.0 # 1.63.0+ requires cython>=3
|
||||
grpcio
|
||||
irc
|
||||
jinja2>=3.1.3 # CVE-2024-22195
|
||||
JSON-log-formatter
|
||||
@@ -50,7 +50,7 @@ pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host
|
||||
python-daemon>3.0.0
|
||||
python-dsv-sdk>=1.0.4
|
||||
python-tss-sdk>=1.2.1
|
||||
pyyaml>=6.0.1
|
||||
pyyaml>=6.0.2 # require packing fix for cython 3 or higher
|
||||
pyzstd # otel collector log file compression library
|
||||
receptorctl
|
||||
sqlparse>=0.4.4 # Required by django https://github.com/ansible/awx/security/dependabot/96
|
||||
|
||||
Reference in New Issue
Block a user