Skip to content

Commit

Permalink
fix: Tomlkit dependency issue (#197)
Browse files Browse the repository at this point in the history
* fix(tomlkit, rich): set to minor wildcard versions

* fix(tomlkit, rich): lock files, set to minor wildcard versions

* bump versions for all projects
  • Loading branch information
DavidVujic committed Apr 11, 2024
1 parent e0489dd commit 1c37148
Show file tree
Hide file tree
Showing 12 changed files with 389 additions and 410 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

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

46 changes: 17 additions & 29 deletions projects/hatch_polylith_bricks/poetry.lock

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

4 changes: 2 additions & 2 deletions projects/hatch_polylith_bricks/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hatch-polylith-bricks"
version = "1.2.0"
version = "1.2.1"
description = "Hatch build hook plugin for Polylith"
authors = ['David Vujic']
homepage = "https://davidvujic.github.io/python-polylith-docs/"
Expand All @@ -23,7 +23,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9"
hatchling = "^1.21.0"
tomlkit = "^0.11.5"
tomlkit = "0.*"

[tool.poetry.plugins.hatch]
polylith-bricks = "hatch_polylith_bricks.polylith.hatch_hooks.hooks"
Expand Down
10 changes: 5 additions & 5 deletions projects/pdm_polylith_bricks/poetry.lock

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

4 changes: 2 additions & 2 deletions projects/pdm_polylith_bricks/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pdm-polylith-bricks"
version = "1.0.0"
version = "1.0.1"
description = "a PDM build hook for Polylith"
authors = ["David Vujic"]
homepage = "https://davidvujic.github.io/python-polylith-docs/"
Expand All @@ -19,7 +19,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
tomlkit = "^0.11.5"
tomlkit = "0.*"

[tool.poetry.plugins."pdm.build.hook"]
polylith-bricks = "pdm_polylith_bricks.polylith.pdm_project_hooks.core"
Expand Down
10 changes: 5 additions & 5 deletions projects/pdm_polylith_workspace/poetry.lock

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

4 changes: 2 additions & 2 deletions projects/pdm_polylith_workspace/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pdm-polylith-workspace"
version = "1.0.0"
version = "1.0.1"
description = "a PDM build hook for a Polylith workspace"
homepage = "https://davidvujic.github.io/python-polylith-docs/"
repository = "https://github.com/davidvujic/python-polylith"
Expand All @@ -19,7 +19,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
tomlkit = "^0.11.5"
tomlkit = "0.*"

[tool.poetry.plugins."pdm.build.hook"]
polylith-workspace = "pdm_polylith_workspace.polylith.pdm_workspace_hooks.core"
Expand Down

0 comments on commit 1c37148

Please sign in to comment.