From 597a0d81b0df435b59dc90fb85e35ac3f2d9cf9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 17:48:50 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 7 updates Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [inflect](https://github.com/jaraco/inflect) | `7.0.0` | `7.2.0` | | [irc](https://github.com/jaraco/irc) | `20.3.1` | `20.4.0` | | [jaraco-classes](https://github.com/jaraco/jaraco.classes) | `3.3.1` | `3.4.0` | | [jaraco-context](https://github.com/jaraco/jaraco.context) | `4.3.0` | `5.3.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.6.3` | `2.6.4` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.40.6` | `1.44.1` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.10.0` | `4.11.0` | Updates `inflect` from 7.0.0 to 7.2.0 - [Release notes](https://github.com/jaraco/inflect/releases) - [Changelog](https://github.com/jaraco/inflect/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/inflect/compare/v7.0.0...v7.2.0) Updates `irc` from 20.3.1 to 20.4.0 - [Release notes](https://github.com/jaraco/irc/releases) - [Changelog](https://github.com/jaraco/irc/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/irc/compare/v20.3.1...v20.4.0) Updates `jaraco-classes` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/jaraco/jaraco.classes/releases) - [Changelog](https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/jaraco.classes/compare/v3.3.1...v3.4.0) Updates `jaraco-context` from 4.3.0 to 5.3.0 - [Release notes](https://github.com/jaraco/jaraco.context/releases) - [Changelog](https://github.com/jaraco/jaraco.context/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/jaraco.context/compare/v4.3.0...v5.3.0) Updates `pydantic` from 2.6.3 to 2.6.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.6.3...v2.6.4) Updates `sentry-sdk` from 1.40.6 to 1.44.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...1.44.1) Updates `typing-extensions` from 4.10.0 to 4.11.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.11.0) --- updated-dependencies: - dependency-name: inflect dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: irc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: jaraco-classes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: jaraco-context dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pydantic 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-minor 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 | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index bfdd8a1..442b9c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ annotated-types==0.6.0 async-timeout==4.0.3 attrs==23.2.0 autocommand==2.2.2 +backports.tarfile==1.0.0 certifi==2024.2.2 chardet==5.2.0 charset-normalizer==3.3.2 @@ -11,11 +12,11 @@ click==8.1.7 discord.py==2.3.2 frozenlist==1.4.1 idna==3.6 -inflect==7.0.0 -irc==20.3.1 -jaraco.classes==3.3.1 +inflect==7.2.0 +irc==20.4.0 +jaraco.classes==3.4.0 jaraco.collections==5.0.0 -jaraco.context==4.3.0 +jaraco.context==5.3.0 jaraco.functools==4.0.0 jaraco.logging==3.3.0 jaraco.stream==3.0.3 @@ -23,11 +24,12 @@ jaraco.text==3.12.0 more-itertools==10.2.0 multidict==6.0.5 openttd-helpers==1.4.0 -pydantic==2.6.3 +pydantic==2.6.4 pydantic_core==2.16.3 pytz==2024.1 -sentry-sdk==1.40.6 +sentry-sdk==1.44.1 tempora==5.5.1 -typing_extensions==4.10.0 +typeguard==4.2.1 +typing_extensions==4.11.0 urllib3==2.2.1 yarl==1.9.4