Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1082 from petracihalova/sqlparse-up…
Browse files Browse the repository at this point in the history
…date

[RHCLOUD-32199] bump sqlparse package to solve vulnerability GHSA-2m57-hf25-phgg
  • Loading branch information
petracihalova authored Apr 18, 2024
2 parents cc73d01 + 9a69468 commit 803c288
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ watchtower = "==3.0.0"
boto3 = "==1.24.24"
celery = "==5.3.0b2"
redis = "==5.0.0"
sqlparse = "==0.4.4"
sqlparse = "==0.5.0"
django-extensions = "==3.2.1"
python-dateutil = "==2.8.2"
ecs-logging = "==2.0.0"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ requests==2.31.0; python_version >= '3.7'
s3transfer==0.6.2; python_version >= '3.7'
sentry-sdk==1.18.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.4; python_version >= '3.5'
sqlparse==0.5.0; python_version >= '3.8'
stompest==2.3.0
typing-extensions==4.11.0; python_version < '3.11'
tzdata==2022.2; python_version >= '2'
Expand Down

0 comments on commit 803c288

Please sign in to comment.