Skip to content

Commit

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

[RHCLOUD-37240] update sqlparse to the latest version
  • Loading branch information
petracihalova authored Jan 9, 2025
2 parents c6e7738 + 489d303 commit fb9ef1d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ boto3 = "==1.35.92"
celery = "==5.3.0b2"
redis = "==5.0.0"
relations-grpc-clients-python-kessel-project = "==0.3.2"
sqlparse = "==0.5.0"
sqlparse = "==0.5.3"
django-extensions = "==3.2.3"
python-dateutil = "==2.8.2"
ecs-logging = "==2.0.0"
Expand Down
56 changes: 28 additions & 28 deletions Pipfile.lock

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

8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ astunparse==1.6.3
async-timeout==5.0.1; python_full_version <= '3.11.2'
billiard==4.2.1; python_version >= '3.7'
boto3==1.35.92; python_version >= '3.8'
botocore==1.35.92; python_version >= '3.8'
botocore==1.35.95; python_version >= '3.8'
celery==5.3.0b2; python_version >= '3.7'
certifi==2024.12.14; python_version >= '3.6'
cffi==1.17.1; platform_python_implementation != 'PyPy'
Expand Down Expand Up @@ -41,7 +41,7 @@ markupsafe==3.0.2; python_version >= '3.9'
packaging==24.2; python_version >= '3.8'
prometheus-client==0.15.0; python_version >= '3.6'
prompt-toolkit==3.0.48; python_full_version >= '3.7.0'
protobuf==5.29.2; python_version >= '3.8'
protobuf==5.29.3; python_version >= '3.8'
protoc-gen-validate==1.0.4; python_version >= '3.6'
psycopg2==2.9.10; python_version >= '3.8'
psycopg2-binary==2.9.10; python_version >= '3.8'
Expand All @@ -53,9 +53,9 @@ relations-grpc-clients-python-kessel-project==0.3.2; python_version >= '3.9'
requests==2.32.3; python_version >= '3.8'
s3transfer==0.10.4; python_version >= '3.8'
sentry-sdk==2.8.0; python_version >= '3.6'
setuptools==75.7.0; python_version >= '3.9'
setuptools==75.8.0; python_version >= '3.9'
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.5.0; python_version >= '3.8'
sqlparse==0.5.3; python_version >= '3.8'
stompest==2.3.0
typing-extensions==4.12.2; python_version < '3.11'
tzdata==2022.2; python_version >= '2'
Expand Down

0 comments on commit fb9ef1d

Please sign in to comment.