Skip to content

Comments

MESH-2092 Bump the dependencies group across 1 directory with 3 updates#243

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/dependencies-b9e93609ef
Open

MESH-2092 Bump the dependencies group across 1 directory with 3 updates#243
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/dependencies-b9e93609ef

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps the dependencies group with 3 updates in the / directory: uvicorn, types-lxml and ruff.

Updates uvicorn from 0.40.0 to 0.41.0

Release notes

Sourced from uvicorn's releases.

Version 0.41.0

Added

  • Add --limit-max-requests-jitter to stagger worker restarts (#2707)
  • Add socket path to scope["server"] (#2561)

Changed

  • Rename LifespanOn.error_occured to error_occurred (#2776)

Fixed

  • Ignore permission denied errors in watchfiles reloader (#2817)
  • Ensure lifespan shutdown runs when should_exit is set during startup (#2812)
  • Reduce the log level of 'request limit exceeded' messages (#2788)

New Contributors


Full Changelog: Kludex/uvicorn@0.40.0...0.41.0

Changelog

Sourced from uvicorn's changelog.

0.41.0 (February 16, 2026)

Added

  • Add --limit-max-requests-jitter to stagger worker restarts (#2707)
  • Add socket path to scope["server"] (#2561)

Changed

  • Rename LifespanOn.error_occured to error_occurred (#2776)

Fixed

  • Ignore permission denied errors in watchfiles reloader (#2817)
  • Ensure lifespan shutdown runs when should_exit is set during startup (#2812)
  • Reduce the log level of 'request limit exceeded' messages (#2788)
Commits
  • 9283c0f Version 0.41.0 (#2821)
  • a01a33e Add --limit-max-requests-jitter to stagger worker restarts (#2707)
  • 2ce65bd Ignore permission denied errors in watchfiles reloader (#2817)
  • 654f2ed Ensure lifespan shutdown runs when should_exit is set during startup (#2812)
  • a03d9f6 Reduce the log level of 'request limit exceeded' messages (#2788)
  • e377de4 Add socket path to scope["server"] (#2561)
  • 0779f7f Poll for readiness in test_multiprocess_health_check and run_server (#2816)
  • 7e9ce2c Poll for PID changes in test_multiprocess_sighup instead of fixed sleep (#2...
  • 99f0d87 Fix grep warning in scripts/sync-version (#2807)
  • 7ae2e63 chore(deps): bump the python-packages group with 18 updates (#2801)
  • Additional commits viewable in compare view

Updates types-lxml from 2026.1.1 to 2026.2.16

Changelog

Sourced from types-lxml's changelog.

2026.02.16

🚀 Features

  • (mypy plugin) Supports ElementDefaultClassLookup
  • Supports type checking and runtime testing under PyPy 3.11
  • Stub is error-free for ty type checker

🐛 Bug Fixes

  • HtmlElement.head and .body can be None
  • [breaking] Convert ElementDefaultClassLookup into Generic class
  • Extend the list of unusable content-only elem methods
  • Resolver methods args mostly position only
  • [breaking] Remove _ResolverRegistry.copy()

🚜 Refactor

  • Retire some unused type aliases
  • (mypy plugin) Determine class lookup names more systematically

📚 Documentation

  • Existing old docstring layout converted to new one
  • New docstrings for some etree classes and funcs
  • Add CHANGELOG.md to help searching among past changes

🧪 Testing

  • Remove some signature tests already covered by mypy.stubtest
  • Retire type checker "if KEYWORD:" usage
  • Compat fix for pyright 1.1.408+ and basedpyright 1.37.1+
  • Compat fix for pyright 1.1.406 and basedpyright 1.31.6
  • Split mypy.stubtest as standalone tests
  • More static tests migrated to runtime:
    • HtmlElement sequence tests, DocInfo, Resolver
    • "backport" some HtmlElement sequence tests to _Element
    • Partially migrate Element factory annotation test

☑️ Miscellaneous Tasks

  • Introduce pre-commit usage to help running actionlint
  • Drop pytest-mypy-plugin from [dev] extras
  • Add config for git-cliff

⚙️ CI/CD Tasks

  • Enable Bandit security scanner in workflow
  • Add ty to compat checks, and add more versions
  • Use ubuntu-slim GitHub runner for lightweight workflows

... (truncated)

Commits
  • 8454d91 ci: Fix release workflow token permissions
  • d241569 docs: Prepare for new release
  • c3d29a9 docs: Add CHANGELOG.md
  • 704c735 test: test_registry_remove_bad fix for PyPy
  • fd27499 test(mypy): exclude Resolver related names due to method sig change
  • 52f7421 ci: Don't run stub test for worker supposed to run runtime test only
  • 451c1af chore: Add config for git-cliff
  • 711183d test: Migrate Resolver tests to runtime
  • cbdad52 fix(stub)!: Remove _ResolverRegistry.copy()
  • d8d5e13 fix(stub): Resolver methods args mostly position only
  • Additional commits viewable in compare view

Updates ruff from 0.15.1 to 0.15.2

Release notes

Sourced from ruff's releases.

0.15.2

Release Notes

Released on 2026-02-19.

Preview features

Bug fixes

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.2

Released on 2026-02-19.

Preview features

... (truncated)

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 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 dependencies group with 3 updates in the / directory: [uvicorn](https://github.com/Kludex/uvicorn), [types-lxml](https://github.com/abelcheung/types-lxml) and [ruff](https://github.com/astral-sh/ruff).


Updates `uvicorn` from 0.40.0 to 0.41.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.40.0...0.41.0)

Updates `types-lxml` from 2026.1.1 to 2026.2.16
- [Release notes](https://github.com/abelcheung/types-lxml/releases)
- [Changelog](https://github.com/abelcheung/types-lxml/blob/main/CHANGELOG.md)
- [Commits](abelcheung/types-lxml@2026.01.01...2026.02.16)

Updates `ruff` from 0.15.1 to 0.15.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.15.1...0.15.2)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: types-lxml
  dependency-version: 2026.2.16
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.15.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 20, 2026
@github-actions
Copy link
Contributor

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2931 2719 93% 85% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: a2ba54f by action🐍

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