Skip to content

Commit

Permalink
build(deps): bump the dev-dependencies group across 1 directory with …
Browse files Browse the repository at this point in the history
…2 updates

Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) and [yt-dlp](https://github.com/yt-dlp/yt-dlp) to permit the latest version.

Updates `pillow` to 11.0.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.3.0...11.0.0)

Updates `yt-dlp` from 2024.5.27 to 2024.10.7
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](yt-dlp/yt-dlp@2024.05.27...2024.10.07)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 7aecda6 commit bbdeb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ dependencies = [
"humanfriendly",
"hydrogram @ https://github.com/hydrogram/hydrogram/archive/dev.zip",
"meval==2.5",
"Pillow>=10.3.0,<11.0.0",
"Pillow>=10.3.0,<12.0.0",
"pytio",
"regex",
"speedtest-cli",
"tgcrypto",
# Using uvloop to increase general speed and stability. Ignored under Windows
"uvloop>=0.19.0,<1.0.0; platform_system != 'Windows'",
"yarl",
"yt-dlp==2024.5.27",
"yt-dlp==2024.10.7",
]
requires-python = ">=3.10"

Expand Down

0 comments on commit bbdeb77

Please sign in to comment.