Skip to content

Commit

Permalink
build (deps-dev): bump black from 23.3.0 to 23.9.1; bump mypy from 1.…
Browse files Browse the repository at this point in the history
…3 to 1.5.1; bump pytest from 7.3.1 to 7.4.2; bump types-requests from 2.31.0.1 to 2.31.0.3; bump types-beautifulsoup4 from 4.12.0.5 to 4.12.0.6
  • Loading branch information
elliot-100 committed Sep 21, 2023
1 parent 8f4c72c commit 759e042
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ requests = "^2.28.2"
playwright = "^1.38.0"

[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
black = "^23.9.1"
isort = "^5.12.0"
ruff = "^0.0.290"

[tool.poetry.group.test.dependencies]
mypy = "^1.3"
pytest = "^7.3.1"
types-requests = "^2.31.0.1"
types-beautifulsoup4 = "^4.12.0.5"
mypy = "^1.5.1"
pytest = "^7.4.2"
types-requests = "^2.31.0.3"
types-beautifulsoup4 = "^4.12.0.6"

[tool.black]
line-length = 88
Expand Down

0 comments on commit 759e042

Please sign in to comment.