Fix python dependencies for Fedora 43
All checks were successful
CI / test (push) Successful in 14m22s
Lint / test (push) Successful in 38s

This commit is contained in:
Miguel Jacq 2026-05-13 15:42:30 +10:00
parent 714784223a
commit 34871b72e2
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
2 changed files with 4 additions and 4 deletions

4
poetry.lock generated
View file

@ -673,5 +673,5 @@ zstd = ["backports-zstd (>=1.0.0)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.10,<3.14" python-versions = ">=3.10,<3.15"
content-hash = "47aedd5e946e101c3c5c8aaefa53752f61715109c0aaac0e05114f77f1f334a3" content-hash = "fcec974441087eecefc0adcd76be7f798447ea69b9216296fc347a4e3b6dafba"

View file

@ -10,8 +10,8 @@ packages = [{ include = "bouquin" }]
include = ["bouquin/locales/*.json", "bouquin/keys/mig5.asc", "bouquin/fonts/NotoSansSymbols2-Regular.ttf", "bouquin/fonts/OFL.txt"] include = ["bouquin/locales/*.json", "bouquin/keys/mig5.asc", "bouquin/fonts/NotoSansSymbols2-Regular.ttf", "bouquin/fonts/OFL.txt"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.10,<3.14" python = ">=3.10,<3.15"
pyside6 = ">=6.8.1,<7.0.0" pyside6 = ">=6.10.1,<7.0.0"
bouquin-sqlcipher4 = "^4.16.0" bouquin-sqlcipher4 = "^4.16.0"
requests = "^2.32.3" requests = "^2.32.3"
markdown = "^3.7" markdown = "^3.7"