From 038f77c3ff4f5f2ff86caf5085dffaaad6674daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:35:40 -0500 Subject: [PATCH] Bump the python-dependencies group with 4 updates (#183) Bumps the python-dependencies group with 4 updates: [aiohttp](https://github.com/aio-libs/aiohttp), [rapidfuzz](https://github.com/maxbachmann/RapidFuzz), [sentry-sdk](https://github.com/getsentry/sentry-python) and [tldextract](https://github.com/john-kurkowski/tldextract). Updates `aiohttp` from 3.8.5 to 3.8.6 - [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.8.5...v3.8.6) Updates `rapidfuzz` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v3.3.1...v3.4.0) Updates `sentry-sdk` from 1.31.0 to 1.32.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/1.31.0...1.32.0) Updates `tldextract` from 3.6.0 to 5.0.0 - [Release notes](https://github.com/john-kurkowski/tldextract/releases) - [Changelog](https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md) - [Commits](https://github.com/john-kurkowski/tldextract/compare/3.6.0...5.0.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: tldextract dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index d7b920a..46c3e22 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,7 +6,7 @@ # aiodns==3.0.0 # via pydis-core -aiohttp==3.8.5 +aiohttp==3.8.6 # via # -r requirements/requirements.in # discord-py @@ -77,7 +77,7 @@ python-dateutil==2.8.2 # via arrow python-dotenv==1.0.0 # via pydantic-settings -rapidfuzz==3.3.1 +rapidfuzz==3.4.0 # via -r requirements/requirements.in regex==2023.10.3 # via -r requirements/requirements.in @@ -87,7 +87,7 @@ requests==2.31.0 # tldextract requests-file==1.5.1 # via tldextract -sentry-sdk==1.31.0 +sentry-sdk==1.32.0 # via -r requirements/requirements.in six==1.16.0 # via @@ -97,7 +97,7 @@ sqlalchemy==2.0.21 # via -r requirements/requirements.in statsd==4.0.1 # via pydis-core -tldextract==3.6.0 +tldextract==5.0.0 # via -r requirements/requirements.in types-python-dateutil==2.8.19.14 # via arrow