File tree Expand file tree Collapse file tree 4 files changed +61
-33
lines changed
Expand file tree Collapse file tree 4 files changed +61
-33
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -89,17 +89,17 @@ constraint-dependencies = [
8989 # Use Red Hat's system-certifi for certificate handling
9090 ' certifi @ git+https://github.com/ansible/system-certifi@5aa52ab91f9d579bfe52b5acf30ca799f1a563d9' ,
9191 # Pin cryptography to address security vulnerabilities
92- ' cryptography==43 .0.1 ' ,
92+ ' cryptography==46 .0.5 ' ,
9393 # Pin idna to address GHSA-jjg7-2v4v-x38h
9494 ' idna==3.7' ,
9595 # Pin jsonpickle to address SNYK-PYTHON-JSONPICKLE-8136229
9696 ' jsonpickle==3.3.0' ,
9797 # Pin pyjwt for compatibility
9898 ' pyjwt==2.8.0' ,
9999 # Pin pyOpenSSL for compatibility
100- ' pyOpenSSL==24.2.1 ' ,
100+ ' pyOpenSSL==25.3.0 ' ,
101101 # Pin sqlparse to address GHSA-2m57-hf25-phgg
102- ' sqlparse~ =0.5.5' ,
102+ ' sqlparse= =0.5.5' ,
103103]
104104
105105
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
8686 # tqdm
8787constantly == 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
You can’t perform that action at this time.
0 commit comments