Skip to content

Commit

Permalink
upd dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
da-maltsev committed Jul 5, 2023
1 parent a709371 commit 641d6ce
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 28 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ lint:
flake8 *.py
mypy

fmt:
isort .

dev:
watchmedo auto-restart --patterns '*.py' python bot.py
5 changes: 2 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile dev-requirements.in
#
Expand Down Expand Up @@ -143,7 +143,6 @@ types-emoji==1.2.6
# via -r dev-requirements.in
typing-extensions==3.10.0.0
# via
# boto3-stubs
# flake8-pie
# mypy
watchdog[watchmedo]==2.1.6
Expand Down
3 changes: 1 addition & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
python-telegram-bot
python-telegram-bot<20
python-dotenv
urlextract
sentry-sdk
peewee
psycopg2-binary
Expand Down
33 changes: 10 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
anyio==3.3.4
# via httpcore
appdirs==1.4.4
# via urlextract
apscheduler==3.6.3
# via python-telegram-bot
boto3==1.20.5
Expand All @@ -20,26 +18,22 @@ cachetools==4.2.2
# via python-telegram-bot
certifi==2021.5.30
# via
# httpcore
# httpx
# python-telegram-bot
# sentry-sdk
charset-normalizer==2.0.7
# via httpx
emoji==1.6.1
# via -r requirements.in
filelock==3.0.12
# via urlextract
h11==0.12.0
h11==0.14.0
# via httpcore
httpcore==0.13.7
httpcore==0.17.2
# via httpx
httpx==0.20.0
httpx==0.24.1
# via -r requirements.in
idna==3.2
# via
# anyio
# rfc3986
# urlextract
# httpx
jmespath==0.10.0
# via
# boto3
Expand All @@ -52,15 +46,12 @@ python-dateutil==2.8.2
# via botocore
python-dotenv==0.17.1
# via -r requirements.in
python-telegram-bot==13.6
python-telegram-bot==13.15
# via -r requirements.in
pytz==2021.1
pytz==2023.3
# via
# apscheduler
# python-telegram-bot
# tzlocal
rfc3986[idna2008]==1.5.0
# via httpx
s3transfer==0.5.0
# via boto3
sentry-sdk==1.1.0
Expand All @@ -76,12 +67,8 @@ sniffio==1.2.0
# httpx
tornado==6.1
# via python-telegram-bot
tzlocal==2.1
tzlocal==5.0.1
# via apscheduler
uritools==3.0.2
# via urlextract
urlextract==1.3.0
# via -r requirements.in
urllib3==1.26.5
# via
# botocore
Expand Down

0 comments on commit 641d6ce

Please sign in to comment.