Skip to content

Commit

Permalink
Dep version fixez
Browse files Browse the repository at this point in the history
  • Loading branch information
f213 committed Jan 13, 2024
1 parent 65b6d1d commit 21a596e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 46 deletions.
72 changes: 29 additions & 43 deletions poetry.lock

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

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ readme = "README.md"
version = "2024.01.10"

[tool.poetry.dependencies]
celery = "^5.0"
celery = "~5.3.6"
flask = {extras = ["async"], version = "^3.0.0"}
peewee = "^3.17.0"
peewee = "~3.17.0"
pystmark = "~0.5.3"
python = "~3.12"
python-dotenv = "^1.0.0"
Expand All @@ -18,7 +18,6 @@ sentry-sdk = "~1"
uvicorn = "^0.25.0"

[tool.poetry.group.dev.dependencies]
faker = "^22.0.0"
ipython = "^8.19.0"
mypy = "^1.8.0"
ruff = "^0.1.11"
Expand Down

0 comments on commit 21a596e

Please sign in to comment.