bump: update versions
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 1m16s
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 1m16s
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
d827ea2375
commit
131dfab875
3 changed files with 208 additions and 165 deletions
|
|
@ -5,12 +5,12 @@ description = "Searching for tags in streams"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"click>=8.2.1",
|
||||
"click>=8.3.0",
|
||||
"mistletoe>=1.4.0",
|
||||
"pydantic>=2.11.3",
|
||||
"pydantic-settings[yaml]>=2.10.0",
|
||||
"rich>=14.0.0",
|
||||
"typer>=0.16.0",
|
||||
"pydantic>=2.12.0",
|
||||
"pydantic-settings[yaml]>=2.11.0",
|
||||
"rich>=14.2.0",
|
||||
"typer>=0.19.2",
|
||||
"xdg-base-dirs>=6.0.2",
|
||||
]
|
||||
|
||||
|
|
@ -23,8 +23,8 @@ build-backend = "hatchling.build"
|
|||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"faker>=37.4.0",
|
||||
"pyright>=1.1.402",
|
||||
"pytest>=8.3.5",
|
||||
"ruff>=0.6.7",
|
||||
"faker>=37.11.0",
|
||||
"pyright>=1.1.406",
|
||||
"pytest>=8.4.2",
|
||||
"ruff>=0.11.2",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue