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 41ddbcb

Browse files
authoredMay 22, 2025··
[deps]: Lock file maintenance poetry
1 parent 9e82c4b commit 41ddbcb

File tree

2 files changed

+229
-232
lines changed

2 files changed

+229
-232
lines changed
 

‎poetry.lock

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

‎pyproject.toml

Lines changed: 8 additions & 8 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.1.0"
38+
flake8 = "7.2.0"
3939
black = "24.10.0"
40-
mypy = "1.14.1"
40+
mypy = "1.15.0"
4141
isort = "5.13.2"
42-
pre-commit = "4.0.1"
42+
pre-commit = "4.2.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.0.20250515"
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"
51+
pytest = "8.3.5"
5252
pytest-mock = "3.14.0"
53-
pytest-httpserver = "1.1.0"
53+
pytest-httpserver = "1.1.3"
5454

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

0 commit comments

Comments
 (0)
Please sign in to comment.