Skip to content

Commit 1520509

Browse files
committed
build: ⬆️ upgrade dependencies
1 parent 73924df commit 1520509

File tree

2 files changed

+57
-40
lines changed

2 files changed

+57
-40
lines changed

poetry.lock

+48-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+9-6
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,28 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "qbert"
7-
version = "0.1.4"
8-
description = "Dead simple task queue backed by PostgreSQL"
7+
version = "0.0.0"
8+
description = "a dead simple task queue backed by postgres"
99
authors = ["backwardspy <[email protected]>"]
1010
readme = "README.md"
1111
repository = "https://github.com/backwardspy/qbert"
1212

13+
[tool.poetry-dynamic-versioning]
14+
enable = true
15+
1316
[tool.poetry.dependencies]
1417
python = "^3.10"
15-
piccolo = {extras = ["postgres", "orjson"], version = "^0.74.4"}
18+
piccolo = {extras = ["orjson", "postgres"], version = "^0.75.0"}
1619
pydantic = "^1.9.1"
1720
ulid-py = "^1.1.0"
1821

1922
[tool.poetry.group.dev.dependencies]
2023
black = "^22.3.0"
21-
pylint = "^2.13.9"
22-
mypy = "^0.950"
24+
pylint = "^2.14.1"
25+
mypy = "^0.961"
2326
ptpython = "^3.0.20"
2427
isort = "^5.10.1"
25-
ward = "^0.66.0-beta.0"
28+
ward = "^0.66.0b0"
2629
loguru = "^0.6.0"
2730

2831
[tool.pylint.messages_control]

0 commit comments

Comments
 (0)