Skip to content

Commit 0edee24

Browse files
authored
Merge branch 'main' into dependabot/github_actions/softprops/action-gh-release-2
2 parents be4698a + cff6994 commit 0edee24

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

poetry.lock

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ python = "^3.9"
8282

8383
[tool.poetry.group.dev.dependencies]
8484
maturin = "^1.5.0"
85-
mypy = "^1.8.0"
85+
mypy = "^1.9.0"
8686
sphinx = "^7.2.6"
8787

8888

@@ -91,15 +91,15 @@ optional = true
9191

9292

9393
[tool.poetry.group.linters.dependencies]
94-
ruff = "^0.3.1"
94+
ruff = "^0.3.2"
9595

9696

9797
[tool.poetry.group.tests]
9898
optional = true
9999

100100

101101
[tool.poetry.group.tests.dependencies]
102-
pytest = "^8.1.0"
102+
pytest = "^8.1.1"
103103
pytest-benchmark = "^4.0.0"
104104
pytest-cov = "^4.1.0"
105105
tox = "^4.14.1"

0 commit comments

Comments
 (0)