Skip to content

Commit

Permalink
build(poetry.lock): bump pytest,black,flake8,safety and mutmut packages
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisheksr01 committed Jan 2, 2025
1 parent 69db787 commit d5124f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = ["abhisheksr01"]

[tool.poetry.dependencies]
python = "^3.8.1"
pytest = "^8.1.1"
black = "^24.3.0"
flake8 = "^7.0.0"
pytest = "^8.3.2"
black = "^24.8.0"
flake8 = "^7.1.1"
behave = "^1.2.6"
requests = "^2.32.0"
taskipy = "^1.12.2"
Expand All @@ -17,8 +17,8 @@ behave-html-formatter = "^0.9.10"
pytest-cov = "^5.0.0"
Flask = "^3.0.2"
bandit = "^1.7.8"
safety = "^3.0.1"
mutmut = "^2.4.4"
safety = "^3.2.4"
mutmut = "^2.5.1"
junit2html = "^30.1.6"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit d5124f6

Please sign in to comment.