From 86ad3b4516f81e2659152a7fc7e0ae8c511ef5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:58:29 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 9 updates Bumps the python-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) | `2.4.0` | `2.4.3` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.5` | `3.10.10` | | [async-timeout](https://github.com/aio-libs/async-timeout) | `4.0.3` | `5.0.0` | | [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `1.17.1` | | [frozenlist](https://github.com/aio-libs/frozenlist) | `1.4.1` | `1.5.0` | | [idna](https://github.com/kjd/idna) | `3.8` | `3.10` | | [multidict](https://github.com/aio-libs/multidict) | `6.0.5` | `6.1.0` | | [orjson](https://github.com/ijl/orjson) | `3.10.7` | `3.10.10` | | [yarl](https://github.com/aio-libs/yarl) | `1.9.4` | `1.17.1` | Updates `aiohappyeyeballs` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases) - [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md) - [Commits](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.0...v2.4.3) Updates `aiohttp` from 3.10.5 to 3.10.10 - [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.10.5...v3.10.10) Updates `async-timeout` from 4.0.3 to 5.0.0 - [Release notes](https://github.com/aio-libs/async-timeout/releases) - [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.3...v5.0.0) Updates `cffi` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1) Updates `frozenlist` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/aio-libs/frozenlist/releases) - [Changelog](https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/frozenlist/compare/v1.4.1...v1.5.0) Updates `idna` from 3.8 to 3.10 - [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.8...v3.10) Updates `multidict` from 6.0.5 to 6.1.0 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.0.5...v6.1.0) Updates `orjson` from 3.10.7 to 3.10.10 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.10.7...3.10.10) Updates `yarl` from 1.9.4 to 1.17.1 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/yarl/compare/v1.9.4...v1.17.1) --- updated-dependencies: - dependency-name: aiohappyeyeballs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: async-timeout dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: frozenlist dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: multidict dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index c18e58a..a47b25c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ aiodns==3.2.0 -aiohappyeyeballs==2.4.0 -aiohttp==3.10.5 +aiohappyeyeballs==2.4.3 +aiohttp==3.10.10 aiosignal==1.3.1 -async-timeout==4.0.3 +async-timeout==5.0.0 attrs==24.2.0 babel==2.16.0 brotli==1.1.0 -cffi==1.17.0 +cffi==1.17.1 discord-py[speed,voice] @ git+https://github.com/Rapptz/discord.py.git@ff638d393d0f5a83639ccc087bec9bf588b59a22 -frozenlist==1.4.1 -idna==3.8 -multidict==6.0.5 -orjson==3.10.7 +frozenlist==1.5.0 +idna==3.10 +multidict==6.1.0 +orjson==3.10.10 pycares==4.4.0 pycparser==2.22 pynacl==1.5.0 -yarl==1.9.4 +yarl==1.17.1