Skip to content

Commit

Permalink
Allow any newer runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Nov 15, 2023
1 parent ae8e28b commit 939da2e
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 @@ -16,9 +16,9 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8.0"
attrs = "^22.2"
requests = "^2.28.1"
python = ">= 3.8.0"
attrs = ">= 22.2"
requests = ">= 2.28.1"

[tool.poetry.group.dev.dependencies]
nox = "^2023.4.22"
Expand Down

0 comments on commit 939da2e

Please sign in to comment.