|
1 | 1 | ## Bot template for aiogram > 3.0 |
2 | 2 |
|
3 | 3 | <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"> |
6 | 6 | </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"> |
9 | 9 | </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"> |
12 | 24 | </a> |
13 | 25 | <a href="https://pypi.org/project/redis/4.6.0/"> |
14 | 26 | <img src="https://img.shields.io/badge/redis-v4.6.0-informational" alt="redis version"> |
15 | 27 | </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"> |
18 | 33 | </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"> |
21 | 36 | </a> |
22 | 37 | <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"> |
24 | 39 | </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