diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-26 10:03:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-26 10:03:42 +0100 |
| commit | fc6e59d3ecc40eea0ef67237c252e833d00e80dc (patch) | |
| tree | 0426769583454f3b4388b88d5e3b4694ea9e8f94 /requirements-dev.txt | |
| parent | da45859f32d9132ab4c0887f1b8151b41717b57c (diff) | |
[upd] pypi: Bump the minor group with 2 updates (#5598)
Bumps the minor group with 2 updates: [typer-slim](https://github.com/fastapi/typer) and [basedpyright](https://github.com/detachhead/basedpyright).
Updates `typer-slim` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.20.0...0.21.0)
Updates `basedpyright` from 1.36.1 to 1.36.2
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](https://github.com/detachhead/basedpyright/compare/v1.36.1...v1.36.2)
---
updated-dependencies:
- dependency-name: typer-slim
dependency-version: 0.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: basedpyright
dependency-version: 1.36.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 7781026cf..2ef35c0d0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,5 +24,5 @@ coloredlogs==15.0.1 docutils>=0.21.2 parameterized==0.9.0 granian[reload]==2.6.0 -basedpyright==1.36.1 +basedpyright==1.36.2 types-lxml==2025.11.25 |