Skip to content

Commit

Permalink
Merge branch 'main' into fix-3379
Browse files Browse the repository at this point in the history
  • Loading branch information
swcurran authored Dec 17, 2024
2 parents 9285958 + 5c1d357 commit 9d55b91
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 59 deletions.
2 changes: 1 addition & 1 deletion mkdocs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

mkdocs-material==9.5.48
mkdocs-material==9.5.49
mike==2.1.3
108 changes: 53 additions & 55 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ canonicaljson = "^2.0.0"
[tool.poetry.group.dev.dependencies]
pre-commit = "~3.8.0"
# Sync with version in .pre-commit-config.yaml
ruff = "0.8.2"
ruff = "0.8.3"

sphinx = "^5.3.0"
sphinx-rtd-theme = ">=0.4.3"
Expand All @@ -83,11 +83,11 @@ pydevd-pycharm = "~193.7288.30"

# testing
pytest = "^8.3.4"
pytest-asyncio = "^0.24.0"
pytest-asyncio = "^0.25.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
pytest-xdist = "^3.6.1"
debugpy = "^1.8.9"
debugpy = "^1.8.11"

[tool.poetry.extras]
bbs = ["ursa-bbs-signatures"]
Expand Down

0 comments on commit 9d55b91

Please sign in to comment.