Peter Justin 4 лет назад
Родитель
Сommit
98fb02c8e4
3 измененных файлов с 20 добавлено и 17 удалено
  1. 1 1
      requirements-dev.txt
  2. 9 8
      requirements.txt
  3. 10 8
      setup.py

+ 1 - 1
requirements-dev.txt

@@ -5,7 +5,7 @@ bumpversion>=0.5.3
 cov-core
 cov-core
 coverage
 coverage
 flake8
 flake8
-flake8-bugbear ; python_version>'3.5'
+flake8-bugbear
 freezegun
 freezegun
 py
 py
 pytest
 pytest

+ 9 - 8
requirements.txt

@@ -4,8 +4,8 @@ attrs==19.3.0
 Babel==2.8.0
 Babel==2.8.0
 billiard==3.6.3.0
 billiard==3.6.3.0
 blinker==1.4
 blinker==1.4
-celery==4.4.4
-certifi==2020.4.5.1
+celery==4.4.6
+certifi==2020.6.20
 chardet==3.0.4
 chardet==3.0.4
 click==7.1.2
 click==7.1.2
 click-log==0.3.2
 click-log==0.3.2
@@ -28,28 +28,29 @@ flask-whooshee==0.7.0
 Flask-WTF==0.14.3
 Flask-WTF==0.14.3
 flaskbb-plugin-conversations==1.0.7
 flaskbb-plugin-conversations==1.0.7
 flaskbb-plugin-portal==1.1.3
 flaskbb-plugin-portal==1.1.3
-idna==2.9
+future==0.18.2
+idna==2.10
 itsdangerous==1.1.0
 itsdangerous==1.1.0
 Jinja2==2.11.2
 Jinja2==2.11.2
-kombu==4.6.10
+kombu==4.6.11
 limits==1.5.1
 limits==1.5.1
 Mako==1.1.3
 Mako==1.1.3
 MarkupSafe==1.1.1
 MarkupSafe==1.1.1
 mistune==0.8.4
 mistune==0.8.4
 olefile==0.46
 olefile==0.46
-Pillow==7.1.2
+Pillow==7.2.0
 pluggy==0.13.1
 pluggy==0.13.1
 Pygments==2.6.1
 Pygments==2.6.1
 python-dateutil==2.8.1
 python-dateutil==2.8.1
 python-editor==1.0.4
 python-editor==1.0.4
 pytz==2020.1
 pytz==2020.1
 redis==3.5.3
 redis==3.5.3
-requests==2.23.0
+requests==2.24.0
 simplejson==3.17.0
 simplejson==3.17.0
 six==1.15.0
 six==1.15.0
 speaklater==1.3
 speaklater==1.3
-SQLAlchemy==1.3.17
-SQLAlchemy-Utils==0.36.6
+SQLAlchemy==1.3.18
+SQLAlchemy-Utils==0.36.8
 Unidecode==1.1.1
 Unidecode==1.1.1
 urllib3==1.25.9
 urllib3==1.25.9
 vine==1.3.0
 vine==1.3.0

+ 10 - 8
setup.py

@@ -41,8 +41,8 @@ install_requires = [
     "Babel>=2.8.0",
     "Babel>=2.8.0",
     "billiard>=3.6.3.0",
     "billiard>=3.6.3.0",
     "blinker>=1.4",
     "blinker>=1.4",
-    "celery>=4.4.3",
-    "certifi>=2020.4.5.1",
+    "celery>=4.4.6",
+    "certifi>=2020.6.20",
     "chardet>=3.0.4",
     "chardet>=3.0.4",
     "click>=7.1.2",
     "click>=7.1.2",
     "click-log>=0.3.2",
     "click-log>=0.3.2",
@@ -65,28 +65,29 @@ install_requires = [
     "Flask-WTF>=0.14.3",
     "Flask-WTF>=0.14.3",
     "flaskbb-plugin-conversations>=1.0.7",
     "flaskbb-plugin-conversations>=1.0.7",
     "flaskbb-plugin-portal>=1.1.3",
     "flaskbb-plugin-portal>=1.1.3",
-    "idna>=2.9",
+    "future>=0.18.2",
+    "idna>=2.10",
     "itsdangerous>=1.1.0",
     "itsdangerous>=1.1.0",
     "Jinja2>=2.11.2",
     "Jinja2>=2.11.2",
-    "kombu>=4.6.9",
+    "kombu>=4.6.11",
     "limits>=1.5.1",
     "limits>=1.5.1",
     "Mako>=1.1.3",
     "Mako>=1.1.3",
     "MarkupSafe>=1.1.1",
     "MarkupSafe>=1.1.1",
     "mistune>=0.8.4",
     "mistune>=0.8.4",
     "olefile>=0.46",
     "olefile>=0.46",
-    "Pillow>=7.1.2",
+    "Pillow>=7.2.0",
     "pluggy>=0.13.1",
     "pluggy>=0.13.1",
     "Pygments>=2.6.1",
     "Pygments>=2.6.1",
     "python-dateutil>=2.8.1",
     "python-dateutil>=2.8.1",
     "python-editor>=1.0.4",
     "python-editor>=1.0.4",
     "pytz>=2020.1",
     "pytz>=2020.1",
     "redis>=3.5.3",
     "redis>=3.5.3",
-    "requests>=2.23.0",
+    "requests>=2.24.0",
     "simplejson>=3.17.0",
     "simplejson>=3.17.0",
     "six>=1.15.0",
     "six>=1.15.0",
     "speaklater>=1.3",
     "speaklater>=1.3",
-    "SQLAlchemy>=1.3.17",
-    "SQLAlchemy-Utils>=0.36.6",
+    "SQLAlchemy>=1.3.18",
+    "SQLAlchemy-Utils>=0.36.8",
     "Unidecode>=1.1.1",
     "Unidecode>=1.1.1",
     "urllib3>=1.25.9",
     "urllib3>=1.25.9",
     "vine>=1.3.0",
     "vine>=1.3.0",
@@ -95,6 +96,7 @@ install_requires = [
     "WTForms>=2.3.1",
     "WTForms>=2.3.1",
 ]
 ]
 
 
+
 extras_require = {"postgres": ["psycopg2-binary"]}
 extras_require = {"postgres": ["psycopg2-binary"]}
 
 
 tests_require = ["py", "pytest", "pytest-cov", "cov-core", "coverage"]
 tests_require = ["py", "pytest", "pytest-cov", "cov-core", "coverage"]