|
0419643869
|
Update dependency psutil to v5.9.5
|
2023-04-24 13:35:56 +03:00 |
|
|
7c8e07bbc9
|
Made some dependencies strict
|
2023-04-24 12:13:14 +02:00 |
|
|
ad653146e1
|
Update dependency pillow to ~=9.5.0 (#15)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [pillow](https://python-pillow.org) ([source](https://github.com/python-pillow/Pillow), [changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)) | minor | `~=9.4.0` -> `~=9.5.0` |
---
### Release Notes
<details>
<summary>python-pillow/Pillow</summary>
### [`v9.5.0`](https://github.com/python-pillow/Pillow/blob/HEAD/CHANGES.rst#​950-2023-04-01)
[Compare Source](https://github.com/python-pillow/Pillow/compare/9.4.0...9.5.0)
- Added ImageSourceData to TAGS_V2 [#​7053](https://github.com/python-pillow/Pillow/issues/7053)
\[radarhere]
- Clear PPM half token after use [#​7052](https://github.com/python-pillow/Pillow/issues/7052)
\[radarhere]
- Removed absolute path to ldconfig [#​7044](https://github.com/python-pillow/Pillow/issues/7044)
\[radarhere]
- Support custom comments and PLT markers when saving JPEG2000 images [#​6903](https://github.com/python-pillow/Pillow/issues/6903)
\[joshware, radarhere, hugovk]
- Load before getting size in **array_interface** [#​7034](https://github.com/python-pillow/Pillow/issues/7034)
\[radarhere]
- Support creating BGR;15, BGR;16 and BGR;24 images, but drop support for BGR;32 [#​7010](https://github.com/python-pillow/Pillow/issues/7010)
\[radarhere]
- Consider transparency when applying APNG blend mask [#​7018](https://github.com/python-pillow/Pillow/issues/7018)
\[radarhere]
- Round duration when saving animated WebP images [#​6996](https://github.com/python-pillow/Pillow/issues/6996)
\[radarhere]
- Added reading of JPEG2000 comments [#​6909](https://github.com/python-pillow/Pillow/issues/6909)
\[radarhere]
- Decrement reference count [#​7003](https://github.com/python-pillow/Pillow/issues/7003)
\[radarhere, nulano]
- Allow libtiff_support_custom_tags to be missing [#​7020](https://github.com/python-pillow/Pillow/issues/7020)
\[radarhere]
- Improved I;16N support [#​6834](https://github.com/python-pillow/Pillow/issues/6834)
\[radarhere]
- Added QOI reading [#​6852](https://github.com/python-pillow/Pillow/issues/6852)
\[radarhere, hugovk]
- Added saving RGBA images as PDFs [#​6925](https://github.com/python-pillow/Pillow/issues/6925)
\[radarhere]
- Do not raise an error if os.environ does not contain PATH [#​6935](https://github.com/python-pillow/Pillow/issues/6935)
\[radarhere, hugovk]
- Close OleFileIO instance when closing or exiting FPX or MIC [#​7005](https://github.com/python-pillow/Pillow/issues/7005)
\[radarhere]
- Added **int** to IFDRational for Python >= 3.11 [#​6998](https://github.com/python-pillow/Pillow/issues/6998)
\[radarhere]
- Added memoryview support to Dib.frombytes() [#​6988](https://github.com/python-pillow/Pillow/issues/6988)
\[radarhere, nulano]
- Close file pointer copy in the libtiff encoder if still open [#​6986](https://github.com/python-pillow/Pillow/issues/6986)
\[fcarron, radarhere]
- Raise an error if ImageDraw co-ordinates are incorrectly ordered [#​6978](https://github.com/python-pillow/Pillow/issues/6978)
\[radarhere]
- Added "corners" argument to ImageDraw rounded_rectangle() [#​6954](https://github.com/python-pillow/Pillow/issues/6954)
\[radarhere]
- Added memoryview support to frombytes() [#​6974](https://github.com/python-pillow/Pillow/issues/6974)
\[radarhere]
- Allow comments in FITS images [#​6973](https://github.com/python-pillow/Pillow/issues/6973)
\[radarhere]
- Support saving PDF with different X and Y resolutions [#​6961](https://github.com/python-pillow/Pillow/issues/6961)
\[jvanderneutstulen, radarhere, hugovk]
- Fixed writing int as UNDEFINED tag [#​6950](https://github.com/python-pillow/Pillow/issues/6950)
\[radarhere]
- Raise an error if EXIF data is too long when saving JPEG [#​6939](https://github.com/python-pillow/Pillow/issues/6939)
\[radarhere]
- Handle more than one directory returned by pkg-config [#​6896](https://github.com/python-pillow/Pillow/issues/6896)
\[sebastic, radarhere]
- Do not retry past formats when loading all formats for the first time [#​6902](https://github.com/python-pillow/Pillow/issues/6902)
\[radarhere]
- Do not retry specified formats if they failed when opening [#​6893](https://github.com/python-pillow/Pillow/issues/6893)
\[radarhere]
- Do not unintentionally load TIFF format at first [#​6892](https://github.com/python-pillow/Pillow/issues/6892)
\[radarhere]
- Stop reading when EPS line becomes too long [#​6897](https://github.com/python-pillow/Pillow/issues/6897)
\[radarhere]
- Allow writing IFDRational to BYTE tag [#​6890](https://github.com/python-pillow/Pillow/issues/6890)
\[radarhere]
- Raise ValueError for BoxBlur filter with negative radius [#​6874](https://github.com/python-pillow/Pillow/issues/6874)
\[hugovk, radarhere]
- Support arbitrary number of loaded modules on Windows [#​6761](https://github.com/python-pillow/Pillow/issues/6761)
\[javidcf, radarhere, nulano]
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->
Reviewed-on: #15
Co-authored-by: Renovate <renovate@git.end-play.xyz>
Co-committed-by: Renovate <renovate@git.end-play.xyz>
|
2023-04-20 16:04:39 +03:00 |
|
|
ae654d686e
|
TgCrypto is no longer optional dependency
|
2023-03-23 15:12:53 +01:00 |
|
|
1684c5177c
|
Replaced /reboot with /shutdown
|
2023-03-20 13:56:18 +01:00 |
|
|
a4323981fb
|
WIP: Media import/export
|
2023-03-18 20:53:26 +01:00 |
|
|
6684c4d750
|
Bump Pyrogram to 2.0.102
|
2023-03-12 22:14:23 +01:00 |
|
|
0073120bf2
|
Moved ujson to required dependencies
|
2023-03-12 14:54:06 +01:00 |
|
|
244173e556
|
Bumped Pyrogram to 2.0.101
|
2023-03-12 14:25:22 +01:00 |
|
|
c2fb88ed65
|
Bumped APScheduler to 3.10.1
|
2023-03-09 11:35:02 +01:00 |
|
|
4331af415e
|
Moved to aiohttp and aiofiles
|
2023-03-02 22:38:48 +01:00 |
|
|
a913ba19c6
|
WIP: aiohttp migration
|
2023-03-02 16:39:59 +01:00 |
|
Profitroll
|
68ea087963
|
Integrated interval-based schedule
|
2023-02-17 21:54:30 +01:00 |
|
Profitroll
|
c90e5eb697
|
Added Pillow to requirements
|
2023-02-17 16:44:03 +01:00 |
|
|
8e0fee4cb9
|
Added database support
|
2023-02-14 14:45:52 +01:00 |
|
|
b589da5d8f
|
Updated dependencies
|
2023-02-14 11:38:09 +01:00 |
|
|
569fffd223
|
Updated requirements
|
2023-01-17 11:41:07 +01:00 |
|
|
cddf1e211a
|
Moved to apscheduler
|
2023-01-09 15:36:56 +01:00 |
|
|
e03c862a35
|
Locales
|
2022-08-10 13:08:15 +02:00 |
|
Profitroll
|
1bcb955ad8
|
Initial commit
|
2022-08-08 14:53:26 +02:00 |
|