Package updates (#226)

* Package updates

* Npm audit fixes
This commit is contained in:
Christiaan Goossens
2026-03-29 18:41:11 +02:00
committed by GitHub
parent 94b0fe80fe
commit 52c9bd2a50
3 changed files with 64 additions and 54 deletions

View File

@@ -32,7 +32,14 @@ build-backend = "hatchling.build"
[tool.uv]
managed = true
override-dependencies = ["orjson>=3.11.6,<3.12.0", "pyjwt>=2.12.0,<2.13.0", "pyopenssl>=26.0.0"]
override-dependencies = [
"orjson>=3.11.6,<3.12.0",
"pyjwt>=2.12.0,<2.13.0",
"pyopenssl>=26.0.0",
"cryptography>=46.0.6,<46.1",
"requests>=2.33.0,<2.34",
"pygments>=2.20.0,<2.21"
]
[tool.hatch.metadata]
allow-direct-references = true