Skip to content

Update all patch/minor versions#174

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-patchminor-versions
Open

Update all patch/minor versions#174
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-patchminor-versions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 1, 2026

This PR contains the following updates:

Package Change Age Confidence
fastapi (changelog) 0.135.20.136.1 age confidence
poetry-core ==2.0.1==2.3.2 age confidence
requests (changelog) 2.33.02.33.1 age confidence
types-pyyaml (changelog) 6.0.12.202509156.0.12.20260408 age confidence
types-requests (changelog) 2.32.4.202603242.33.0.20260408 age confidence

Release Notes

fastapi/fastapi (fastapi)

v0.136.1

Compare Source

Upgrades
Internal

v0.136.0

Compare Source

Upgrades

v0.135.4

Compare Source

Refactors
Internal

v0.135.3

Compare Source

Features
Docs
Internal
python-poetry/poetry-core (poetry-core)

v2.3.2

Compare Source

Changed
  • Update list of supported licenses (#​917).
Fixed
  • Fix an issue where platform_release could not be parsed on Debian Trixie (#​930).
  • Fix an issue where using project.readme.text in the pyproject.toml file resulted in broken metadata (#​914).
  • Fix an issue where dependency groups were considered equal when their resolved dependencies were equal, even if the groups themselves were not (#​919).
  • Fix an issue where removing a dependency from a group that included another group resulted in other dependencies being added to the included group (#​922).
  • Fix an issue where PEP 735 include-group entries were lost when [tool.poetry.group] also defined include-groups for the same group (#​924).
  • Fix an issue where the union of <value> not in <marker> constraints was wrongly treated as always satisfied (#​925).
  • Fix an issue where a post release with a local version identifier was wrongly allowed by a > version constraint (#​921).
  • Fix an issue where a version with the local version identifier 0 was treated as equal to the corresponding public version (#​920).
  • Fix an issue where a != <version> constraint wrongly disallowed pre releases and post releases of the specified version (#​929).
  • Fix an issue where in and not in constraints were wrongly not allowed by specific compound constraints (#​927).
  • Fix an issue where data entries in generated setup.py files were duplicated (#​923).

v2.3.1

Compare Source

Changed
  • Update list of supported licenses (#​912).
Fixed
  • Fix an issue where platform_release could not be parsed on Windows Server (#​911).

v2.3.0

Compare Source

Added
  • Add (optional) size and upload_time to Link and Package.files (#​905).
Changed
  • Drop support for Python 3.9 (#​897).
  • Normalize versions (#​893).
  • Remove helper function to create temporary directories (#​337).
  • Improve type hint of Package.files (#​904).
  • Update list of supported licenses (#​890,
    #​895).
Fixed
  • Fix an issue where unsatisfiable requirements did not raise an error (#​891).
  • Fix an issue where the implicit main group did not exist if it was explicitly declared as not having any dependencies (#​892).
  • Fix an issue where python_full_version markers with pre-release versions were parsed incorrectly (#​893).

v2.2.1

Compare Source

Fixed
  • Fix an issue where it was not possible to declare a PEP 735 dependency group as optional (#​888).

v2.2.0

Compare Source

Added
  • Add support for nesting dependency groups (#​837).
  • Add support for PEP 735 dependency groups (#​823).
  • Add support for PEP 639 license clarity (#​870).
  • Add support for Python 3.14 (#​877,
    #​884).
Changed
  • Normalize dependency group names (#​868).
  • Deprecate table values and values that are not valid SPDX expressions for [project.license] (#​870).
  • Update list of supported licenses (#​872).
Fixed
  • Fix an issue where explicitly included files that are in .gitignore were not included in the distribution (#​874).
  • Fix an issue where marker operations could result in invalid markers (#​875).

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).
psf/requests (requests)

v2.33.1

Compare Source

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
    files in the tmp directory. (#​7305)
  • Fixed Content-Type header parsing for malformed values. (#​7309)
  • Improved error consistency for malformed header values. (#​7308)

Configuration

📅 Schedule: (in timezone Europe/Zurich)

  • Branch creation
    • "after 5pm on the first day of the month,on the first day of the month"
  • 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 added the dependencies Update the dependencies label Apr 1, 2026
@renovate renovate Bot enabled auto-merge (squash) April 1, 2026 11:11
@renovate renovate Bot force-pushed the renovate/all-patchminor-versions branch 10 times, most recently from 8525561 to 0882a7c Compare April 3, 2026 05:53
@renovate renovate Bot changed the title Update dependency poetry-core to v2.3.1 Update all patch/minor versions Apr 3, 2026
@renovate renovate Bot force-pushed the renovate/all-patchminor-versions branch 7 times, most recently from 5aa0724 to c622761 Compare April 10, 2026 17:05
@renovate renovate Bot force-pushed the renovate/all-patchminor-versions branch 9 times, most recently from 86e7ad4 to 1d5dbb6 Compare April 16, 2026 22:37
@renovate renovate Bot force-pushed the renovate/all-patchminor-versions branch 6 times, most recently from b0fb5e6 to 4fe0844 Compare April 24, 2026 11:23
@renovate renovate Bot force-pushed the renovate/all-patchminor-versions branch 9 times, most recently from 9528911 to 6d9dc8b Compare May 1, 2026 00:56
@renovate renovate Bot force-pushed the renovate/all-patchminor-versions branch from 6d9dc8b to 81b105a Compare May 1, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update the dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants