From 8297e13b32d7f8ede611484aac8dbef0ed24b9f8 Mon Sep 17 00:00:00 2001 From: ksieuk Date: Sat, 14 Oct 2023 15:04:21 +0300 Subject: [PATCH] fix: [#49] fix aiogram package --- src/bot_aiogram/poetry.lock | 4 ++-- src/bot_aiogram/pyproject.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/bot_aiogram/poetry.lock b/src/bot_aiogram/poetry.lock index b1786ff..22a35e5 100644 --- a/src/bot_aiogram/poetry.lock +++ b/src/bot_aiogram/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiogram" @@ -1361,4 +1361,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "afc5943d3cbf03dd9b7103acb8a74e8750b22fc3b98c50efa21c3ea5f2739483" +content-hash = "9e963b2a584e01caae30c87f27c892c70461cf3ef7e22e64e57d0a56634934c1" diff --git a/src/bot_aiogram/pyproject.toml b/src/bot_aiogram/pyproject.toml index da0f281..f0d1936 100644 --- a/src/bot_aiogram/pyproject.toml +++ b/src/bot_aiogram/pyproject.toml @@ -15,13 +15,13 @@ py_version = "311" [tool.poetry] authors = ["jsdio@jsdio.ru"] description = "" -name = "fastapi_project" +name = "bot_aiogram" readme = "README.md" version = "0.1.0" [tool.poetry.dependencies] -aiogram = "~2.18" -environs = "~9.0" +aiogram = "2.18" +environs = "9.0" pydantic-settings = "^2.0.3" pytest-asyncio = "^0.21.1" python = "^3.11"