Skip to content

Commit 18da25f

Browse files
committed
chore(deps): freshen dependency floors, clear pip vulns
- nostrkey >=0.1.1 -> >=0.3.4 (latest; same behavior, tests green) - dev: pytest >=8.0 -> >=9.0, pytest-asyncio >=0.23 -> >=1.0, ruff >=0.4 -> >=0.15 (env already resolved to these majors; 40/40 tests green, ruff clean) - pip upgraded 25.3 -> 26.1.2 in venv, clearing 5 pip advisories Held: cryptography 44.0.3 (4 advisories, PYSEC-2026-35/-2141, GHSA-537c-gmf6-5ccf) remains — all fixes are >=45 but nostrkey pins cryptography<45.0; requires upstream nostrkey to relax its ceiling. No test/behavior changes.
1 parent 7a6a654 commit 18da25f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ classifiers = [
2525
"Topic :: Software Development :: Libraries :: Python Modules",
2626
]
2727
dependencies = [
28-
"nostrkey>=0.1.1",
28+
"nostrkey>=0.3.4",
2929
]
3030

3131
[project.optional-dependencies]
3232
dev = [
33-
"pytest>=8.0",
34-
"pytest-asyncio>=0.23",
35-
"ruff>=0.4",
33+
"pytest>=9.0",
34+
"pytest-asyncio>=1.0",
35+
"ruff>=0.15",
3636
]
3737

3838
[project.urls]

0 commit comments

Comments
 (0)