chore(deps): bump the python-minor-patch group across 1 directory with 8 updates#5059
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the python-minor-patch group across 1 directory with 8 updates#5059dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…h 8 updates Bumps the python-minor-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.13.3` | `0.15.19` | | [hatchling](https://github.com/pypa/hatch) | `1.29.0` | `1.30.1` | | [types-flask-cors](https://github.com/python/typeshed) | `6.0.0.20250520` | `6.0.3.20260616` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.5` | `7.14.3` | | [decorator](https://github.com/micheles/decorator) | `5.2.1` | `5.3.1` | | [orjson](https://github.com/ijl/orjson) | `3.11.8` | `3.11.9` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.14.3` | `4.15.0` | | [requests](https://github.com/psf/requests) | `2.33.1` | `2.34.2` | Updates `ruff` from 0.13.3 to 0.15.19 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.13.3...0.15.19) Updates `hatchling` from 1.29.0 to 1.30.1 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](pypa/hatch@hatchling-v1.29.0...hatchling-v1.30.1) Updates `types-flask-cors` from 6.0.0.20250520 to 6.0.3.20260616 - [Commits](https://github.com/python/typeshed/commits) Updates `coverage` from 7.13.5 to 7.14.3 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.5...7.14.3) Updates `decorator` from 5.2.1 to 5.3.1 - [Release notes](https://github.com/micheles/decorator/releases) - [Changelog](https://github.com/micheles/decorator/blob/master/CHANGES.md) - [Commits](micheles/decorator@5.2.1...5.3.1) Updates `orjson` from 3.11.8 to 3.11.9 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](ijl/orjson@3.11.8...3.11.9) Updates `beautifulsoup4` from 4.14.3 to 4.15.0 Updates `requests` from 2.33.1 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.1...v2.34.2) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: decorator dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: hatchling dependency-version: 1.30.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: orjson dependency-version: 3.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: types-flask-cors dependency-version: 6.0.3.20260616 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
d7b14d1 to
d54a724
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-minor-patch group with 8 updates in the / directory:
0.13.30.15.191.29.01.30.16.0.0.202505206.0.3.202606167.13.57.14.35.2.15.3.13.11.83.11.94.14.34.15.02.33.12.34.2Updates
rufffrom 0.13.3 to 0.15.19Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
7f04365Bump version to 0.15.19 (#26291)a30ba16[ty] Infer definite equality comparison results (#26290)bcd2028[ty] Avoid recursion when projecting narrowing constraints (#26276)c0e083e[ty] Avoid bypassing lazy constraints for Divergent (#26288)fb13596Record configured crates.io packages (#26281)85da759[ty] Fix ParamSpec callable signature extraction for callable instances (#26279)4c98a81[ty] Make multi-arm TypeOf cycle recovery monotonic (#26275)7b84361[ty] Preserve regular kind for callable instances (#26253)93c8c59[flake8-pyi] Note thatPYI051is an opinionated stylistic rule (#26179)bc9bb05[ty] Infer types for names bound in match patterns (#25940)Updates
hatchlingfrom 1.29.0 to 1.30.1Release notes
Sourced from hatchling's releases.
Commits
37b00c3release Hatchling v1.30.1 (#2298)0446d99Update history for new patch release of hatchling after fixing default metada...4f5cdf0Make 2.4 metadata default until other tools support it. (#2296)0497be0Fix draft release uploads. (#2293)3aae0faFix hatchling to use Metadata 2.4 (#2291)5ee4189release Hatch v1.17.0 (#2290)6109ee7release Hatchling v1.30.0 (#2289)246e22bBlock duplicate files in wheel archives (closes #2066) (#2269)d2afcb6Update docs as pre-release for 1.17.0 (#2287)818d284Feat hatch check command with new sub command for types (#2278)Updates
types-flask-corsfrom 6.0.0.20250520 to 6.0.3.20260616Commits
Updates
coveragefrom 7.13.5 to 7.14.3Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
22f13eadocs: sample HTML for 7.14.32ca4e5fdocs: prep for 7.14.301d714edocs: add changelog entry for #2203f36248dfix: don't emit 'Couldn't import C tracer' warning for 3.13t (#2203)86d73d1docs: thanks, Mengjia Shang3d4ae3cdocs: add the #2196 pr link to CHANGESf4b2b4dfix: exclude...bodies after multi-line return-type annotations (#2185) (#...1980ed0chore: bump sigstore/gh-action-sigstore-python (#2201)bca3217build: since we don't ship 3.13t, don't test it77550d8docs: oops, mismatched pull requestsUpdates
decoratorfrom 5.2.1 to 5.3.1Changelog
Sourced from decorator's changelog.
Commits
426e9e3Bumped the version to 5.3.1062ff0eFixed the dependency on setuptools086ff5dUpdated license5807a83Updated license093acedUpdated changeloge9ced7eAdded license SPDXb3e82ddFixed CHANGES.md [ci skip]f1ce8daDoc fix [ci skip]c924d7cUpdated supported versions [ci skip]8b83e8cFixed CHANGES [ci skip]Updates
orjsonfrom 3.11.8 to 3.11.9Release notes
Sourced from orjson's releases.
Changelog
Sourced from orjson's changelog.
Commits
705515d3.11.9d19055dbuild update77e2d96MSRV 1.95, remove compiler feature detectionUpdates
beautifulsoup4from 4.14.3 to 4.15.0Updates
requestsfrom 2.33.1 to 2.34.2Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
Commits
6e83187v2.34.284d10f0Move Request.headers back to Mapping (#7441)b7b549bv2.34.1e511bc7Fix mutability issues with headers input types (#7431)5691f59Update JsonType containers to read-based collections (#7436)2144213Constrain Response.reason to str (#7437)6404f34Fixprepare_bodystream detection for__getattr__-based file wrappers (#7...0b401c7v2.34.086b378dAlign Session.get parameters with requests.get (#7429)a4f9a59Port bpo-39057 to Requests (#7427)