Skip to content

Commit

Permalink
Added pytest = "^7.2.0" to pyproject.toml due to dependabot alert: "R…
Browse files Browse the repository at this point in the history
…eDoS in py library when used with subversion #1"
  • Loading branch information
Nusnus committed Jan 1, 2024
1 parent 847c9b4 commit 73506d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ version = "1.0.0a4"

[tool.poetry.dependencies]
python = ">= 3.8,<4.0"
pytest = "^7.2.0"
celery = { version = "^5", extras = ["redis", "memcache", "pymemcache"] }
retry = "^0.9.2"
pytest-docker-tools = "^3.1.3"
Expand Down Expand Up @@ -104,7 +105,6 @@ optional = true

[tool.poetry.group.test.dependencies]
coverage = "^7.0.0"
pytest = "^7.2.0"
pytest-sugar = { version = "^0.9.6", python = ">=3.8,<4.0" }
pytest-lazy-fixture = "^0.6.3"
pytest-cov = "^4.0.0"
Expand Down

0 comments on commit 73506d4

Please sign in to comment.