Skip to content

Commit

Permalink
fix: bump python and pytest version numbers to fix version conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Jan 8, 2025
1 parent 442257a commit af1e6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/workflow-engine/charms/temporal-worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [
include = ["**/*.avsc"]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.10"
PyYAML = "^6.0"
temporal-lib-py = "^1.1.0"
python-json-logger = "^2.0.4"
Expand All @@ -25,7 +25,7 @@ fastavro = "^1.7.4"
importlib-resources = "^6.0.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.1.3"
pytest = "^8.3.4"
black = "^22.8.0"
isort = "^5.10.1"
poethepoet = "^0.31.0"
Expand Down

0 comments on commit af1e6fc

Please sign in to comment.