update dependencies (#87)

This commit is contained in:
Dmitry Afanasyev 2024-02-10 00:13:29 +03:00 committed by GitHub
parent a18c94882a
commit 7745bd5001
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 394 additions and 394 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.12.1 AS compile-image FROM python:3.12.2 AS compile-image
ARG USER=web ARG USER=web
ARG STAGE ARG STAGE

771
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "chat_gpt_bot" name = "chat_gpt_bot"
version = "1.5.2" version = "1.6.0"
description = "Bot to integrated with Chat gpt" description = "Bot to integrated with Chat gpt"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"] authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
@ -12,10 +12,10 @@ build-backend = "poetry.core.masonry.api"
python = "^3.12" python = "^3.12"
fastapi = "^0.109" fastapi = "^0.109"
python-telegram-bot = {version = "^20.6", extras=["ext"]} python-telegram-bot = {version = "^20.8", extras=["ext"]}
python-dotenv = "^1.0" python-dotenv = "^1.0"
python-dateutil = "*" python-dateutil = "*"
httpx = "^0.25" httpx = "^0.26"
aiohttp = "^3.9" aiohttp = "^3.9"
loguru = "^0.7" loguru = "^0.7"
pydantic = "^2.6" pydantic = "^2.6"
@ -34,7 +34,7 @@ sqlalchemy = {version = "^2.0", extras=["mypy"]}
alembic = "^1.13" alembic = "^1.13"
sqladmin = {version = "^0.16", extras=["full"]} sqladmin = {version = "^0.16", extras=["full"]}
pydub = {git = "https://github.com/jiaaro/pydub.git"} pydub = {git = "https://github.com/jiaaro/pydub.git"}
types-pytz = "^2023.4.0.20240130" types-pytz = "^2024.1.0.20240203"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
@ -57,16 +57,15 @@ mypy = "^1.8"
types-PyMySQL = "^1.0" types-PyMySQL = "^1.0"
types-python-dateutil = "^2.8" types-python-dateutil = "^2.8"
pytest = "^7.4" pytest = "^8.0"
pytest-asyncio = "^0.15.1" pytest-asyncio = "^0.15.1"
pytest-deadfixtures = "^2.2" pytest-deadfixtures = "^2.2"
pytest-repeat = "^0.9" pytest-repeat = "^0.9"
pytest-testmon = "^2.1"
pytest-mock = "^3.12" pytest-mock = "^3.12"
pytest-cov = "^4.1" pytest-cov = "^4.1"
pytest-timeout = "^2.1" pytest-timeout = "^2.1"
pytest-timeouts = "^1.2" pytest-timeouts = "^1.2"
pytest-sugar = "^0.9" pytest-sugar = "^1.0"
pytest-clarity = "^1.0" pytest-clarity = "^1.0"
pytest-env = "^1.1" pytest-env = "^1.1"
nest-asyncio = "^1.6" nest-asyncio = "^1.6"
@ -100,7 +99,7 @@ flake8-simplify = "^0.21"
flake8-bandit = "^4.1" flake8-bandit = "^4.1"
Flake8-pyproject = "^1.2.3" Flake8-pyproject = "^1.2.3"
ruff = "^0.1" ruff = "^0.2"
[tool.flake8] [tool.flake8]
inline-quotes = "double" inline-quotes = "double"