Skip to content

build(deps): update all non-major dependencies #9

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
fastapi (changelog) >=0.115.8,<0.116.0 -> >=0.115.12,<0.116.0 age adoption passing confidence project.dependencies patch
fonttools >=4.55.8,<5.0.0 -> >=4.58.0,<5.0.0 age adoption passing confidence project.dependencies minor
poetry-core >=2.0.1,<3.0.0 -> >=2.1.3,<3.0.0 age adoption passing confidence build-system.requires minor
python (source) >=3.13 -> >=3.13.3 age adoption passing confidence requires-python patch
svgpathtools >=1.6.1,<2.0.0 -> >=1.7.0,<2.0.0 age adoption passing confidence project.dependencies minor
uvicorn (changelog) >=0.34.0,<0.35.0 -> >=0.34.2,<0.35.0 age adoption passing confidence project.dependencies patch
yuanfen >=2025.1.13.1,<2026.0.0.0 -> >=2025.3.15.3,<2026.0.0.0 age adoption passing confidence project.dependencies minor

Release Notes

fastapi/fastapi (fastapi)

v0.115.12

Compare Source

Fixes
Docs
Translations
Internal

v0.115.11

Compare Source

Fixes
Translations
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/middleware.md. PR #​13412 by @​alv2017.
Internal

v0.115.10

Compare Source

Fixes
  • ♻️ Update internal annotation usage for compatibility with Pydantic 2.11. PR #​13314 by @​Viicos.
Upgrades
Translations

v0.115.9

Compare Source

Fixes
  • 🐛 Ensure that HTTPDigest only raises an exception when auto_error is True. PR #​2939 by @​arthurio.
Refactors
Docs
Translations
Internal
fonttools/fonttools (fonttools)

v4.58.0

Compare Source

  • Drop Python 3.8, require 3.9+ (#​3819)
  • [HVAR, VVAR] Prune unused regions when using a direct mapping (#​3797)
  • [Docs] Improvements to ufoLib documentation (#​3721)
  • [Docs] Improvements to varLib documentation (#​3727)
  • [Docs] Improvements to Pens and pen-module documentation (#​3724)
  • [Docs] Miscellany updates to docs (misc modules and smaller modules) (#​3730)
  • [subset] Close codepoints over BiDi mirror variants. (#​3801)
  • [feaLib] Fix serializing ChainContextPosStatement and ChainContextSubstStatement in some rare cases (#​3788)
  • [designspaceLib] Clarify user expectations for getStatNames (#​2892)
  • [GVAR] Add support for new GVAR table (#​3728)
  • [TSI0, TSI5] Derive number of entries to decompile from data length (#​2477)
  • [ttLib] Fix AttributeError when reporting table overflow (#​3808)
  • [ttLib] Apply rounding more often in getCoordinates (#​3798)
  • [ttLib] Ignore component bounds if empty (#​3799)
  • [ttLib] Change the separator for duplicate glyph names from "#" to "." (#​3809)
  • [feaLib] Support subtable breaks in CursivePos, MarkBasePos, MarkToLigPos and MarkToMarkPos lookups (#​3800, #​3807)
  • [feaLib] If the same lookup has single substitutions and ligature substitutions, upgrade single substitutions to ligature substitutions with one input glyph (#​3805)
  • [feaLib] Correctly handle <NULL> in single pos lookups (#​3803)
  • [feaLib] Remove duplicates from class pair pos classes instead of raising an error (#​3804)
  • [feaLib] Support creating extension lookups using useExtenion lookup flag
    instead of silently ignoring it (#​3811)
  • [STAT] Add typing for the simpler STAT arguments (#​3812)
  • [otlLib.builder] Add future import for annotations (#​3814)
  • [cffLib] Fix reading supplement encoding (#​3813)
  • [voltLib] Add some missing functionality and fixes to voltLib and VoltToFea, making the conversion to feature files more robust. Add also fonttools voltLib command line tool to compile VOLT sources directly (doing an intermediate fea conversion internally) (#​3818)
  • [pens] Add some PointPen annotations (#​3820)

v4.57.0

Compare Source

  • [ttLib.__main__] Add --no-recalc-timestamp flag (#​3771)
  • [ttLib.__main__] Add -b (recalcBBoxes=False) flag (#​3772)
  • [cmap] Speed up glyphOrder loading from cmap (#​3774)
  • [ttLib.__main__] Improvements around the -t flag (#​3776)
  • [Debg] Fix parsing from XML; add roundtrip tests (#​3781)
  • [fealib] Support *Base.MinMax tables (#​3783, #​3786)
  • [config] Add OPTIMIZE_FONT_SPEED (#​3784)
  • [varLib.hvar] New module to add HVAR table to the font (#​3780)
  • [otlLib.optimize] Fix crash when the provided TTF does not contain a GPOS (#​3794)

v4.56.0

Compare Source

  • [varStore] Sort the input todo list with the same sorting key used for the opimizer's output (#​3767).
  • [otData] Fix DeviceTable's DeltaValue repeat value which caused a crash after importing from XML and then compiling a GPOS containing Device tables (#​3758).
  • [feaLib] Make FeatureLibError pickleable, so client can e.g. use feaLib to can compile features in parallel with multiprocessing (#​3762).
  • [varLib/gvar] Removed workaround for old, long-fixed macOS bug about composite glyphs with all zero deltas (#​1381, #​1788).
  • [Docs] Updated ttLib documentation, beefed up TTFont and TTGlyphSet explanations (#​3720).
python-poetry/poetry-core (poetry-core)

v2.1.3

Compare Source

Changed
  • Update list of supported licenses (#​864).
Fixed
  • Fix an issue where the union of specific inverse or partially inverse markers was not simplified (#​858).
  • Fix an issue where optional dependencies defined in the project section were treated as non-optional when a source was defined for them in the tool.poetry section (#​857).
  • Fix an issue where markers with === were not parsed correctly (#​860).
  • Fix an issue where local versions with upper case letters caused an error (#​859).
  • Fix an issue where extra markers with a value starting with "in" were not validated correctly (#​862).
  • Fix an issue where inheriting from WheelBuilder was unnecessarily difficult (#​855).

v2.1.2

Compare Source

Changed
  • Improve performance of marker operations (#​851).
Fixed
  • Fix an issue where incorrect markers were calculated when removing parts covered by the project's Python constraint (#​841,
    #​846).
  • Fix an issue where extra markers were not simplified (#​842,
    #​845,
    #​847).
  • Fix an issue where the intersection and union of markers was not deterministic (#​843).
  • Fix an issue where the intersection of python_version markers was not recognized as empty (#​849).
  • Fix an issue where python_version markers were not simplified (#​848,
    #​851).
  • Fix an issue where Python constraints on a package were converted into invalid markers (#​853).

v2.1.1

Compare Source

Fixed
  • Fix an issue where simplifying a python_version marker resulted in an invalid marker (#​838).

v2.1.0

Compare Source

Added
  • Pass a local version label to the build backend interface (#​814).
  • Expose build-system dependencies via the poetry instance (#​319).
  • Add has_upper_bound method to VersionConstraint (#​833).
Changed
  • Improve performance of calculating intersections and unions of extra markers (#​818).
  • Improve performance of calculating intersections and unions of complex markers (#​821,
    #​832).
  • Improve performance of marker operations by simplifying python_version markers (#​826).
  • Improve performance by caching parsed requirements (#​828).
  • Improve error message when a referenced license file is missing (#​827).
Fixed
  • Fix an issue where inclusive ordering with post releases was inconsistent with PEP 440 (#​379).
  • Fix an issue where invalid URI tokens in PEP 508 requirement strings were silently discarded (#​817).
  • Fix an issue where wrong markers were calculated when removing parts covered by the project's python constraint (#​824).
  • Fix an issue where optional dependencies that are not part of an extra were included in the wheel metadata (#​830).
  • Fix an issue where the __pycache__ directory and *.pyc files were included in sdists and wheels (#​835).
python/cpython (python)

v3.13.3

Compare Source

v3.13.2

Compare Source

v3.13.1

Compare Source

mathandy/svgpathtools (svgpathtools)

v1.7.0

Compare Source

encode/uvicorn (uvicorn)

v0.34.2: Version 0.34.2

Compare Source

What's Changed

New Contributors

Full Changelog: encode/uvicorn@0.34.1...0.34.2

v0.34.1: Version 0.34.1

Compare Source

What's Changed

New Contributors

Full Changelog: encode/uvicorn@0.34.0...0.34.1

YuanfenNet/yf-lib-py (yuanfen)

v2025.3.15.3

Compare Source

v2025.3.15.2

Compare Source

v2025.3.15.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Shanghai, 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 from cd83f61 to c276441 Compare February 15, 2025 14:13
@renovate renovate bot changed the title build(deps): update dependency fonttools to >=4.56.0,<5.0.0 build(deps): update all non-major dependencies Feb 15, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c276441 to 4f7ad17 Compare February 16, 2025 21:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 90ce5d1 to 3417c35 Compare March 1, 2025 22:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3417c35 to 6ccdda7 Compare March 15, 2025 18:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5689064 to 1cf8710 Compare March 29, 2025 22:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1cf8710 to 6ddf220 Compare April 3, 2025 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3917377 to 1d7c778 Compare April 19, 2025 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 10b69bc to a43888d Compare May 4, 2025 13:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a43888d to c144392 Compare May 8, 2025 02:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c144392 to 43907c2 Compare May 10, 2025 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants