Bump the python-minor-patch group across 1 directory with 6 updates#55
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the python-minor-patch group across 1 directory with 6 updates#55dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lxml](https://github.com/lxml/lxml) | `6.1.0` | `6.1.1` | | [xxhash](https://github.com/ifduyue/python-xxhash) | `3.7.0` | `3.7.1` | | [requests](https://github.com/psf/requests) | `2.33.1` | `2.34.2` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.19` | | [ty](https://github.com/astral-sh/ty) | `0.0.33` | `0.0.53` | Updates `lxml` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-6.1.0...lxml-6.1.1) Updates `xxhash` from 3.7.0 to 3.7.1 - [Release notes](https://github.com/ifduyue/python-xxhash/releases) - [Changelog](https://github.com/ifduyue/python-xxhash/blob/v3.7.1/CHANGELOG.rst) - [Commits](ifduyue/python-xxhash@v3.7.0...v3.7.1) 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) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) Updates `ruff` from 0.15.12 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.15.12...0.15.19) Updates `ty` from 0.0.33 to 0.0.53 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.33...0.0.53) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: xxhash dependency-version: 3.7.1 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: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.15.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: ty dependency-version: 0.0.53 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 6 updates in the / directory:
6.1.06.1.13.7.03.7.12.33.12.34.29.0.39.1.10.15.120.15.190.0.330.0.53Updates
lxmlfrom 6.1.0 to 6.1.1Changelog
Sourced from lxml's changelog.
Commits
b4a4c59Build: Fix build in Py3.8.a116dcbFix typo: type annotions -> type annotations in PEP 560 comments (GH-504)7287a75Prepare release of 6.1.1.5927a6dAdd missing "xlink:href" to the known HTML link attributes.23efeb4Build: Fix build in Py3.8.2c0563bBuild: Add bug patch for libxslt 1.1.43 and apply it during the static librar...8a35fccFix doctest in PyPy3.9.Updates
xxhashfrom 3.7.0 to 3.7.1Release notes
Sourced from xxhash's releases.
Changelog
Sourced from xxhash's changelog.
Commits
98bc0efRelease v3.7.19d0d49dPrepare 3.7.1158ea77perf: replace Py_BuildValue with PyLong_FromUnsignedLong/LongLonge940eacfix: initialize seed and reset state in PYXXH32_new and PYXXH64_newbece0f7fix: memory leak in PYXXH3_128_copy when XXH3_createState fails38ab12afix: memory leak in PYXXH3_64_copy when XXH3_createState failsbd8c3f4fix: memory leak in PYXXH64_copy when XXH64_createState failsf698a49fix: memory leak in PYXXH32_copy when XXH32_createState fails1704fb0fix: memory leak in PYXXH3_128_new when XXH3_createState fails0972e12fix: memory leak in PYXXH3_64_new, initialize self->seedUpdates
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)Updates
pytestfrom 9.0.3 to 9.1.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...1b82d16Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...501c4bcMerge pull request #14596 from bluetech/doc-classmethodb61f588Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir9a567e0[automated] Update plugin list (#14617) (#14618)ef8b299Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...66abd07Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup79fbf93Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...0d312ebMerge pull request #14611 from bluetech/parametrize-argvalues-typingUpdates
rufffrom 0.15.12 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
tyfrom 0.0.33 to 0.0.53Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
23f26f9Bump version to 0.0.53 (#3841)13f91b0Bump version to 0.0.52 (#3828)bfc2b24Document recent changes to how exit codes are determined (#3824)caf5e06Move Python support guidance to FAQ (#3823)03ec364Document Python version support (#3821)592a4bbAdjust mypy/pyright migration guide now thatPYI033checks.pyfiles in p...d299a29Document ty's Divergent type in the typing FAQ (#3809)b5ef61cBump version to 0.0.51 (#3811)0749deeRemove broken gradual guarantee link (#3806)556d22cfix typo (#3805)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions