Skip to content

Commit

Permalink
fix(deps): update python to <3.13,>=3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent 94ac533 commit e831635
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 93 deletions.
86 changes: 83 additions & 3 deletions packages/klippermock/poetry.lock

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

2 changes: 1 addition & 1 deletion packages/klippermock/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Julian Schill <j.schill@web.de>"]
description = ""

[tool.poetry.dependencies]
python = "<3.12,>=3.8"
python = "<3.13,>=3.12"
led_effect = {path = "../led_effect", develop = true}


Expand Down
33 changes: 3 additions & 30 deletions packages/led_effect/poetry.lock

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

2 changes: 1 addition & 1 deletion packages/led_effect/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Julian Schill <j.schill@web.de>"]
description = ""

[tool.poetry.dependencies]
python = "<3.12,>=3.8"
python = "<3.13,>=3.12"
colormath = "^3.0.0"

[tool.poetry.group.dev.dependencies]
Expand Down
89 changes: 32 additions & 57 deletions packages/simulator/poetry.lock

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

2 changes: 1 addition & 1 deletion packages/simulator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Julian Schill <j.schill@web.de>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "<3.12,>=3.8"
python = "<3.13,>=3.12"
wxPython = "^4.2.0"
pyinstaller = "^5.4.1"
numpy = ">1.22"
Expand Down

0 comments on commit e831635

Please sign in to comment.