Skip to content

Commit 5a61991

Browse files
[deps]: Lock file maintenance poetry
1 parent e49bf09 commit 5a61991

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@ python-dateutil = "^2"
3434
optional = true
3535

3636
[tool.poetry.group.dev.dependencies]
37-
python-dotenv = "1.0.1"
38-
flake8 = "7.1.1"
37+
python-dotenv = "1.2.1"
38+
flake8 = "7.3.0"
3939
black = "24.10.0"
40-
mypy = "1.14.1"
40+
mypy = "1.18.2"
4141
isort = "5.13.2"
42-
pre-commit = "4.0.1"
42+
pre-commit = "4.5.0"
4343
pre-commit-hooks = "5.0.0"
44-
types-requests = "2.32.0.20241016"
45-
docformatter = {extras = ["tomli"], version = "1.7.5", python = ">=3.8,<4.0"}
44+
types-requests = "2.32.4.20250913"
45+
docformatter = {extras = ["tomli"], version = "1.7.7", python = ">=3.8,<4.0"}
4646

4747
[tool.poetry.group.test]
4848
optional = true
4949

5050
[tool.poetry.group.test.dependencies]
51-
pytest = "8.3.4"
52-
pytest-mock = "3.14.0"
53-
pytest-httpserver = "1.1.0"
51+
pytest = "8.4.2"
52+
pytest-mock = "3.15.1"
53+
pytest-httpserver = "1.1.3"
5454

5555
[tool.mypy]
5656
python_version = "3.9"

0 commit comments

Comments
 (0)