Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 1, 2024
1 parent 6a5920d commit 7990bd9
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 59 deletions.
115 changes: 58 additions & 57 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deskew = "deskew.cli:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
numpy = "2.1.0"
numpy = "2.1.1"
scikit-image = "0.24.0"
opencv-python-headless = { version = "4.10.0.84", optional = true }
matplotlib = { version = "3.9.2", optional = true }
Expand All @@ -48,7 +48,7 @@ debug_images = ["opencv-python-headless", "matplotlib"]

[tool.poetry.group.dev.dependencies]
prospector = { extras = ["with_bandit", "with_mypy", "with_pyroma"], version = "1.10.3" }
pytest = "8.3.2"
pytest = "8.3.3"
pytest-profiling = "1.7.0"
coverage = "7.6.1"
prospector-profile-duplicated = "1.5.0"
Expand Down

0 comments on commit 7990bd9

Please sign in to comment.