Skip to content

Commit

Permalink
Bump the python-dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.5` | `3.10.5` |
| [attrs](https://github.com/sponsors/hynek) | `23.2.0` | `24.2.0` |
| [cffi](https://github.com/python-cffi/cffi) | `1.16.0` | `1.17.0` |
| [idna](https://github.com/kjd/idna) | `3.7` | `3.8` |
| [orjson](https://github.com/ijl/orjson) | `3.10.6` | `3.10.7` |
| [yarl](https://github.com/aio-libs/yarl) | `1.9.4` | `1.9.6` |



Updates `aiohttp` from 3.9.5 to 3.10.5
- [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.9.5...v3.10.5)

Updates `attrs` from 23.2.0 to 24.2.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `cffi` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.16.0...v1.17.0)

Updates `idna` from 3.7 to 3.8
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.7...v3.8)

Updates `orjson` from 3.10.6 to 3.10.7
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.10.6...3.10.7)

Updates `yarl` from 1.9.4 to 1.9.6
- [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.9.4...v1.9.6)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: attrs
  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-minor
  dependency-group: python-dependencies
- dependency-name: idna
  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-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent dea8e8f commit 372aab9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
aiodns==3.2.0
aiohttp==3.9.5
aiohttp==3.10.5
aiosignal==1.3.1
attrs==23.2.0
attrs==24.2.0
braceexpand==0.1.7
brotli==1.1.0
cffi==1.16.0
cffi==1.17.0
click==8.1.7
colorama==0.4.6
discord-py @ git+https://github.com/Rapptz/discord.py.git@ff638d393d0f5a83639ccc087bec9bf588b59a22
discord-py[speed,voice] @ git+https://github.com/Rapptz/discord.py.git@ff638d393d0f5a83639ccc087bec9bf588b59a22
frozenlist==1.4.1
idna==3.7
idna==3.8
import-expression==2.1.0.post1
jishaku @ git+https://github.com/Gorialis/jishaku.git@4408b2a11a6cc000b78edaaa03f88abbc9795a17
multidict==6.0.5
orjson==3.10.6
orjson==3.10.7
pycares==4.4.0
pycparser==2.22
pynacl==1.5.0
python-dotenv==1.0.1
tabulate==0.9.0
typing-extensions==4.12.2
yarl==1.9.4
yarl==1.9.6

0 comments on commit 372aab9

Please sign in to comment.