Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSiidorow committed May 3, 2024
1 parent f592205 commit a2e5d8f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 29 deletions.
44 changes: 22 additions & 22 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "3.11.3"
python-telegram-bot = { extras = ["webhooks"], version = "^21.1.1" }
pydantic = "^2.6.4"
pydantic = "^2.7.1"
pydantic-settings = "^2.2.1"
openai = "^1.16.2"
openai = "^1.25.1"
pillow = "^10.3.0"
matplotlib = "^3.8.4"
more-itertools = "^10.2.0"
asyncio = "^3.4.3"

[tool.poetry.group.dev.dependencies]
mypy = "^1.9.0"
poethepoet = "^0.25.0"
ruff = "^0.3.5"
mypy = "^1.10.0"
poethepoet = "^0.26.1"
ruff = "^0.4.2"
watchfiles = "^0.21.0"

[tool.poe.tasks]
Expand Down
3 changes: 1 addition & 2 deletions wappu_spiriter/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ class Settings(BaseSettings):
webhook_url: str | None = None


# pydantic dotenv is dumb here, see https://github.com/pydantic/pydantic/issues/3753
settings = Settings() # type: ignore
settings = Settings()

0 comments on commit a2e5d8f

Please sign in to comment.