Skip to content

build(deps): bump the dependencies group across 1 directory with 8 updates #216

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2025

Bumps the dependencies group with 8 updates in the / directory:

Package From To
nvidia-cublas-cu12 12.8.3.14 12.8.4.1
granian 1.7.6 2.1.1
litestar 2.14.0 2.15.1
pydantic-settings 2.8.0 2.8.1
pyright 1.1.394 1.1.397
pylint 3.3.4 3.3.6
pytest 8.3.4 8.3.5
ruff 0.9.7 0.11.1

Updates nvidia-cublas-cu12 from 12.8.3.14 to 12.8.4.1

Updates granian from 1.7.6 to 2.1.1

Release notes

Sourced from granian's releases.

Granian 2.1.1

Patch release

Changes since 2.1.0:

  • Fix a bug in RSGI implementation preventing HTTP protocol client_disconnect usage with access log enabled

Granian 2.1.0

What's Changed

New features

  • Support Server header value to be customized in applications
  • Bump RSGI spec to 1.5
    • Add client_disconnect coroutine to HTTP protocol

Changes

  • Bump PyO3 to 0.24
  • Bump dependencies

Enhancements

  • Wait for inflight requests to complete on workers shutdown
  • Detect client disconnection in ASGI
  • Minor ASGI I/O state flow refactor

Fixes

  • Embed server shutdown

Granian 2.0.1

Patch release

Changes since 2.0.0:

  • Fix a regression bug preventing anyio.to_thread.run_sync to run properly

Granian 2.0.0

What's Changed

New features

  • Experimental support for free-threaded Python
  • runtime-blocking-threads option
  • blocking-threads-idle-timeout option
  • http1-header-read-timeout option
  • PyPy 3.11 support
  • Embeddable server variant in granian.server.embed module

Changes

  • uvloop dependency is now optional and gated behind the relevant dependency extra
  • BREAKING renamed threads option to runtime-threads
  • BREAKING blocking-threads option now affects Python interop threads only
  • BREAKING removed threading-mode in favor of runtime-mode
    • previous workers option is now st
    • previous runtime option is now mt

... (truncated)

Commits

Updates litestar from 2.14.0 to 2.15.1

Release notes

Sourced from litestar's releases.

v2.15.1

Sponsors 🌟

Thanks to these incredible business sponsors:

Thanks to these incredible personal sponsors:

New contributors 🎉

Bugfixes 🐛

Other changes

Full Changelog litestar-org/litestar@v2.15.0...v2.15.1

v2.15.0

Sponsors 🌟

Thanks to these incredible business sponsors:

Thanks to these incredible personal sponsors:

What's changed

New contributors 🎉

... (truncated)

Commits
  • c5dbb6c v2.15.1
  • cc6148c fix: Fix #4035 - incorrect deprecation warning issued when subclassing middle...
  • 05005ca fix: Warn about using streaming responses with a body (#4033)
  • e7477ac docs: Use "click to toggle" instead of "click to expand" (#4032)
  • 86ceeb3 v2.15.0
  • 2177560 feat(debugger): passing debugger to app (#3967)
  • 12d0e8f feat: Add SerializationPlugin and InitPlugin to replace their respective ...
  • cd26215 docs: fix typos in channels and responses (#4023)
  • 6054667 feat(core): new base middleware (#3996)
  • 27a5b1d ci: Add aggregate test step to allow for dynamic test matrix jobs to be requr...
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.8.0 to 2.8.1

Release notes

Sourced from pydantic-settings's releases.

v2.8.1

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.8.0...v2.8.1

Commits

Updates pyright from 1.1.394 to 1.1.397

Commits

Updates pylint from 3.3.4 to 3.3.6

Commits

Updates pytest from 8.3.4 to 8.3.5

Release notes

Sourced from pytest's releases.

8.3.5

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #13256: Support for Towncrier versions released in 2024 has been re-enabled when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.
Commits

Updates ruff from 0.9.7 to 0.11.1

Release notes

Sourced from ruff's releases.

0.11.1

Release Notes

Preview features

  • [airflow] Add chain, chain_linear and cross_downstream for AIR302 (#16647)
  • [syntax-errors] Improve error message and range for pre-PEP-614 decorator syntax errors (#16581)
  • [syntax-errors] PEP 701 f-strings before Python 3.12 (#16543)
  • [syntax-errors] Parenthesized context managers before Python 3.9 (#16523)
  • [syntax-errors] Star annotations before Python 3.11 (#16545)
  • [syntax-errors] Star expression in index before Python 3.11 (#16544)
  • [syntax-errors] Unparenthesized assignment expressions in sets and indexes (#16404)

Bug fixes

  • Server: Allow FixAll action in presence of version-specific syntax errors (#16848)
  • [flake8-bandit] Allow raw strings in suspicious-mark-safe-usage (S308) #16702 (#16770)
  • [refurb] Avoid panicking unwrap in verbose-decimal-constructor (FURB157) (#16777)
  • [refurb] Fix starred expressions fix (FURB161) (#16550)
  • Fix --statistics reporting for unsafe fixes (#16756)

Rule changes

  • [flake8-executables] Allow uv run in shebang line for shebang-missing-python (EXE003) (#16849,#16855)

CLI

  • Add --exit-non-zero-on-format (#16009)

Documentation

  • Update Ruff tutorial to avoid non-existent fix in __init__.py (#16818)
  • [flake8-gettext] Swap format- and printf-in-get-text-func-call examples (INT002, INT003) (#16769)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.1

Preview features

  • [airflow] Add chain, chain_linear and cross_downstream for AIR302 (#16647)
  • [syntax-errors] Improve error message and range for pre-PEP-614 decorator syntax errors (#16581)
  • [syntax-errors] PEP 701 f-strings before Python 3.12 (#16543)
  • [syntax-errors] Parenthesized context managers before Python 3.9 (#16523)
  • [syntax-errors] Star annotations before Python 3.11 (#16545)
  • [syntax-errors] Star expression in index before Python 3.11 (#16544)
  • [syntax-errors] Unparenthesized assignment expressions in sets and indexes (#16404)

Bug fixes

  • Server: Allow FixAll action in presence of version-specific syntax errors (#16848)
  • [flake8-bandit] Allow raw strings in suspicious-mark-safe-usage (S308) #16702 (#16770)
  • [refurb] Avoid panicking unwrap in verbose-decimal-constructor (FURB157) (#16777)
  • [refurb] Fix starred expressions fix (FURB161) (#16550)
  • Fix --statistics reporting for unsafe fixes (#16756)

Rule changes

  • [flake8-executables] Allow uv run in shebang line for shebang-missing-python (EXE003) (#16849,#16855)

CLI

  • Add --exit-non-zero-on-format (#16009)

Documentation

  • Update Ruff tutorial to avoid non-existent fix in __init__.py (#16818)
  • [flake8-gettext] Swap format- and printf-in-get-text-func-call examples (INT002, INT003) (#16769)

0.11.0

This is a follow-up to release 0.10.0. Because of a mistake in the release process, the requires-python inference changes were not included in that release. Ruff 0.11.0 now includes this change as well as the stabilization of the preview behavior for PGH004.

Breaking changes

  • Changes to how the Python version is inferred when a target-version is not specified (#16319)

    In previous versions of Ruff, you could specify your Python version with:

    • The target-version option in a ruff.toml file or the [tool.ruff] section of a pyproject.toml file.
    • The project.requires-python field in a pyproject.toml file with a [tool.ruff] section.

    These options worked well in most cases, and are still recommended for fine control of the Python version. However, because of the way Ruff discovers config files, pyproject.toml files without a [tool.ruff] section would be ignored, including the requires-python setting. Ruff would then use the default Python version (3.9 as of this writing) instead, which is surprising when you've attempted to request another version.

    In v0.10, config discovery has been updated to address this issue:

... (truncated)

Commits
  • c1971fd Bump 0.11.1 (#16871)
  • cdafd8e Allow discovery of venv in VIRTUAL_ENV env variable (#16853)
  • 1272594 Split git pathspecs in change determination onto separate lines (#16869)
  • 9d72685 Use the correct base commit for change determination (#16857)
  • 47c4ccf Separate BitXorOr into BitXor and BitOr precedence (#16844)
  • 74f64d3 Server: Allow FixAll action in presence of version-specific syntax errors (...
  • 999fd4f [refurb] Fix starred expressions fix (FURB161) (#16550)
  • 433a342 [flake8-executable] Add pytest and uv run to help message for `shebang-miss...
  • 4ed93b4 Show more precise messages in invalid type expressions (#16850)
  • 98fdc0e [flake8-executables] Allow uv run in shebang line for `shebang-missing-py...
  • Additional commits viewable in compare view

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

…dates

Bumps the dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [nvidia-cublas-cu12](https://developer.nvidia.com/cuda-zone) | `12.8.3.14` | `12.8.4.1` |
| [granian](https://github.com/emmett-framework/granian) | `1.7.6` | `2.1.1` |
| [litestar](https://github.com/litestar-org/litestar) | `2.14.0` | `2.15.1` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.8.0` | `2.8.1` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.394` | `1.1.397` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.6` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.7` | `0.11.1` |



Updates `nvidia-cublas-cu12` from 12.8.3.14 to 12.8.4.1

Updates `granian` from 1.7.6 to 2.1.1
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](emmett-framework/granian@v1.7.6...v2.1.1)

Updates `litestar` from 2.14.0 to 2.15.1
- [Release notes](https://github.com/litestar-org/litestar/releases)
- [Commits](litestar-org/litestar@v2.14.0...v2.15.1)

Updates `pydantic-settings` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.8.0...v2.8.1)

Updates `pyright` from 1.1.394 to 1.1.397
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.394...v1.1.397)

Updates `pylint` from 3.3.4 to 3.3.6
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.4...v3.3.6)

Updates `pytest` from 8.3.4 to 8.3.5
- [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.3.4...8.3.5)

Updates `ruff` from 0.9.7 to 0.11.1
- [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.9.7...0.11.1)

---
updated-dependencies:
- dependency-name: nvidia-cublas-cu12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: granian
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: litestar
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pydantic-settings
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 21, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants