Skip to content

Commit 9004ac3

Browse files
committed
⬆️ (pyproject.toml): update dependencies and version for compatibility and maintenance
1 parent e86017b commit 9004ac3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "SQLift"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Simple CLI migration tool for SQL databases"
55
license = "MIT"
66
authors = ["SpaceShaman <[email protected]>"]
@@ -14,15 +14,15 @@ classifiers = [
1414
]
1515

1616
[tool.poetry.dependencies]
17-
python = ">=3.10.0,<4.0.0"
18-
psycopg = {extras = ["binary"], version = "^3.0.0"}
19-
typer = "^0.15.1"
17+
python = ">=3.10,<4"
18+
psycopg = {extras = ["binary"], version = "^3"}
19+
typer = "^0.15"
2020

2121
[tool.poetry.group.dev.dependencies]
22-
pytest = "^8.2.2"
23-
pytest-cov = "^5.0.0"
24-
ruff = "^0.5.1"
25-
mypy = "^1.10.1"
22+
pytest = "^8"
23+
pytest-cov = "^5"
24+
ruff = "^0.5"
25+
mypy = "^1.10"
2626

2727
[build-system]
2828
requires = ["poetry-core"]

0 commit comments

Comments
 (0)