Skip to content

Commit d93fb96

Browse files
committed
docs: update readme
1 parent 1c1e337 commit d93fb96

File tree

1 file changed

+39
-12
lines changed

1 file changed

+39
-12
lines changed

README.md

Lines changed: 39 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,52 @@
11
## Bot template for aiogram > 3.0
22

33
<p align="center">
4-
<a href="https://www.python.org/downloads/release/python-3110/">
5-
<img src="https://img.shields.io/badge/python-v3.11-informational" alt="python version">
4+
<a href="https://www.python.org/downloads/release/python-3130/">
5+
<img src="https://img.shields.io/badge/python-v3.13-informational" alt="python version">
66
</a>
7-
<a href="https://pypi.org/project/aiogram/3.0.0b9/">
8-
<img src="https://img.shields.io/badge/aiogram-v3.0.0b9-informational" alt="aiogram version">
7+
<a href="https://pypi.org/project/APScheduler/3.11.0/">
8+
<img src="https://img.shields.io/badge/APScheduler-v3.11.0-informational" alt="APScheduler version">
99
</a>
10-
<a href="https://pypi.org/project/environs/9.5.0/">
11-
<img src="https://img.shields.io/badge/environs-v9.5.0-informational" alt="environs version">
10+
<a href="https://pypi.org/project/aiogram/3.20.0/">
11+
<img src="https://img.shields.io/badge/aiogram-v3.20.0-informational" alt="aiogram version">
12+
</a>
13+
<a href="https://pypi.org/project/babel/2.17.0/">
14+
<img src="https://img.shields.io/badge/babel-v2.17.0-informational" alt="babel version">
15+
</a>
16+
<a href="https://pypi.org/project/environs/14.2.0/">
17+
<img src="https://img.shields.io/badge/environs-v14.2.0-informational" alt="environs version">
18+
</a>
19+
<a href="https://pypi.org/project/Jinja2/3.1.6/">
20+
<img src="https://img.shields.io/badge/Jinja2-v3.1.6-informational" alt="Jinja2 version">
21+
</a>
22+
<a href="https://pypi.org/project/loguru/0.7.3/">
23+
<img src="https://img.shields.io/badge/loguru-v0.7.3-informational" alt="loguru version">
1224
</a>
1325
<a href="https://pypi.org/project/redis/4.6.0/">
1426
<img src="https://img.shields.io/badge/redis-v4.6.0-informational" alt="redis version">
1527
</a>
16-
<a href="https://github.com/psf/black">
17-
<img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-black.svg">
28+
</p>
29+
30+
<p align="center">
31+
<a href="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/dependabot/dependabot-updates">
32+
<img src="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/dependabot/dependabot-updates/badge.svg" alt="Dependabot Updates">
1833
</a>
19-
<a href="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/test.yml">
20-
<img src="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/test.yml/badge.svg" alt="Code tests">
34+
<a href="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/dependency-review.yml">
35+
<img src="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/dependency-review.yml/badge.svg" alt="Dependency Review">
2136
</a>
2237
<a href="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/codeql.yml">
23-
<img src="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/codeql.yml/badge.svg" alt="Code tests">
38+
<img src="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/codeql.yml/badge.svg" alt="Code QL">
2439
</a>
25-
</p>
40+
<a href="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/mypy.yml">
41+
<img src="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/mypy.yml/badge.svg" alt="Mypy">
42+
</a>
43+
<a href="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/pylint.yml">
44+
<img src="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/pylint.yml/badge.svg" alt="Pylint">
45+
</a>
46+
<a href="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/pytest.yml">
47+
<img src="https://github.com/rin-gil/aiogram-v3-template/actions/workflows/pytest.yml/badge.svg" alt="Pytest">
48+
</a>
49+
<a href="https://github.com/psf/black">
50+
<img src="https://img.shields.io/badge/code%20style-black-black.svg" alt="Code style: black">
51+
</a>
52+
</p>

0 commit comments

Comments
 (0)