Skip to content

Commit

Permalink
Merge pull request #2 from soltanoff/package-version-updates
Browse files Browse the repository at this point in the history
Package version updates
  • Loading branch information
soltanoff authored Nov 23, 2024
2 parents 45da201 + f540850 commit c0e8888
Show file tree
Hide file tree
Showing 4 changed files with 1,564 additions and 1,041 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ lint:
#PYTHONPATH=./app poetry run mypy --namespace-packages --show-error-codes app --check-untyped-defs --ignore-missing-imports --show-traceback

safety:
poetry run safety check
@# Ignore 62044 / CVE-2024-22190, we're not using GitPython
# Ignore 70612 / CVE-2019-8341, Jinja2 is a safety dep, not ours
poetry run safety check --ignore 63687 --ignore 70612

app-up: # Up the project using docker-compose
$(DC) up -d --build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![\[Telegram\] aiogram live](https://img.shields.io/badge/telegram-aiogram-blue.svg?style=flat-square)](https://t.me/aiogram_live)
[![Supported python versions](https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram)
[![Telegram Bot API](https://img.shields.io/badge/Telegram%20Bot%20API-7.0-blue.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api)
[![Telegram Bot API](https://img.shields.io/badge/Telegram%20Bot%20API-8.0-blue.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api)
[![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT)

This is just a project template for writing telegram bots. The project has linter, logger, docker, dot-env configured.
Expand Down
Loading

0 comments on commit c0e8888

Please sign in to comment.