Skip to content

Commit 5692228

Browse files
authored
Upgrade dependencies to fix CVEs (#1900)
1 parent cdf7b18 commit 5692228

File tree

4 files changed

+56
-48
lines changed

4 files changed

+56
-48
lines changed

.github/workflows/pip_audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,5 @@ jobs:
7676
GHSA-7gcm-g887-7qv7
7777
# Ignoring cryptography as it should be fixed by a RHEL RPM
7878
GHSA-r6ph-v2qm-q3c2
79+
# Fix version of social-app-django 5.6.0 doesn't support Django 4.2
80+
CVE-2025-61783

pyproject.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,6 @@ wisdom-manage = "ansible_ai_connect.manage:main"
8888
constraint-dependencies = [
8989
# Use Red Hat's system-certifi for certificate handling
9090
'certifi @ git+https://github.com/ansible/system-certifi@5aa52ab91f9d579bfe52b5acf30ca799f1a563d9',
91-
# Pin cryptography to address security vulnerabilities
92-
'cryptography==43.0.1',
93-
# Pin idna to address GHSA-jjg7-2v4v-x38h
94-
'idna==3.7',
95-
# Pin jsonpickle to address SNYK-PYTHON-JSONPICKLE-8136229
96-
'jsonpickle==3.3.0',
97-
# Pin pyjwt for compatibility
98-
'pyjwt==2.8.0',
99-
# Pin pyOpenSSL for compatibility
100-
'pyOpenSSL==24.2.1',
101-
# Pin sqlparse to address GHSA-2m57-hf25-phgg
102-
'sqlparse~=0.5.5',
10391
]
10492

10593

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
8686
# tqdm
8787
constantly==23.10.4
8888
# via twisted
89-
cryptography==43.0.1
89+
cryptography==46.0.5
9090
# via
9191
# ansible-core
9292
# autobahn
@@ -358,7 +358,7 @@ pyjwt==2.8.0
358358
# via
359359
# django-ansible-base
360360
# social-auth-core
361-
pyopenssl==24.2.1
361+
pyopenssl==25.3.0
362362
# via
363363
# pydrive2
364364
# twisted
@@ -481,6 +481,7 @@ typing-extensions==4.15.0
481481
# psycopg
482482
# pydantic
483483
# pydantic-core
484+
# pyopenssl
484485
# referencing
485486
# twisted
486487
# typing-inspection

0 commit comments

Comments
 (0)