Skip to content

Commit e92c5ee

Browse files
committedAug 11, 2024··
Update dependencies
·
v3.3.0a9v3.3.0a6
1 parent 238704d commit e92c5ee

File tree

3 files changed

+143
-123
lines changed

3 files changed

+143
-123
lines changed
 

‎poetry.lock

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

‎pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ tox = [
7575
optional = true
7676

7777
[tool.poetry.group.lint.dependencies]
78-
ruff = ">=0.5.3,<0.6"
78+
ruff = ">=0.5.7,<0.6"
7979
mypy = [
80-
{ version = "^1.10", python = ">=3.8" },
80+
{ version = "^1.11", python = ">=3.8" },
8181
{ version = "~1.4", python = "<3.8" }
8282
]
8383
bump2version = ">=1.0,<2"

‎tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ python =
1717

1818
[testenv:ruff]
1919
basepython = python3.12
20-
deps = ruff>=0.5.3,<0.6
20+
deps = ruff>=0.5.7,<0.6
2121
commands =
2222
ruff check src tests
2323
ruff format --check src tests
2424

2525
[testenv:mypy]
2626
basepython = python3.12
2727
deps =
28-
mypy>=1.10,<2
28+
mypy>=1.11,<2
2929
pytest>=8.3,<9
3030
commands =
3131
mypy src tests

0 commit comments

Comments
 (0)
Please sign in to comment.