Skip to content

Commit

Permalink
Bump the python-dependencies group with 4 updates (#183)
Browse files Browse the repository at this point in the history
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](aio-libs/aiohttp@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](rapidfuzz/RapidFuzz@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](getsentry/sentry-python@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](john-kurkowski/tldextract@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 5d3a0a6 commit 038f77c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 038f77c

Please sign in to comment.