diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-12-18 05:31:42 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-12-18 05:31:42 +0300 |
commit | f4e49bc5266226fdb813896861d6b1a9cc4d6444 (patch) | |
tree | 5f1109ec7686bd253e4fcc8d0ef46768a282a9cc | |
parent | 7bb6daa4bf09947142e38ff468b7f62baae110fd (diff) |
requirements.txt: update packages
-rw-r--r-- | requirements.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index dd5d185..46f9b8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ -paho-mqtt~=1.5.1 +paho-mqtt==1.6.1 inverterd~=1.0.3 clickhouse-driver~=0.2.0 toml~=0.10.2 mysql-connector-python~=8.0.27 -Werkzeug~=2.0.2 +Werkzeug==2.2.2 uwsgi~=2.0.20 -python-telegram-bot~=13.1 -requests~=2.26.0 +python-telegram-bot==13.15 +requests==2.28.1 aiohttp~=3.8.1 -pytz~=2021.3 +pytz==2022.6 PyYAML~=6.0 apscheduler~=3.9.1 psutil~=5.9.1 @@ -21,5 +21,5 @@ scikit-image~=0.19.3 Pillow~=9.1.1 # for polaris kettle protocol implementation -cryptography~=37.0.2 -zeroconf~=0.38.7
\ No newline at end of file +cryptography==38.0.4 +zeroconf==0.39.4
\ No newline at end of file |