From b82d447719e91fbb4a701bdd49985dfca373e603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:06:28 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 7 updates Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.5` | `3.10.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.6.2` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `43.0.0` | | [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.2.1` | `1.2.2` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2024.5.15` | `2024.7.24` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.7.1` | `2.12.0` | | [wikitextparser](https://github.com/5j9/wikitextparser) | `0.56.0` | `0.56.1` | Updates `aiohttp` from 3.9.5 to 3.10.0 - [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.5...v3.10.0) Updates `certifi` from 2024.6.2 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) Updates `cryptography` from 42.0.8 to 43.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.0) Updates `exceptiongroup` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](https://github.com/agronholm/exceptiongroup/compare/1.2.1...1.2.2) Updates `regex` from 2024.5.15 to 2024.7.24 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.5.15...2024.7.24) Updates `sentry-sdk` from 2.7.1 to 2.12.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/2.7.1...2.12.0) Updates `wikitextparser` from 0.56.0 to 0.56.1 - [Changelog](https://github.com/5j9/wikitextparser/blob/main/CHANGELOG.rst) - [Commits](https://github.com/5j9/wikitextparser/compare/v0.56.0...v0.56.1) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: exceptiongroup dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: wikitextparser dependency-type: direct:production update-type: version-update:semver-patch 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 97ca76c..db7dbb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ aioauth-client==0.28.1 -aiohttp==3.9.5 +aiohttp==3.10.0 aiosignal==1.3.1 anyio==4.4.0 async-timeout==4.0.3 attrs==23.2.0 -certifi==2024.6.2 +certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 click==8.1.7 -cryptography==42.0.8 -exceptiongroup==1.2.1 +cryptography==43.0.0 +exceptiongroup==1.2.2 frozenlist==1.4.1 gitdb==4.0.11 github3.py==4.0.1 @@ -27,10 +27,10 @@ PyJWT==2.8.0 python-dateutil==2.9.0.post0 python-slugify==8.0.4 PyYAML==6.0.1 -regex==2024.5.15 +regex==2024.7.24 requests==2.32.3 rfc3986==2.0.0 -sentry-sdk==2.7.1 +sentry-sdk==2.12.0 six==1.16.0 smmap==5.0.1 sniffio==1.3.1 @@ -40,5 +40,5 @@ uritemplate==4.1.1 urllib3==2.2.2 wcwidth==0.2.13 wikitexthtml==1.2.0 -wikitextparser==0.56.0 +wikitextparser==0.56.1 yarl==1.9.4