Skip to content

Commit cdf7b18

Browse files
authored
bump sqlparse to 0.5.5 (#1899)
ignore cryptography CVE-2026-26007 on pip-audit
1 parent dae7ebd commit cdf7b18

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/pip_audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ jobs:
7474
# DoS vulnerability in protobuf json_format.ParseDict() - no fix available yet
7575
# See: https://github.com/advisories/GHSA-7gcm-g887-7qv7
7676
GHSA-7gcm-g887-7qv7
77+
# Ignoring cryptography as it should be fixed by a RHEL RPM
78+
GHSA-r6ph-v2qm-q3c2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ constraint-dependencies = [
9999
# Pin pyOpenSSL for compatibility
100100
'pyOpenSSL==24.2.1',
101101
# Pin sqlparse to address GHSA-2m57-hf25-phgg
102-
'sqlparse==0.5.2',
102+
'sqlparse~=0.5.5',
103103
]
104104

105105

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ social-auth-core==4.7.0
445445
# via
446446
# ansible-ai-connect
447447
# social-auth-app-django
448-
sqlparse==0.5.2
448+
sqlparse==0.5.5
449449
# via
450450
# django
451451
# django-ansible-base

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)