diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-28 07:03:22 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-11-28 13:38:37 +0100 |
| commit | 673c29efeb905855f121c70ce7fafada5f1b7587 (patch) | |
| tree | 8e84fdd3ad6baa690f05e0c4edf25cafa6dbed84 /requirements.txt | |
| parent | c4abf40e6e5bd9fbc50be695993f628319b76680 (diff) | |
[upd] pypi: Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [msgspec](https://github.com/jcrist/msgspec) and [types-lxml](https://github.com/abelcheung/types-lxml).
Updates `msgspec` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/jcrist/msgspec/releases)
- [Changelog](https://github.com/jcrist/msgspec/blob/main/docs/changelog.md)
- [Commits](https://github.com/jcrist/msgspec/compare/0.19.0...0.20.0)
Updates `types-lxml` from 2025.8.25 to 2025.11.25
- [Release notes](https://github.com/abelcheung/types-lxml/releases)
- [Commits](https://github.com/abelcheung/types-lxml/compare/2025.08.25...2025.11.25)
---
updated-dependencies:
- dependency-name: msgspec
dependency-version: 0.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: types-lxml
dependency-version: 2025.11.25
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7adbd3247..1a66bf67c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ valkey==6.1.1 markdown-it-py==3.0.0 fasttext-predict==0.9.2.4 tomli==2.3.0; python_version < '3.11' -msgspec==0.19.0 +msgspec==0.20.0 typer-slim==0.20.0 isodate==0.7.2 whitenoise==6.11.0 |