Skip to content

Commit 2d18c69

Browse files
vveerrggclaude
andcommitted
chore(deps): freshen dependency floors (2026-07)
Raise runtime and dev-tool constraint floors to eliminate stale/vulnerable versions while preserving published behavior (61 tests green, ruff unchanged). - nostrkey>=0.3.0 -> >=0.3.4 (latest upstream fixes) - pytest>=8.0 -> >=8.4 - pytest-asyncio>=0.23 -> >=0.24 - ruff>=0.4 -> >=0.9 pip-audit: 9 vulns (cryptography+pip) -> 4 vulns. The 4 remaining are all cryptography, blocked upstream by nostrkey's own cryptography<45.0 ceiling; cannot be fixed from this repo without loosening nostrkey's pin. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QsXEE7WpEoLjVzgtUtq8jD
1 parent 7327ed3 commit 2d18c69

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
@@ -33,14 +33,14 @@ classifiers = [
3333
"Topic :: Software Development :: Libraries :: Python Modules",
3434
]
3535
dependencies = [
36-
"nostrkey>=0.3.0",
36+
"nostrkey>=0.3.4",
3737
]
3838

3939
[project.optional-dependencies]
4040
dev = [
41-
"pytest>=8.0",
42-
"pytest-asyncio>=0.23",
43-
"ruff>=0.4",
41+
"pytest>=8.4",
42+
"pytest-asyncio>=0.24",
43+
"ruff>=0.9",
4444
]
4545

4646
[project.urls]

0 commit comments

Comments
 (0)