Bump the development-dependencies group across 1 directory with 8 updates#36
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the development-dependencies group across 1 directory with 8 updates#36dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…ates Updates the requirements on [asyncio](https://github.com/python/asyncio), [cryptography](https://github.com/pyca/cryptography), [pillow](https://github.com/python-pillow/Pillow), [uvloop](https://github.com/MagicStack/uvloop), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `asyncio` to 4.0.0 - [Commits](https://github.com/python/asyncio/commits) Updates `cryptography` to 46.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.0...46.0.3) Updates `pillow` to 12.0.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.0.0...12.0.0) Updates `uvloop` to 0.22.1 - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](MagicStack/uvloop@v0.16.0...v0.22.1) Updates `pytest` to 9.0.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.0.0...9.0.0) Updates `pytest-asyncio` to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.20.0...v1.3.0) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.0.0...v7.0.0) Updates `ruff` to 0.14.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.0.280...0.14.4) --- updated-dependencies: - dependency-name: asyncio dependency-version: 4.0.0 dependency-type: direct:production dependency-group: development-dependencies - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production dependency-group: development-dependencies - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production dependency-group: development-dependencies - dependency-name: uvloop dependency-version: 0.22.1 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.14.4 dependency-type: direct:development dependency-group: development-dependencies ... 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.
Updates the requirements on asyncio, cryptography, pillow, uvloop, pytest, pytest-asyncio, pytest-cov and ruff to permit the latest version.
Updates
asyncioto 4.0.0Commits
Updates
cryptographyto 46.0.3Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
c0af4ddrelease 46.0.3 (#13681)99efe5abump version for 46.0.2 (#13531)e735cfcrelease 46.0.1 (#13450)4e457ffExplicitly specify python in mac uv build invocation (#13447)2726efdDepend on CFFI 2.0.0 or newer on Python > 3.8 (#13448)6223062release 46.0.0 (#13446)563c491Update comment for pyopenssl-release tag (#13445)d2f6f7fBump downstream dependencies in CI (#13439)e7ab02bwe'll ship this with 3.5.3 why not (#13442)0b68a4bAnother pair of bump dependencies fix (#13444)Updates
pillowto 12.0.0Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (truncated)
Commits
693df7b12.0.0 version bumpd175bb8Use macos-14 for iOS arm64 simulator (#9258)592b2f8Revert "Use macos-latest for iOS arm64 simulator"5dddb2cUse enums for Modes and RawModes in C (#9256)e7b72a3Add ImageText (#9098)864d4b6Shift bits before making value negative (#9255)994a9deInstall arro3 dependencies when type checking (#9254)d5e1601Improved documentatione533cccMerge branch 'main' into imagetext95a85dcUse snake caseUpdates
uvloopto 0.22.1Release notes
Sourced from uvloop's releases.
Commits
74f4c96uvloop 0.22.1321d345ci: bump pypa/gh-action-pypi-publish3cf6b44uvloop 0.22.0e4d569eci: use native ubuntu-24.04-armd9fa054ci: fix test and release workflow7effa90ci: fix artifact handling286b370add free-threading support (#693)46456b6Fixes for Python 3.14 (#638)96b7ed3test: fix task name for Python 3.13.3/3.14 (#662)5680792test: fix getaddrinfo test (#663)Updates
pytestto 9.0.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
f4b0fd2Prepare release version 9.0.052d8e68Merge pull request #13889 from bluetech/regendoc-restored6d3e4adoc: fixes for regendoc7cb3974doc: restore missing "# content of pytest.toml" regendoc commands5ae9e47build(deps): Bump django in /testing/plugins_integration (#13881)adb3658Merge pull request #13864 from bluetech/config-cleanups-2a28c08eMerge pull request #13875 from bluetech/ci-tweaksa250954ci: split publish-to-pypi and push-tag jobsebc152fci: update setup python's from 3.11 or 3.* to 3.13dfd796fci: move running update-plugin-list script to toxUpdates
pytest-asyncioto 1.3.0Release notes
Sourced from pytest-asyncio's releases.
Commits
2e9695fdocs: Compile changelog for v1.3.0dd0e9badocs: Reference correct issue in news fragment.4c31abeBuild(deps): Bump nh3 from 0.3.1 to 0.3.213e9477Link to migration guides from changelog4d2cf3ctests: handle Python 3.14 DefaultEventLoopPolicy deprecation warningsee3549btest: Remove obsolete test for the event_loop fixture.7a67c82tests: Fix failing test by preventing warning conversion to error.a17b689test: add pytest config to isolated test directories18afc9dfix(tests): replace runpytest_subprocess with runpytestcdc6bd1Add support for pytest 9 and drop Python 3.9 supportUpdates
pytest-covto 7.0.0Changelog
Sourced from pytest-cov's changelog.
... (truncated)
Commits
224d896Bump version: 6.3.0 → 7.0.073424e3Cleanup the docs a bit.36f1cc2Bump pins in template.f299c59Bump the github-actions group with 2 updates25f0b2eUpdate docs/config.rstbb23eacImprove configuration docsa19531eSwitch from build/pre-commit to uv/prek - this should make this faster.82f9993Update changelog.211b5cdFix links.97aadd7Update some ci config, reformat and apply some lint fixes.Updates
ruffto 0.14.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
c7ff982Bump 0.14.4 (#21306)35640ddFix main by usinginfer_expression(#21299)cb2e277[ty] Understand legacy and PEP 695ParamSpec(#21139)132d10f[ty] Discover site-packages from the environment that ty is installed in (#21...f189aad[ty] Make special cases forUnionTypeslightly narrower (#21276)5517c99Require ignore 0.4.24 inCargo.toml(#21292)b5ff965[ty] Favour imported symbols over builtin symbols (#21285)c6573b1docs: revise Ruff setup instructions for Zed editor (#20935)76127e5[ty] Update salsa (#21281)cddc0fe[syntax-error]: no binding for nonlocal PLE0117 as a semantic syntax error (...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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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