Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasgeiter committed Mar 9, 2024
1 parent 79a9414 commit 9f953f7
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 85 deletions.
146 changes: 64 additions & 82 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ wcmatch = ">=7"
natsort = ">=8.1.0"

[tool.poetry.group.dev.dependencies]
pytest = "^6.2.5"
beautifulsoup4 = "^4.10.0"
pytest = "^8.1.1"
beautifulsoup4 = "^4.12.3"
mock-open = "^1.4.0"
black = { extras = ["d"], version = "^23.1.0" }
black = { extras = ["d"], version = "^24.2.0" }

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

0 comments on commit 9f953f7

Please sign in to comment.