Skip to content

Commit 7d8d06d

Browse files
committed
Packege update
1 parent e1f9cfa commit 7d8d06d

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: [ "3.12" ]
8+
python-version: [ "3.12", "3.13" ]
99

1010
steps:
1111
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🤖 Aiogram Fastapi Bot Template
22

3-
[![Actions status](https://github.com/BushlanovDev/aiogram-fastapi-bot-template/actions/workflows/check.yml/badge.svg)](https://github.com/BushlanovDev/aiogram-fastapi-bot-template/actions) [![Python](https://img.shields.io/badge/Python-3.12%2B-brightgreen)](https://www.python.org/downloads/) [![Aiogram](https://img.shields.io/badge/aiogram-3.13-brightgreen)](https://pypi.org/project/aiogram/)
3+
[![Actions status](https://github.com/BushlanovDev/aiogram-fastapi-bot-template/actions/workflows/check.yml/badge.svg)](https://github.com/BushlanovDev/aiogram-fastapi-bot-template/actions) [![Python](https://img.shields.io/badge/Python-3.12%2B-brightgreen)](https://www.python.org/downloads/) [![Aiogram](https://img.shields.io/badge/aiogram-3.17-brightgreen)](https://pypi.org/project/aiogram/)
44

55
A simple template for creating a telegram bot on webhooks using the **aiogram** and **fastapi**
66

requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
aiofiles==24.1.0
2-
aiogram==3.13.1
3-
aiohappyeyeballs==2.4.3
4-
aiohttp==3.10.9
5-
aiosignal==1.3.1
2+
aiogram==3.17.0
3+
aiohappyeyeballs==2.4.6
4+
aiohttp==3.11.12
5+
aiosignal==1.3.2
66
annotated-types==0.7.0
7-
anyio==4.6.0
8-
attrs==24.2.0
9-
cachetools==5.5.0
10-
certifi==2024.8.30
11-
click==8.1.7
7+
anyio==4.8.0
8+
attrs==25.1.0
9+
cachetools==5.5.1
10+
certifi==2025.1.31
11+
click==8.1.8
1212
colorama==0.4.6
13-
fastapi==0.115.0
14-
frozenlist==1.4.1
13+
fastapi==0.115.8
14+
frozenlist==1.5.0
1515
h11==0.14.0
1616
idna==3.10
1717
magic-filter==1.0.12
1818
multidict==6.1.0
19-
pydantic==2.9.2
20-
pydantic-settings==2.5.2
21-
pydantic_core==2.23.4
19+
pydantic==2.10.6
20+
pydantic-settings==2.7.1
21+
pydantic_core==2.29.0
2222
python-dotenv==1.0.1
2323
sniffio==1.3.1
24-
starlette==0.38.5
24+
starlette==0.45.3
2525
typing_extensions==4.12.2
26-
uvicorn==0.31.0
27-
yarl==1.13.1
26+
uvicorn==0.34.0
27+
yarl==1.18.3

0 commit comments

Comments
 (0)