From 9aaab60202091af48ef33ba7e029a158fa9b2422 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Sun, 5 Jun 2022 10:48:05 +0300 Subject: [PATCH] v6.0.3.0 Change log: https://roxy-wi.org/changelog.py#6_0_3 --- config_other/requirements_el7.txt | 2 +- config_other/requirements_el8.txt | 2 +- config_other/requirements_el9.txt | 2 +- requirements.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config_other/requirements_el7.txt b/config_other/requirements_el7.txt index 6a9f1619..94e8cc9c 100644 --- a/config_other/requirements_el7.txt +++ b/config_other/requirements_el7.txt @@ -3,5 +3,5 @@ networkx==2.1 matplotlib==2.1.2 paramiko-ng>=2.5.0 slack-sdk>=3.4.0 -peewee>=3.14.4 +peewee>=3.14.10 PyMySQL>=1.0.2 diff --git a/config_other/requirements_el8.txt b/config_other/requirements_el8.txt index 95e12a3d..8176dfaa 100644 --- a/config_other/requirements_el8.txt +++ b/config_other/requirements_el8.txt @@ -4,6 +4,6 @@ networkx==2.1 matplotlib==2.1.2 paramiko-ng>=2.5.0 slack-sdk>=3.4.0 -peewee>=3.14.4 +peewee>=3.14.10 PyMySQL>=1.0.2 bottle>=0.12.18 diff --git a/config_other/requirements_el9.txt b/config_other/requirements_el9.txt index 4cf53cd7..03e6f789 100644 --- a/config_other/requirements_el9.txt +++ b/config_other/requirements_el9.txt @@ -4,6 +4,6 @@ networkx>=2.1 matplotlib>=2.1.2 paramiko-ng>=2.5.0 slack-sdk>=3.4.0 -peewee>=3.14.4 +peewee>=3.14.10 PyMySQL>=1.0.2 bottle>=0.12.18 diff --git a/requirements.txt b/requirements.txt index 8fda8ba7..180aa1db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ matplotlib>=2.1.2 future>=0.13.1 jinja2>=2.10.1 slack-sdk>=3.4.0 -peewee>=3.14.4 +peewee>=3.14.10 PyMySQL>=1.0.2 distro>=1.2.0 -bottle>=0.12.18 \ No newline at end of file +bottle>=0.12.18