From bec7c1e5c4f635ad62a15095da74f4cff6b268b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:33:42 +0100 Subject: [PATCH] Upgrade: Bump the dependencies group with 4 updates (#298) Bumps the dependencies group with 4 updates: [botocore](https://github.com/boto/botocore), [pproxy](https://github.com/qwj/python-proxy), [pynamodb](https://github.com/pynamodb/PynamoDB) and [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `botocore` from 1.34.12 to 1.34.29 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.12...1.34.29) Updates `pproxy` from 2.7.8 to 2.7.9 - [Commits](https://github.com/qwj/python-proxy/compare/2.7.8...2.7.9) Updates `pynamodb` from 5.5.1 to 6.0.0 - [Release notes](https://github.com/pynamodb/PynamoDB/releases) - [Changelog](https://github.com/pynamodb/PynamoDB/blob/master/docs/release_notes.rst) - [Commits](https://github.com/pynamodb/PynamoDB/compare/5.5.1...6.0.0) Updates `sentry-sdk` from 1.39.1 to 1.39.2 - [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/1.39.1...1.39.2) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pproxy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pynamodb dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index ef6e5d2..d2f5ce8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aioredis==2.0.1 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.2.0 -botocore==1.34.12 +botocore==1.34.29 certifi==2023.11.17 charset-normalizer==3.3.2 click==8.1.7 @@ -13,10 +13,10 @@ idna==3.6 jmespath==1.0.1 multidict==6.0.4 openttd-helpers==1.4.0 -pproxy==2.7.8 -pynamodb==5.5.1 +pproxy==2.7.9 +pynamodb==6.0.0 python-dateutil==2.8.2 -sentry-sdk==1.39.1 +sentry-sdk==1.39.2 six==1.16.0 typing_extensions==4.9.0 urllib3==1.26.18