Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Update version specifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Oct 4, 2023
1 parent d38b71a commit a721387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ version = "0" # This version number is automatically set by github actions when
[tool.poetry.dependencies]
jsonschema = ">=3.2,<5.0"
multipledispatch = "^0.6.0"
pyrsistent = "0.19.3"
pyrsistent = "^0.19.3"
python = ">=3.8,<4"
python-dateutil = "^2.8.2"
pytz = ">=2021.1,<2023.0"
Expand All @@ -40,7 +40,7 @@ rfc3987 = "^1.3.8"
uritemplate = ">=3.0.1,<5.0.0"

[tool.poetry.group.ci.dependencies]
dunamai = "1.19.0"
dunamai = "^1.19.0"
pre-commit = "~2.21"
tox = "^3.26.0"
tox-docker = ">=3.1,<5.0"
Expand Down

0 comments on commit a721387

Please sign in to comment.