Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9a64d37

Browse files
authoredDec 21, 2024··
[deps]: Lock file maintenance poetry (#80)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 912a3c8 commit 9a64d37

File tree

2 files changed

+95
-60
lines changed

2 files changed

+95
-60
lines changed
 

‎poetry.lock

Lines changed: 93 additions & 58 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
@@ -37,7 +37,7 @@ optional = true
3737
python-dotenv = "1.0.1"
3838
flake8 = "7.1.1"
3939
black = "24.10.0"
40-
mypy = "1.13.0"
40+
mypy = "1.14.0"
4141
isort = "5.13.2"
4242
pre-commit = "4.0.1"
4343
pre-commit-hooks = "5.0.0"
@@ -48,7 +48,7 @@ docformatter = {extras = ["tomli"], version = "1.7.5", python = ">=3.8,<4.0"}
4848
optional = true
4949

5050
[tool.poetry.group.test.dependencies]
51-
pytest = "8.3.3"
51+
pytest = "8.3.4"
5252
pytest-mock = "3.14.0"
5353
pytest-httpserver = "1.1.0"
5454

0 commit comments

Comments
 (0)
Please sign in to comment.