Skip to content

Commit

Permalink
in pyproject.toml update pytest to fix pytest-dev/py#287
Browse files Browse the repository at this point in the history
  • Loading branch information
beepscore committed Sep 5, 2023
1 parent 7bd0f78 commit 2dee559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "websearcher"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["beepscore <support@beepscore.com>"]

Expand All @@ -12,8 +12,8 @@ selenium = "^3.141.0"
urllib3 = "^1.26.5"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
pytest = "^7.2"

[build-system]
requires = ["poetry>=0.12"]
requires = ["poetry^1.6"]
build-backend = "poetry.masonry.api"

0 comments on commit 2dee559

Please sign in to comment.