Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
PicImageSearch ^3.10.0 -> ^3.10.13 age adoption passing confidence dependencies patch
PicImageSearch ~=3.10.0 -> ~=3.10.13 age adoption passing confidence patch
Pillow (changelog) ^10.3.0 -> ^10.4.0 age adoption passing confidence dependencies minor
Pillow (changelog) ~=10.3.0 -> ~=10.4.0 age adoption passing confidence minor
Telethon ^1.34.0 -> ^1.37.0 age adoption passing confidence dependencies minor
Telethon ~=1.34.0 -> ~=1.37.0 age adoption passing confidence minor
cachetools ^5.3.3 -> ^5.5.0 age adoption passing confidence dependencies minor
cachetools ~=5.3.3 -> ~=5.5.0 age adoption passing confidence minor
httpx (changelog) ^0.27.0 -> ^0.27.2 age adoption passing confidence dependencies patch
httpx (changelog) ~=0.27.0 -> ~=0.27.2 age adoption passing confidence patch
lxml (source, changelog) ^5.2.1 -> ^5.3.0 age adoption passing confidence dependencies minor
lxml (source, changelog) ~=5.2.1 -> ~=5.3.0 age adoption passing confidence minor
pydantic (changelog) ^2.7.0 -> ^2.9.2 age adoption passing confidence dependencies minor
pydantic (changelog) ~=2.7.0 -> ~=2.9.2 age adoption passing confidence minor
pydantic-settings (changelog) ^2.2.1 -> ^2.5.2 age adoption passing confidence dependencies minor
pydantic-settings (changelog) ~=2.2.1 -> ~=2.5.2 age adoption passing confidence minor
pyquery ^2.0.0 -> ^2.0.1 age adoption passing confidence dependencies patch
pyquery ~=2.0.0 -> ~=2.0.1 age adoption passing confidence patch
python ^3.8 -> ^3.12.6 age adoption passing confidence dependencies minor
python-socks ^2.4.4 -> ^2.5.2 age adoption passing confidence dependencies minor
python-socks ~=2.4.4 -> ~=2.5.2 age adoption passing confidence minor
tenacity ^8.2.3 -> ^8.5.0 age adoption passing confidence dependencies minor
tenacity ~=8.2.3 -> ~=8.5.0 age adoption passing confidence minor

Release Notes

kitUIN/PicImageSearch (PicImageSearch)

v3.10.13

Compare Source

  • fix(google): correct page navigation logic

v3.10.12

Compare Source

  • fix(google): handle cases where thumbnail data is not present by @​NekoAria
  • refactor(google): restructure page navigation logic for improved robustness and efficiency by @​NekoAria
  • chore(deps): update all non-major dependencies (main) by @​renovatebot
  • chore(deps): lock file maintenance (main) by @​renovatebot

v3.10.11

Compare Source

What's Changed
  • chore(deps): update all non-major dependencies (main) by @​renovatebot
  • chore(deps): lock file maintenance (main) by @​renovatebot
  • fix(ascii2d): remove げっちゅ屋 from SUPPORTED_SOURCES to correct title processing by @​NekoAria

Full Changelog: kitUIN/PicImageSearch@v3.10.10...v3.10.11

v3.10.10

Compare Source

fix(google): revise regex for better handling of thumbnail ids

v3.10.9

Compare Source

fix(ascii2d): fix the thumbnail processing logic when using the param base_url (by @​NekoAria)
build(release): switch from poetry to pdm for package management (by @​NekoAria)
chore(renovate): switch from poetry to pep621 in enabledManagers, remove obsolete poetry configuration (by @​NekoAria)
chore(deps): update all non-major dependencies (by @​renovatebot)

v3.10.8

Compare Source

refactor(search): reorganize input validation logic (by @​NekoAria)
fix(utils): update type annotation for read_file function (by @​NekoAria)
refactor(yandex): change YandexItem to accept JSON data instead of PyQuery (by @​Peloxerat)
build(release): switch from poetry to pdm for package management (by @​NekoAria)
chore(deps): update all non-major dependencies (by @​renovatebot)

v3.10.7

Compare Source

fix(baidu): fix parsing logic and the response url (by @​NekoAria)
chore(deps): update all non-major dependencies (by @​renovatebot)

v3.10.6

Compare Source

fix(ehentai): adapt parsing logic for changed response message

v3.10.5

Compare Source

fix(ehentai): correct URL path for image lookup endpoint, update data payload key for file search (by @​NekoAria)

docs: add Japanese README file (#​166) (by @​eltociear)

docs: add Japanese demo code files (by @​NekoAria)

docs: update multi-language README files (by @​NekoAria)

chore(deps): update all non-major dependencies (by @​renovatebot)

v3.10.4

Compare Source

refactor(files): replace open file handling with read_file utility function

fix(ascii2d): fix parsing logic for mark

chore(deps): update all non-major dependencies (by @​renovatebot)

v3.10.3

Compare Source

feat(ascii2d): add misskey into SUPPORTED_SOURCES

refactor: use built-in types for type hints (Python 3.9)

chore(ruff): ensure compatibility with latest version ruff

chore(deps): update all non-major dependencies (by @​renovatebot)

v3.10.2

Compare Source

fix(baidu): fix mypy type checking errors

feat(ascii2d): add げっちゅ屋 into SUPPORTED_SOURCES

chore(deps): update all non-major dependencies (by @​renovatebot)

v3.10.1

Compare Source

fix(ehentai): fix the value of base_url and base_url_ex

chore(python): drop python 3.8 support

chore(deps): update all non-major dependencies (by @​renovatebot)

python-pillow/Pillow (Pillow)

v10.4.0

Compare Source

  • Raise FileNotFoundError if show_file() path does not exist #​8178
    [radarhere]

  • Improved reading 16-bit TGA images with colour #​7965
    [Yay295, radarhere]

  • Deprecate non-image ImageCms modes #​8031
    [radarhere]

  • Fixed processing multiple JPEG EXIF markers #​8127
    [radarhere]

  • Do not preserve EXIFIFD tag by default when saving TIFF images #​8110
    [radarhere]

  • Added ImageFont.load_default_imagefont() #​8086
    [radarhere]

  • Added Image.WARN_POSSIBLE_FORMATS #​8063
    [radarhere]

  • Remove zero-byte end padding when parsing any XMP data #​8171
    [radarhere]

  • Do not detect Ultra HDR images as MPO #​8056
    [radarhere]

  • Raise SyntaxError specific to JP2 #​8146
    [Yay295, radarhere]

  • Do not use first frame duration for other frames when saving APNG images #​8104
    [radarhere]

  • Consider I;16 pixel size when using a 1 mode mask #​8112
    [radarhere]

  • When saving multiple PNG frames, convert to mode rather than raw mode #​8087
    [radarhere]

  • Added byte support to FreeTypeFont #​8141
    [radarhere]

  • Allow float center for rotate operations #​8114
    [radarhere]

  • Do not read layers immediately when opening PSD images #​8039
    [radarhere]

  • Restore original thread state #​8065
    [radarhere]

  • Read IM and TIFF images as RGB, rather than RGBX #​7997
    [radarhere]

  • Only preserve TIFF IPTC_NAA_CHUNK tag if type is BYTE or UNDEFINED #​7948
    [radarhere]

  • Clarify ImageDraw2 error message when size is missing #​8165
    [radarhere]

  • Support unpacking more rawmodes to RGBA palettes #​7966
    [radarhere]

  • Removed support for Qt 5 #​8159
    [radarhere]

  • Improve ImageFont.freetype support for XDG directories on Linux #​8135
    [mamg22, radarhere]

  • Improved consistency of XMP handling #​8069
    [radarhere]

  • Use pkg-config to help find libwebp and raqm #​8142
    [radarhere]

  • Accept 't' suffix for libtiff version #​8126, #​8129
    [radarhere]

  • Deprecate ImageDraw.getdraw hints parameter #​8124
    [radarhere, hugovk]

  • Added ImageDraw circle() #​8085
    [void4, hugovk, radarhere]

  • Add mypy target to Makefile #​8077
    [Yay295]

  • Added more modes to Image.MODES #​7984
    [radarhere]

  • Deprecate BGR;15, BGR;16 and BGR;24 modes #​7978
    [radarhere, hugovk]

  • Fix ImagingAccess for I;16N on big-endian #​7921
    [Yay295, radarhere]

  • Support reading P mode TIFF images with padding #​7996
    [radarhere]

  • Deprecate support for libtiff < 4 #​7998
    [radarhere, hugovk]

  • Corrected ImageShow UnixViewer command #​7987
    [radarhere]

  • Use functools.cached_property in ImageStat #​7952
    [nulano, hugovk, radarhere]

  • Add support for reading BITMAPV2INFOHEADER and BITMAPV3INFOHEADER #​7956
    [Cirras, radarhere]

  • Support reading CMYK JPEG2000 images #​7947
    [radarhere]

LonamiWebs/Telethon (Telethon)

v1.37.0

Compare Source

v1.36.0

Compare Source

v1.35.0

Compare Source

tkem/cachetools (cachetools)

v5.5.0

Compare Source

===================

  • TTLCache.expire() returns iterable of expired (key, value)
    pairs.

  • TLRUCache.expire() returns iterable of expired (key, value)
    pairs.

  • Documentation improvements.

  • Update CI environment.

v5.4.0

Compare Source

===================

  • Add the keys.typedmethodkey decorator.

  • Deprecate MRUCache class.

  • Deprecate @func.mru_cache decorator.

  • Update CI environment.

encode/httpx (httpx)

v0.27.2

Compare Source

Fixed
  • Reintroduced supposedly-private URLTypes shortcut. (#​2673)

v0.27.1

Compare Source

Added
  • Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#​3139)
Fixed
  • Improved error messaging for InvalidURL exceptions. (#​3250)
  • Fix app type signature in ASGITransport. (#​3109)
lxml/lxml (lxml)

v5.3.0

Compare Source

==================

Features added

  • GH#421: Nested CDATA sections are no longer rejected but split on output
    to represent ]]> correctly.
    Patch by Gertjan Klein.

Bugs fixed

  • LP#2060160: Attribute values serialised differently in xmlfile.element() and xmlfile.write().

  • LP#2058177: The ISO-Schematron implementation could fail on unknown prefixes.
    Patch by David Lakin.

Other changes

  • LP#2067707: The strip_cdata option in HTMLParser() turned out to be useless and is now deprecated.

  • Binary wheels use the library versions libxml2 2.12.9 and libxslt 1.1.42.

  • Windows binary wheels use the library versions libxml2 2.11.8 and libxslt 1.1.39.

  • Built with Cython 3.0.11.

v5.2.2

Compare Source

==================

Bugs fixed

  • GH#417: The test_feed_parser test could fail if lxml_html_clean was not installed.
    It is now skipped in that case.

  • LP#2059910: The minimum CPU architecture for the Linux x86 binary wheels was set back to
    "core2", without SSE 4.2.

  • If libxml2 uses iconv, the compile time version is available as etree.ICONV_COMPILED_VERSION.

pydantic/pydantic (pydantic)

v2.9.2

Compare Source

GitHub release

What's Changed
Fixes

v2.9.1: (2024-09-09)

Compare Source

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.0...v2.9.1

v2.9.0

Compare Source

GitHub release

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

What's Changed
Packaging
New Features
Changes
Performance
Minor Internal Improvements
Fixes
New Contributors
pydantic

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ba275a0 to 411201b Compare May 7, 2024 09:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 47ddcb0 to 0297ca7 Compare May 13, 2024 07:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0297ca7 to 29a49be Compare May 19, 2024 02:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 30ec72b to 23d5b6e Compare June 3, 2024 22:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5da61a2 to 1e3f631 Compare June 12, 2024 15:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6426f78 to a9da780 Compare June 17, 2024 12:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 44b63c2 to ef7c2ee Compare July 1, 2024 11:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ba0cfb7 to 17e4540 Compare July 5, 2024 08:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 17e4540 to c135aa4 Compare July 15, 2024 19:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4a22855 to c9e9f2a Compare July 30, 2024 14:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e4197e3 to a575e26 Compare August 8, 2024 04:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a575e26 to 65af10f Compare August 10, 2024 19:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3dd691c to 007302f Compare August 21, 2024 11:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7a42a6e to 4ccb126 Compare August 30, 2024 10:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e71c4e5 to 799cc0f Compare September 11, 2024 10:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d332652 to 45324f0 Compare September 19, 2024 07:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7757999 to 13a5b2d Compare September 24, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants