From bf8510de80e815f2168b49fe6862d79b808ff0d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:12:00 +0000 Subject: [PATCH 1/3] Bump psycopg2 from 2.9.9 to 2.9.10 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1abf695..0e496c8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -335,7 +335,7 @@ protobuf==4.25.3 # -r requirements.txt # googleapis-common-protos # opentelemetry-proto -psycopg2==2.9.9 +psycopg2==2.9.10 # via -r requirements.txt pycodestyle==2.12.0 # via diff --git a/requirements.txt b/requirements.txt index d034cf9..5d19f88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -201,7 +201,7 @@ protobuf==4.25.3 # via # googleapis-common-protos # opentelemetry-proto -psycopg2==2.9.9 +psycopg2==2.9.10 # via -r requirements.in pyjwt==2.4.0 # via notifications-python-client From c29deb83eaab620e389a98c5b316c33d31c34688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:13:24 +0000 Subject: [PATCH 2/3] Bump boto3 from 1.35.39 to 1.35.44 Bumps [boto3](https://github.com/boto/boto3) from 1.35.39 to 1.35.44. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.39...1.35.44) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0e496c8..04bf887 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,9 +31,9 @@ billiard==4.2.0 # via # -r requirements.txt # celery -boto3==1.35.39 +boto3==1.35.44 # via -r requirements.txt -botocore==1.35.39 +botocore==1.35.44 # via # -r requirements.txt # boto3 diff --git a/requirements.txt b/requirements.txt index 5d19f88..15f1d8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,9 +22,9 @@ backoff==1.10.0 # opentelemetry-exporter-otlp-proto-http billiard==4.2.0 # via celery -boto3==1.35.39 +boto3==1.35.44 # via -r requirements.in -botocore==1.35.39 +botocore==1.35.44 # via # boto3 # s3transfer From 332000c12e2c00b6f40211a97914b1ae82eb3fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:14:44 +0000 Subject: [PATCH 3/3] Bump sentry-sdk from 2.16.0 to 2.17.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.16.0...2.17.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.in | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 04bf887..4b4a3ab 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -417,7 +417,7 @@ s3transfer==0.10.2 # via # -r requirements.txt # boto3 -sentry-sdk==2.16.0 +sentry-sdk==2.17.0 # via -r requirements.txt six==1.16.0 # via diff --git a/requirements.in b/requirements.in index 2129a97..7758d7b 100644 --- a/requirements.in +++ b/requirements.in @@ -12,7 +12,7 @@ redis celery==5.4.0 django_celery_beat==2.7.0 django-celery-results -sentry-sdk==2.16.0 +sentry-sdk==2.17.0 backoff django-prometheus==2.3.1 smart-open diff --git a/requirements.txt b/requirements.txt index 15f1d8d..dc4d932 100644 --- a/requirements.txt +++ b/requirements.txt @@ -240,7 +240,7 @@ rpds-py==0.18.0 # referencing s3transfer==0.10.2 # via boto3 -sentry-sdk==2.16.0 +sentry-sdk==2.17.0 # via -r requirements.in six==1.16.0 # via