From c3c12ea6855593ea3ca9df636e8c1e2be817be2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:06:48 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group across 1 directory with 7 updates Bumps the dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.3` | `3.9.5` | | [botocore](https://github.com/boto/botocore) | `1.34.53` | `1.34.117` | | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` | | [pynamodb](https://github.com/pynamodb/PynamoDB) | `6.0.0` | `6.0.1` | | [python-dateutil](https://github.com/dateutil/dateutil) | `2.9.0` | `2.9.0.post0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.40.6` | `2.3.1` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.10.0` | `4.12.0` | Updates `aiohttp` from 3.9.3 to 3.9.5 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.5) Updates `botocore` from 1.34.53 to 1.34.117 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.53...1.34.117) Updates `idna` from 3.6 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) Updates `pynamodb` from 6.0.0 to 6.0.1 - [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/6.0.0...6.0.1) Updates `python-dateutil` from 2.9.0 to 2.9.0.post0 - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.9.0...2.9.0.post0) Updates `sentry-sdk` from 1.40.6 to 2.3.1 - [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.40.6...2.3.1) Updates `typing-extensions` from 4.10.0 to 4.12.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.10.0...4.12.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pynamodb dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index a25c1b2..9802281 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,23 @@ -aiohttp==3.9.3 +aiohttp==3.9.5 aioredis==2.0.1 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.2.0 -botocore==1.34.53 +botocore==1.34.117 certifi==2024.2.2 charset-normalizer==3.3.2 click==8.1.7 frozenlist==1.4.1 hiredis==2.3.2 -idna==3.6 +idna==3.7 jmespath==1.0.1 multidict==6.0.5 openttd-helpers==1.4.0 pproxy==2.7.9 -pynamodb==6.0.0 -python-dateutil==2.9.0 -sentry-sdk==1.40.6 +pynamodb==6.0.1 +python-dateutil==2.9.0.post0 +sentry-sdk==2.3.1 six==1.16.0 -typing_extensions==4.10.0 +typing_extensions==4.12.0 urllib3==1.26.18 yarl==1.9.4