Skip to content

Commit

Permalink
Merge branch 'master' into principal_filter_error
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanCasey13 authored Jan 9, 2025
2 parents c2e30dc + fb9ef1d commit e94ef44
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 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
2 changes: 1 addition & 1 deletion scripts/ephemeral/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This README outlines how to use the ephemeral make tasks
Prerequisites
===============
1. You must be logged into VPN
2. Install bonfire locally
2. Install `bonfire <https://github.com/RedHatInsights/bonfire>`_ locally
3. Log into the ephemeral cluster (via the UI)
a. Select your username drop down in the top right corner and select
b. Copy login command
Expand Down

0 comments on commit e94ef44

Please sign in to comment.