Skip to content

Commit 7e8cbcd

Browse files
Bump the python-dependencies group across 1 directory with 8 updates
Bumps the python-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) | `2.4.0` | `2.4.4` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.5` | `3.11.8` | | [frozenlist](https://github.com/aio-libs/frozenlist) | `1.4.1` | `1.5.0` | | [idna](https://github.com/kjd/idna) | `3.8` | `3.10` | | [import-expression](https://github.com/ioistired/import-expression) | `2.1.0.post1` | `2.2.1.post1` | | [orjson](https://github.com/ijl/orjson) | `3.10.7` | `3.10.12` | | [pycares](https://github.com/saghul/pycares) | `4.4.0` | `4.5.0` | | [yarl](https://github.com/aio-libs/yarl) | `1.11.1` | `1.18.0` | Updates `aiohappyeyeballs` from 2.4.0 to 2.4.4 - [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases) - [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md) - [Commits](aio-libs/aiohappyeyeballs@v2.4.0...v2.4.4) Updates `aiohttp` from 3.10.5 to 3.11.8 - [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.10.5...v3.11.8) 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](aio-libs/frozenlist@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](kjd/idna@v3.8...v3.10) Updates `import-expression` from 2.1.0.post1 to 2.2.1.post1 - [Commits](ioistired/import-expression@v2.1.0.post1...v2.2.1.post1) Updates `orjson` from 3.10.7 to 3.10.12 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](ijl/orjson@3.10.7...3.10.12) Updates `pycares` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/saghul/pycares/releases) - [Changelog](https://github.com/saghul/pycares/blob/master/ChangeLog) - [Commits](saghul/pycares@v4.4.0...v4.5.0) Updates `yarl` from 1.11.1 to 1.18.0 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.11.1...v1.18.0) --- 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-minor 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: import-expression 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: pycares dependency-type: direct:production update-type: version-update:semver-minor 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] <[email protected]>
1 parent 99adc3a commit 7e8cbcd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiodns==3.2.0
2-
aiohappyeyeballs==2.4.0
3-
aiohttp==3.10.5
2+
aiohappyeyeballs==2.4.4
3+
aiohttp==3.11.8
44
aiosignal==1.3.1
55
attrs==24.2.0
66
braceexpand==0.1.7
@@ -10,16 +10,16 @@ click==8.1.7
1010
colorama==0.4.6
1111
discord-py @ git+https://github.com/Rapptz/discord.py.git@59f877fcf013c4ddeeb2b39fc21f03e76f995461
1212
discord-py[speed,voice] @ git+https://github.com/Rapptz/discord.py.git@59f877fcf013c4ddeeb2b39fc21f03e76f995461
13-
frozenlist==1.4.1
14-
idna==3.8
15-
import-expression==2.1.0.post1
13+
frozenlist==1.5.0
14+
idna==3.10
15+
import-expression==2.2.1.post1
1616
jishaku @ git+https://github.com/Gorialis/jishaku.git@0c16ddca174726966704a8f12f6e8f0e26528202
1717
multidict==6.1.0
18-
orjson==3.10.7
19-
pycares==4.4.0
18+
orjson==3.10.12
19+
pycares==4.5.0
2020
pycparser==2.22
2121
pynacl==1.5.0
2222
python-dotenv==1.0.1
2323
tabulate==0.9.0
2424
typing-extensions==4.12.2
25-
yarl==1.11.1
25+
yarl==1.18.0

0 commit comments

Comments
 (0)