Compare commits

..

1 Commits

Author SHA1 Message Date
f91021efa0 chore(deps): update dependency syrupy to v5
Some checks failed
renovate/artifacts Artifact file update failure
gitea-physics/deepdog/pipeline/head There was a failure building this commit
gitea-physics/deepdog/pipeline/pr-master There was a failure building this commit
2025-09-29 01:34:42 +00:00

View File

@@ -15,10 +15,10 @@ tqdm = "^4.66.2"
pytest = ">=6" pytest = ">=6"
flake8 = "^4.0.1" flake8 = "^4.0.1"
pytest-cov = "^4.1.0" pytest-cov = "^4.1.0"
mypy = "^1.18" mypy = "^0.971"
python-semantic-release = "^7.24.0" python-semantic-release = "^7.24.0"
black = "^22.3.0" black = "^22.3.0"
syrupy = "^4.0.8" syrupy = "^5.0.0"
[tool.poetry.scripts] [tool.poetry.scripts]
probs = "deepdog.cli.probs:wrapped_main" probs = "deepdog.cli.probs:wrapped_main"