Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg committed Feb 13, 2025
1 parent c700d02 commit 3b1c765
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 95 deletions.
153 changes: 61 additions & 92 deletions .services/signer/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .services/signer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
package-mode = false

[tool.poetry.dependencies]
python = "^3.9"
flask = "^2.3.2"
wacz-signing = "^0.4.1"
python = ">=3.11,<4.0"
flask = "^3.1.0"
wacz-signing = "^0.4.2"


[build-system]
Expand Down

0 comments on commit 3b1c765

Please sign in to comment.