Skip to content

Commit

Permalink
Update dependencies, bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wilhelmer committed Jan 4, 2024
1 parent d6390fe commit 721f062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

[tool.poetry]
name = "mkdocs-multirepo"
version = "0.5.1"
version = "0.5.2"
description = ""
authors = ["Lars Wilhelmer", "Jozef Fulop"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.7"
pyyaml = "^5.3"
pyyaml = "^6.0"
beautifulsoup4 = "^4.9"
click = "^7.1"
click = "^8.1"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 721f062

Please sign in to comment.