Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the python-packages group with 8 updates#3678

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge2 commits intomaster
base:master
Choose a base branch
Loading
fromdependabot/pip/python-packages-d872f6654e

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 1, 2025
edited
Loading

Bumps the python-packages group with 8 updates:

PackageFromTo
mkdocs-material9.6.189.6.21
twine6.1.06.2.0
coverage[toml]7.10.67.10.7
cryptography45.0.746.0.2
mypy1.17.11.18.2
pytest8.4.18.4.2
ruff0.12.110.13.2
uvicorn0.35.00.37.0

Updatesmkdocs-material from 9.6.18 to 9.6.21

Release notes

Sourced frommkdocs-material's releases.

mkdocs-material-9.6.21

  • Updated Serbian translations
  • Fixed#8458: Temporary pin of click dependency

mkdocs-material-9.6.20

  • Fixed#8446: Deprecation warning as of Python 3.14 in Emoji extension
  • Fixed#8440:& character not escaped in search highlighting
  • Fixed#8439: FontAwesome icons color not set in social cards (regression)

mkdocs-material-9.6.19

  • Added support for Python 3.14
  • Updated Bahasa Malaysia translations
Changelog

Sourced frommkdocs-material's changelog.

mkdocs-material-9.6.21 (2025-09-30)

  • Updated Serbian translations
  • Fixed#8458: Temporary pin of click dependency

mkdocs-material-9.6.20 (2025-09-15)

  • Fixed#8446: Deprecation warning as of Python 3.14 in Emoji extension
  • Fixed#8440:& character not escaped in search highlighting
  • Fixed#8439: FontAwesome icons color not set in social cards (regression)

mkdocs-material-9.6.19 (2025-09-07)

  • Added support for Python 3.14
  • Updated Bahasa Malaysia translations

mkdocs-material-9.6.18 (2025-08-22)

  • Updated Azerbaijani translations
  • Fixed last compat issues with [minijinja], now 100% compatible

mkdocs-material-9.6.17 (2025-08-15)

  • Fixed#8396: Videos do not autoplay when inside a content tab
  • Fixed#8394: Stroke width not effective in Mermaid.js diagrams
  • Fixed disappearing version selector when hiding page title

mkdocs-material-9.6.16 (2025-07-26)

  • Fixed#8349: Info plugin doesn't correctly detect virtualenv in some cases
  • Fixed#8334: Find-in-page detects matches in hidden search result list

mkdocs-material-9.6.15 (2025-07-01)

  • Updated Mongolian translations
  • Improved semantic markup of "edit this page" button
  • Improved info plugin virtual environment resolution
  • Fixed#8291: Large font size setting throws of breakpoints in JavaScript

mkdocs-material-9.6.14 (2025-05-13)

  • Fixed#8215: Social plugin crashes when CairoSVG is updated to 2.8

mkdocs-material-9.6.13 (2025-05-10)

  • Fixed#8204: Annotations showing list markers in print view
  • Fixed#8153: Improve style of cardinality symbols in Mermaid.js ER diagrams

mkdocs-material-9.6.12 (2025-04-17)

... (truncated)

Commits

Updatestwine from 6.1.0 to 6.2.0

Changelog

Sourced fromtwine's changelog.

twine 6.2.0 (2025-09-04)

Features^^^^^^^^

  • Automatically refresh short-lived PyPI token in long running TrustedPublishing uploads.

    In the event that a trusted publishing upload job is taking longer than thevalidity period of a trusted publishing token (15 minutes at the time of thiswriting),and we are already 10 minutes into that validity period, we willbegin to attempt to replace the token on each subsequent request. ([#1246](https://github.com/pypa/twine/issues/1246) <https://github.com/pypa/twine/issues/1246>_)

Bugfixes^^^^^^^^

  • Fix compatibility kludge for invalid License-File metadata entries emitted bybuild backends to work also withpackaging version 24.0. ([#1217](https://github.com/pypa/twine/issues/1217) <https://github.com/pypa/twine/issues/1217>_)
  • Fix a couple of incorrectly rendered error messages. ([#1224](https://github.com/pypa/twine/issues/1224) <https://github.com/pypa/twine/issues/1224>_)
  • twine now enforceskeyring >= 21.2.0, which was previouslyimplicitly required by API usage. ([#1229](https://github.com/pypa/twine/issues/1229) <https://github.com/pypa/twine/issues/1229>_)
  • twine now catchesconfigparser.Error to prevent accidentalleaks of secret tokens or passwords to the user's console. ([#1240](https://github.com/pypa/twine/issues/1240) <https://github.com/pypa/twine/issues/1240>_)

Deprecations and Removals^^^^^^^^^^^^^^^^^^^^^^^^^

  • Remove hacks that support--skip-existing for indexes other than PyPI andTestPyPI.

    To date, these hacks continue to accrue and there have been numerous issueswith them, not the least of which being that every time we update them, thepaid index providers change things to break the compatibility we implementfor them. Beyond that, these hacks do not work when text is internationalizedin the response from the index provider.

    For a sample of past issues, see:

... (truncated)

Commits
  • 14ceb29 Update changelog for 6.2.0 (#1264)
  • 60e377b build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#1263)
  • 88821f2 feat(package): remove MD5 hashing entirely (#1262)
  • ce5fe53 build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0
  • 6a696ed PEP 639 compliance
  • 9175334 rename 1247.misc.rst to changelog/1247.misc.rst
  • d94a475 fix(tests): update expected error message
  • c1c02d1 Remove --skip-existing support for non-PyPI indices
  • a24d308 Set trusted publishing logging to INFO/WARN (#1247)
  • becf1a8 Fix py3.9 mypy error in__init__ aroundPackageMetadata
  • Additional commits viewable incompare view

Updatescoverage[toml] from 7.10.6 to 7.10.7

Release notes

Sourced fromcoverage[toml]'s releases.

7.10.7

Version 7.10.7 — 2025-09-21

  • Performance: with branch coverage in large files, generating HTML, JSON, or LCOV reports could take far too long due to some quadratic behavior when creating the function and class index pages. This is now fixed, closingissue 2048. Thanks to Daniel Diniz for help diagnosing the problem.
  • Most warnings and a few errors now have links to a page in the docs explaining the specific message. Closesissue 1921.

➡️  PyPI page:coverage 7.10.7.:arrow_right:  To install:python3 -m pip install coverage==7.10.7

Changelog

Sourced fromcoverage[toml]'s changelog.

Version 7.10.7 — 2025-09-21

  • Performance: with branch coverage in large files, generating HTML, JSON, orLCOV reports could take far too long due to some quadratic behavior whencreating the function and class index pages. This is now fixed, closingissue 2048_. Thanks to Daniel Diniz for help diagnosing the problem.

  • Most warnings and a few errors now have links to a page in the docsexplaining the specific message. Closesissue 1921_.

.. _issue 1921:nedbat/coveragepy#1921.. _issue 2048:nedbat/coveragepy#2048

.. _changes_7-10-6:

Commits
  • 92a2af5 docs: sample HTML for 7.10.7
  • 952afda docs: prep for 7.10.7
  • a301761 build: riscv64 wheels (#2055)
  • 5daff8d docs: now source is formatted with ruff
  • 04bbc3a docs: discuss cog in the contributing docs
  • c181b93 build: use cog --check-fail-msg to instruct devs
  • 33c4ba1 chore: make upgrade
  • 0744b73 chore: bump the action-dependencies group across 1 directory with 2 updates (...
  • 0d5a112 perf: bulk narrowing to avoid N**2.#2048
  • a868ed9 docs: mention Python Discord on the index page
  • Additional commits viewable incompare view

Updatescryptography from 45.0.7 to 46.0.2

Changelog

Sourced fromcryptography's changelog.

46.0.2 - 2025-09-30

* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.4.

.. _v46-0-1:

46.0.1 - 2025-09-16

  • Fixed an issue where users installing viapip on Python 3.14 developmentversions would not properly install a dependency.
  • Fixed an issue building the free-threaded macOS 3.14 wheels.

.. _v46-0-0:

46.0.0 - 2025-09-16

* **BACKWARDS INCOMPATIBLE:** Support for Python 3.7 has been removed.* Support for OpenSSL < 3.0 is deprecated and will be removed in the next  release.* Support for ``x86_64`` macOS (including publishing wheels) is deprecated  and will be removed in two releases. We will switch to publishing an  ``arm64`` only wheel for macOS.* Support for 32-bit Windows (including publishing wheels) is deprecated  and will be removed in two releases. Users should move to a 64-bit  Python installation.* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.3.* We now build ``ppc64le`` ``manylinux`` wheels and publish them to PyPI.* We now build ``win_arm64`` (Windows on Arm) wheels and publish them to PyPI.* Added support for free-threaded Python 3.14.* Removed the deprecated ``get_attribute_for_oid`` method on  :class:`~cryptography.x509.CertificateSigningRequest`. Users should use  :meth:`~cryptography.x509.Attributes.get_attribute_for_oid` instead.* Removed the deprecated ``CAST5``, ``SEED``, ``IDEA``, and ``Blowfish``  classes from the cipher module. These are still available in  :doc:`/hazmat/decrepit/index`.* In X.509, when performing a PSS signature with a SHA-3 hash, it is now  encoded with the official NIST SHA3 OID.

.. _v45-0-7:

Commits

Updatesmypy from 1.17.1 to 1.18.2

Changelog

Sourced frommypy's changelog.

Mypy 1.18.2

  • Fix crash on recursive alias (Ivan Levkivskyi, PR19845)
  • Add additional guidance for stubtest errors when runtime isobject.__init__ (Stephen Morton, PR19733)
  • Fix handling of None values in f-string expressions in mypyc (BobTheBuidler, PR19846)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • Ali Hamdan
  • Anthony Sottile
  • BobTheBuidler
  • Brian Schubert
  • Chainfire
  • Charlie Denton
  • Christoph Tyralla
  • CoolCat467
  • Daniel Hnyk
  • Emily
  • Emma Smith
  • Ethan Sarp
  • Ivan Levkivskyi
  • Jahongir Qurbonov
  • Jelle Zijlstra
  • Joren Hammudoglu
  • Jukka Lehtosalo
  • Marc Mueller
  • Omer Hadari
  • Piotr Sawicki
  • PrinceNaroliya
  • Randolf Scholz
  • Robsdedude
  • Saul Shanabrook
  • Shantanu
  • Stanislav Terliakov
  • Stephen Morton
  • wyattscarpenter

I’d also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 1.17

We’ve just uploaded mypy 1.17 to the Python Package Index (PyPI).Mypy is a static type checker for Python. This release includes new features and bug fixes.You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release onRead the Docs.

... (truncated)

Commits
  • df05f05 remove +dev from version
  • 01a7a12 Update changelog for 1.18.2 (#19873)
  • ca5abf0 Typeshed cherry-pick: Make type ofunitest.mock.Any a subclass ofAny (#1...
  • 9d794b5 [mypyc] fix: inappropriateNones in f-strings (#19846)
  • 2c0510c stubtest: additional guidance on errors when runtime is object.init (#19733)
  • 2f3f03c Bump version to 1.18.2+dev for point release
  • 7669841 Fix crash on recursive alias in indirection.py (#19845)
  • 03fbaa9 bump version to 1.18.1 due to wheels failure
  • b44a1fb removed +dev from version
  • 7197a99 Removed Unreleased in the Changelog for Release 1.18 (#19827)
  • Additional commits viewable incompare view

Updatespytest from 8.4.1 to 8.4.2

Release notes

Sourced frompytest's releases.

8.4.2

pytest 8.4.2 (2025-09-03)

Bug fixes

  • #13478: Fixed a crash when usingconsole_output_style{.interpreted-text role="confval"} withtimes and a module is skipped.

  • #13530: Fixed a crash when usingpytest.approx{.interpreted-text role="func"} anddecimal.Decimal{.interpreted-text role="class"} instances with thedecimal.FloatOperation{.interpreted-text role="class"} trap set.

  • #13549: No longer evaluate type annotations in Python3.14 when inspecting function signatures.

    This prevents crashes during module collection when modules do not explicitly usefrom __future__ import annotations and import types for annotations within aif TYPE_CHECKING: block.

  • #13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter inpytest.Parser.addini{.interpreted-text role="meth"}.

  • #13563:pytest.approx{.interpreted-text role="func"} now only importsnumpy if NumPy is already insys.modules. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.

Improved documentation

  • #13577: Clarify thatpytest_generate_tests is discovered in test modules/classes; other hooks must be inconftest.py or plugins.

Contributor-facing changes

  • #13480: Self-testing: fixed a few test failures when run with-Wdefault or a similar override.
  • #13547: Self-testing: corrected expected message fortest_doctest_unexpected_exception in Python3.14.
  • #13684: Make pytest's own testsuite insensitive to the presence of theCI environment variable -- byogrisel{.interpreted-text role="user"}.
Commits
  • bfae422 Prepare release version 8.4.2
  • 8990538 Fix passenv CI in tox ini and make tests insensitive to the presence of the C...
  • ca676bf Merge pull request#13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...
  • 975a60a Merge pull request#13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...
  • 7723ce8 Merge pull request#13683 from even-even/fix_Exeption_to_Exception_in_errorMe...
  • b7f0568 Merge pull request#13685 from CoretexShadow/fix/docs-pytest-generate-tests
  • 2c94c4a add missing colon (#13640) (#13641)
  • c3d7684 Merge pull request#13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...
  • dc6e3be Merge pull request#13605 from The-Compiler/training-update-2025-07
  • f87289c Fix crash withtimes output style and skipped module (#13573) (#13579)
  • Additional commits viewable incompare view

Updatesruff from 0.12.11 to 0.13.2

Release notes

Sourced fromruff's releases.

0.13.2

Release Notes

Released on 2025-09-25.

Preview features

  • [flake8-async] Implementblocking-path-method (ASYNC240) (#20264)
  • [flake8-bugbear] Implementmap-without-explicit-strict (B912) (#20429)
  • [flake8-bultins] Detect class-scope builtin shadowing in decorators, default args, and attribute initializers (A003) (#20178)
  • [ruff] Implementlogging-eager-conversion (RUF065) (#19942)
  • Include.pyw files by default when linting and formatting (#20458)

Bug fixes

  • Deduplicate input paths (#20105)
  • [flake8-comprehensions] Preserve trailing commas for single-element lists (C409) (#19571)
  • [flake8-pyi] Avoid syntax error from conflict withPIE790 (PYI021) (#20010)
  • [flake8-simplify] Correct fix for positivemaxsplit without separator (SIM905) (#20056)
  • [pyupgrade] FixUP008 not to apply when__class__ is a local variable (#20497)
  • [ruff] FixB004 to skip invalidhasattr/getattr calls (#20486)
  • [ruff] Replace-nan withnan when using the value to construct aDecimal (FURB164 ) (#20391)

Documentation

  • Add 'Finding ways to help' to CONTRIBUTING.md (#20567)
  • Update import path toruff-wasm-web (#20539)
  • [flake8-bandit] Clarify the supported hashing functions (S324) (#20534)

Other changes

  • [playground] Allow hover quick fixes to appear for overlapping diagnostics (#20527)
  • [playground] Fix non‑BMP code point handling in quick fixes and markers (#20526)

Contributors

Install ruff 0.13.2

... (truncated)

Changelog

Sourced fromruff's changelog.

0.13.2

Released on 2025-09-25.

Preview features

  • [flake8-async] Implementblocking-path-method (ASYNC240) (#20264)
  • [flake8-bugbear] Implementmap-without-explicit-strict (B912) (#20429)
  • [flake8-bultins] Detect class-scope builtin shadowing in decorators, default args, and attribute initializers (A003) (#20178)
  • [ruff] Implementlogging-eager-conversion (RUF065) (#19942)
  • Include.pyw files by default when linting and formatting (#20458)

Bug fixes

  • Deduplicate input paths (#20105)
  • [flake8-comprehensions] Preserve trailing commas for single-element lists (C409) (#19571)
  • [flake8-pyi] Avoid syntax error from conflict withPIE790 (PYI021) (#20010)
  • [flake8-simplify] Correct fix for positivemaxsplit without separator (SIM905) (#20056)
  • [pyupgrade] FixUP008 not to apply when__class__ is a local variable (#20497)
  • [ruff] FixB004 to skip invalidhasattr/getattr calls (#20486)
  • [ruff] Replace-nan withnan when using the value to construct aDecimal (FURB164 ) (#20391)

Documentation

  • Add 'Finding ways to help' to CONTRIBUTING.md (#20567)
  • Update import path toruff-wasm-web (#20539)
  • [flake8-bandit] Clarify the supported hashing functions (S324) (#20534)

Other changes

  • [playground] Allow hover quick fixes to appear for overlapping diagnostics (#20527)
  • [playground] Fix non‑BMP code point handling in quick fixes and markers (#20526)

Contributors

0.13.1

... (truncated)

Commits
  • b0bdf03 Bump 0.13.2 (#20576)
  • 7331d39 Update rooster to 0.1.0 (#20575)
  • 529e5fa [ty] Ecosystem analyzer: timing report (#20571)
  • efbb80f [ty] Remove hack in protocol satisfiability check (#20568)
  • 9f3cffc Add 'Finding ways to help' to CONTRIBUTING.md (#20567)
  • 21be94a [ty] Explicitly test assignability/subtyping between unions of nominal types ...
  • b7d5dc9 [ty] Add tests for interactions of@classmethod,@staticmethod, and proto...
  • e1bb74b [ty] Match variadic argument to variadic parameter (#20511)
  • edeb458 [ty] fallback to resolve_real_module in file_to_module (#20461)
  • bea92c8 [ty] More precise type inference for dictionary literals (#20523)
  • Additional commits viewable incompare view

Updatesuvicorn from 0.35.0 to 0.37.0

Release notes

Sourced fromuvicorn's releases.

Version 0.37.0

What's Changed

New Contributors

Full Changelog:Kludex/uvicorn@0.36.1...0.37.0

Version 0.36.1

What's Changed

Full Changelog:Kludex/uvicorn@0.36.0...0.36.1

Version 0.36.0

Added


New Contributors

Full Changelog:Kludex/uvicorn@0.35.0...0.36.0

Changelog

Sourced fromuvicorn's changelog.

0.37.0 (September 23, 2025)

Added

  • Add--timeout-worker-healthcheck option (#2711)
  • Addos.PathLike[str] type tossl_ca_certs (#2676)

0.36.1 (September 23, 2025)

Fixed

  • Raise an exception when calling removedConfig.setup_event_loop() (#2709)

0.36.0 (September 20, 2025)

Added

  • Support custom IOLOOPs (#2435)
  • Allow to provide importable string in--http,--ws and--loop (#2658)
Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the python-packages group with 8 updates:| Package | From | To || --- | --- | --- || [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.18` | `9.6.21` || [twine](https://github.com/pypa/twine) | `6.1.0` | `6.2.0` || [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.10.6` | `7.10.7` || [cryptography](https://github.com/pyca/cryptography) | `45.0.7` | `46.0.2` || [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.2` || [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` || [ruff](https://github.com/astral-sh/ruff) | `0.12.11` | `0.13.2` || [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.37.0` |Updates `mkdocs-material` from 9.6.18 to 9.6.21- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)- [Commits](squidfunk/mkdocs-material@9.6.18...9.6.21)Updates `twine` from 6.1.0 to 6.2.0- [Release notes](https://github.com/pypa/twine/releases)- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)- [Commits](pypa/twine@6.1.0...6.2.0)Updates `coverage[toml]` from 7.10.6 to 7.10.7- [Release notes](https://github.com/nedbat/coveragepy/releases)- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)- [Commits](coveragepy/coveragepy@7.10.6...7.10.7)Updates `cryptography` from 45.0.7 to 46.0.2- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)- [Commits](pyca/cryptography@45.0.7...46.0.2)Updates `mypy` from 1.17.1 to 1.18.2- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)- [Commits](python/mypy@v1.17.1...v1.18.2)Updates `pytest` from 8.4.1 to 8.4.2- [Release notes](https://github.com/pytest-dev/pytest/releases)- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)- [Commits](pytest-dev/pytest@8.4.1...8.4.2)Updates `ruff` from 0.12.11 to 0.13.2- [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.12.11...0.13.2)Updates `uvicorn` from 0.35.0 to 0.37.0- [Release notes](https://github.com/Kludex/uvicorn/releases)- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)- [Commits](Kludex/uvicorn@0.35.0...0.37.0)---updated-dependencies:- dependency-name: mkdocs-material  dependency-version: 9.6.21  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: python-packages- dependency-name: twine  dependency-version: 6.2.0  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-packages- dependency-name: coverage[toml]  dependency-version: 7.10.7  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: python-packages- dependency-name: cryptography  dependency-version: 46.0.2  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: python-packages- dependency-name: mypy  dependency-version: 1.18.2  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-packages- dependency-name: pytest  dependency-version: 8.4.2  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: python-packages- dependency-name: ruff  dependency-version: 0.13.2  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-packages- dependency-name: uvicorn  dependency-version: 0.37.0  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-packages...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file pythonPull requests that update Python code labelsOct 1, 2025
@cclauss
Copy link
Contributor

Upgraderuff with...

@dependabot rebase

@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubOct 8, 2025

Sorry, only users with push access can use that command.

@cclauss
Copy link
Contributor

cclauss commentedOct 8, 2025
edited
Loading

@lovelydinosaur, is there a reason to hold this up? Some of these upgrades seem vital for Py3.14.

@ilovelinux

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@lovelydinosaurlovelydinosaurlovelydinosaur approved these changes

+1 more reviewer

@cclausscclausscclauss approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filepythonPull requests that update Python code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@cclauss@lovelydinosaur

[8]ページ先頭

©2009-2025 Movatter.jp