Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1161 from petracihalova/sentry-sdk-…
Browse files Browse the repository at this point in the history
…update

[RHCLOUD-34386] update the sentry_sdk packate to the version 2.8.0 to solve vulnerability CVE-2024-40647
  • Loading branch information
petracihalova authored Aug 5, 2024
2 parents 749e4d9 + 725ac7f commit 2745830
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ docs/source/specs/output-dir/
dev/*
/scripts/ephemeral/config.yaml
docs/source/specs/typespec/node_modules/
docs/source/specs/typespec/tsp-output/
docs/source/specs/typespec/tsp-output/
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ django-extensions = "==3.2.1"
python-dateutil = "==2.8.2"
ecs-logging = "==2.0.0"
app-common-python = "==0.2.5"
sentry-sdk = "==1.18.0"
sentry-sdk = "==2.8.0"
psycopg2 = "==2.9.5"
kafka-python = "==2.0.2"
psycopg2-binary = "==2.9.5"
Expand Down
9 changes: 5 additions & 4 deletions Pipfile.lock

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

23 changes: 15 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
amqp==5.2.0; python_version >= '3.6'
app-common-python==0.2.5
asgiref==3.8.1; python_version >= '3.8'
astunparse==1.6.3
async-timeout==4.0.3; python_full_version <= '3.11.2'
billiard==4.2.0; python_version >= '3.7'
boto3==1.24.24; python_version >= '3.7'
Expand All @@ -14,7 +15,7 @@ click==8.1.7; python_version >= '3.7'
click-didyoumean==0.3.1; python_full_version >= '3.6.2'
click-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
cryptography==42.0.8; python_version >= '3.7'
cryptography==43.0.0; python_version >= '3.7'
django==4.2.14; python_version >= '3.8'
django-cors-headers==3.13.0; python_version >= '3.7'
django-environ==0.10.0; python_version >= '3.5' and python_version < '4'
Expand All @@ -25,39 +26,45 @@ django-tenants==3.5.0
djangorestframework==3.15.2; python_version >= '3.8'
djangorestframework-csv==2.1.1
ecs-logging==2.0.0; python_version >= '3.6'
grpcio==1.64.1
grpcio-status==1.64.1
googleapis-common-protos==1.63.2; python_version >= '3.7'
grpcio==1.64.1; python_version >= '3.8'
grpcio-status==1.64.1; python_version >= '3.8'
grpcio-tools==1.64.1; python_version >= '3.8'
gunicorn==22.0.0; python_version >= '3.7'
idna==3.7; python_version >= '3.5'
jinja2==3.1.4; python_version >= '3.7'
jmespath==1.0.1; python_version >= '3.7'
joserfc==0.8.0; python_version >= '3.8'
kafka-python==2.0.2
kombu==5.3.7; python_version >= '3.8'
kombu==5.4.0rc3; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
packaging==24.1; python_version >= '3.8'
prometheus-client==0.15.0; python_version >= '3.6'
prompt-toolkit==3.0.47; python_full_version >= '3.7.0'
protoc-gen-validate==1.0.4
protobuf==5.28.0rc1; python_version >= '3.8'
protoc-gen-validate==1.0.4; python_version >= '3.6'
psycopg2==2.9.5; python_version >= '3.6'
psycopg2-binary==2.9.5; python_version >= '3.6'
pycparser==2.22; python_version >= '3.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2022.2.1
redis==5.0.0; python_version >= '3.7'
relations-grpc-clients-python-kessel-project==0.3.2
relations-grpc-clients-python-kessel-project==0.3.2; python_version >= '3.9'
requests==2.32.3; python_version >= '3.8'
s3transfer==0.6.2; python_version >= '3.7'
sentry-sdk==1.18.0
sentry-sdk==2.8.0; python_version >= '3.6'
setuptools==72.1.0; python_version >= '3.8'
six==1.16.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'
stompest==2.3.0
typing-extensions==4.12.2; python_version < '3.11'
typing-extensions==4.12.1; python_version < '3.11'
tzdata==2022.2; python_version >= '2'
unicodecsv==0.14.1
urllib3==1.26.19; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
validate-email==1.3
vine==5.1.0; python_version >= '3.6'
watchtower==3.0.0; python_version >= '3.6'
wcwidth==0.2.13
wheel==0.44.0; python_version >= '3.8'
whitenoise==6.4.0; python_version >= '3.7'
xmltodict==0.13.0; python_version >= '3.4'

0 comments on commit 2745830

Please sign in to comment.