Skip to content

Commit

Permalink
build: ⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardspy committed Jun 8, 2022
1 parent 73924df commit 1520509
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 40 deletions.
82 changes: 48 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,28 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "qbert"
version = "0.1.4"
description = "Dead simple task queue backed by PostgreSQL"
version = "0.0.0"
description = "a dead simple task queue backed by postgres"
authors = ["backwardspy <backwardspy@gmail.com>"]
readme = "README.md"
repository = "https://github.com/backwardspy/qbert"

[tool.poetry-dynamic-versioning]
enable = true

[tool.poetry.dependencies]
python = "^3.10"
piccolo = {extras = ["postgres", "orjson"], version = "^0.74.4"}
piccolo = {extras = ["orjson", "postgres"], version = "^0.75.0"}
pydantic = "^1.9.1"
ulid-py = "^1.1.0"

[tool.poetry.group.dev.dependencies]
black = "^22.3.0"
pylint = "^2.13.9"
mypy = "^0.950"
pylint = "^2.14.1"
mypy = "^0.961"
ptpython = "^3.0.20"
isort = "^5.10.1"
ward = "^0.66.0-beta.0"
ward = "^0.66.0b0"
loguru = "^0.6.0"

[tool.pylint.messages_control]
Expand Down

0 comments on commit 1520509

Please sign in to comment.