Skip to content

Commit d5124f6

Browse files
committed
build(poetry.lock): bump pytest,black,flake8,safety and mutmut packages
1 parent 69db787 commit d5124f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors = ["abhisheksr01"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8.1"
9-
pytest = "^8.1.1"
10-
black = "^24.3.0"
11-
flake8 = "^7.0.0"
9+
pytest = "^8.3.2"
10+
black = "^24.8.0"
11+
flake8 = "^7.1.1"
1212
behave = "^1.2.6"
1313
requests = "^2.32.0"
1414
taskipy = "^1.12.2"
@@ -17,8 +17,8 @@ behave-html-formatter = "^0.9.10"
1717
pytest-cov = "^5.0.0"
1818
Flask = "^3.0.2"
1919
bandit = "^1.7.8"
20-
safety = "^3.0.1"
21-
mutmut = "^2.4.4"
20+
safety = "^3.2.4"
21+
mutmut = "^2.5.1"
2222
junit2html = "^30.1.6"
2323

2424
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)