Skip to content

Commit d3c5c35

Browse files
Update dependencies
1 parent 341cffd commit d3c5c35

File tree

2 files changed

+52
-35
lines changed

2 files changed

+52
-35
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ python = "^3.9"
1010
[tool.poetry.group.dev.dependencies]
1111
black = "^22.6.0"
1212
mypy = "^0.971"
13-
flake8 = "^5.0.4"
13+
flake8 = "^7.2.0"
1414
assertpy = "^1.1"
1515
mock = "^4.0.3"
1616
types-mock = "^4.0.15"
17-
pytest = "^7.0"
18-
isort = "^5.10.1"
19-
colorama = "^0.4.5"
17+
pytest = "^8.4.0"
18+
isort = "^6.0.1"
19+
colorama = "^0.4.6"
2020

2121
[build-system]
2222
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)