From 21c6f95754ea2c25c2748ec3e7723955569bcd0d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 6 Sep 2017 10:46:06 +1000 Subject: [PATCH 001/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c15ac1d9..83aa94bd 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==3.7.1 + py32: coverage==4.4.1 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From bf2be27abafdaf50d032788864985a95279b1c6f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 6 Sep 2017 10:46:08 +1000 Subject: [PATCH 002/319] [requires.io] dependency update --- setup.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index d83a4012..0e54a864 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def find_packages(*paths): 'django-polymorphic>=0.8,!=1,!=1.0.1', 'django-wysiwyg', 'django_extensions', - 'html5lib==0.999', # See: https://github.com/html5lib/html5lib-python/issues/189 and https://github.com/pydanny-archive/django-wysiwyg/issues/61 + 'html5lib==0.999999999', # See: https://github.com/html5lib/html5lib-python/issues/189 and https://github.com/pydanny-archive/django-wysiwyg/issues/61 'nltk', 'Pillow>=4', # See: https://github.com/python-pillow/Pillow/issues/2206 'pip-tools', @@ -88,7 +88,7 @@ def find_packages(*paths): 'Werkzeug', ], 'django18': [ - 'Django>=1.8,<1.9', # LTS + 'Django>=1.11,<1.12', # LTS ], 'forms': [ 'django-forms-builder', @@ -110,7 +110,7 @@ def find_packages(*paths): 'django-polymorphic-auth', 'django-post-office', 'django-redis', - 'django-reversion>=1.9.3,<1.10', # 1.9.3+ use DB transactions 1.10 has breaking changes for Django 1.9' + 'django-reversion>=2.0,<2.1', # 1.9.3+ use DB transactions 1.10 has breaking changes for Django 1.9' 'django-storages<1.6', # 1.7 breaks s3 URLs - see https://github.com/jschneier/django-storages/issues/343 'django-test-without-migrations', 'django-timezone', @@ -131,11 +131,11 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=1.0.0,<2.0.0', + 'elasticsearch>=5.4,<5.5', 'elasticstack', ], 'test': [ - 'celery[redis]==3.1.24', + 'celery[redis]==4.1.0', 'coverage', 'coveralls', 'django-dynamic-fixture', @@ -165,7 +165,7 @@ def find_packages(*paths): 'pyparsing', 'unidecode', 'edtf>=2.5', - 'webcolors==1.5', + 'webcolors==1.7', 'colormath==2.1.1', # Disable as it's devpi-only # 'colorweave==0.1+0.ce27c83b4e06a8185531538fa11c18c5ea2c1aba.ixc', From 873bb70297c1cff06d3d1aabb4f1c0b55b4915ef Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 6 Sep 2017 10:46:09 +1000 Subject: [PATCH 003/319] [requires.io] dependency update --- docs/requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 81552722..aec66b8d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,26 +6,26 @@ # alabaster==0.7.10 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog -babel==2.4.0 # via sphinx +babel==2.5.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2017.4.17 # via tornado -commonmark==0.5.4 # via recommonmark -docutils==0.13.1 # via recommonmark, sphinx +certifi==2017.7.27.1 # via tornado +commonmark==0.7.4 # via recommonmark +docutils==0.14 # via recommonmark, sphinx imagesize==0.7.1 # via sphinx Jinja2==2.9.6 # via sphinx livereload==2.5.1 # via sphinx-autobuild MarkupSafe==1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog -port-for==0.3.1 # via sphinx-autobuild +port-for==0.4 # via sphinx-autobuild Pygments==2.2.0 # via sphinx pytz==2017.2 # via babel PyYAML==3.12 # via sphinx-autobuild, watchdog recommonmark==0.4.0 -requests==2.13.0 # via sphinx +requests==2.18.4 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.10.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx -sphinx-autobuild==0.6.0 -sphinx==1.5.5 -tornado==4.5.1 # via livereload, sphinx-autobuild +sphinx-autobuild==0.7.1 +sphinx==1.6.3 +tornado==4.5.2 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 938ba36303887f30a74fa40db1cfe8b38ffd91f6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 2 Oct 2017 14:31:21 +1100 Subject: [PATCH 004/319] [requires.io] dependency update --- docs/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index aec66b8d..daa0d07c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ # alabaster==0.7.10 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog -babel==2.5.0 # via sphinx +babel==2.5.1 # via sphinx backports-abc==0.5 # via tornado certifi==2017.7.27.1 # via tornado commonmark==0.7.4 # via recommonmark @@ -23,9 +23,9 @@ PyYAML==3.12 # via sphinx-autobuild, watchdog recommonmark==0.4.0 requests==2.18.4 # via sphinx singledispatch==3.4.0.3 # via tornado -six==1.10.0 # via livereload, singledispatch, sphinx +six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.6.3 +sphinx==1.6.4 tornado==4.5.2 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From c892f78e35386e617c367e6964a4cf02c245c25d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 20 Oct 2017 09:49:23 +1100 Subject: [PATCH 005/319] [requires.io] dependency update --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index d3cbe5ca..b5ace8ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ +djangorestframework<3.7 # Avoid JSONField errors with Django 1.8 + -e .[api,brightcove,dev,docs,django18,forms,project,search,test,events,collections] -e git+https://github.com/ixc/django-dynamic-fixture.git@caeb3427399edd3b0d589516993c7da55e0de560#egg=django-dynamic-fixture From 6c0f24c862d3ccba8be536eee8ae16a68390c7aa Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 20 Oct 2017 11:23:16 +1100 Subject: [PATCH 006/319] [requires.io] dependency update --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index 0e54a864..2fb55f7f 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,13 @@ def find_packages(*paths): 'requests', 'unidecode', 'bleach<2', # Bleach 2 adds a dependency on html5lib>=0.99999999, which breaks our above requirement of html5lib==0.999 + + # Django 1.8-specific version dependencies that must be here to be + # respected. Ideally these restrictions would go below in the + # 'django18' section but setuptools does not respect them there. + # TODO Remove these once GLAMkit uses Django > 1.8 by default. + 'djangorestframework<3.7' # Avoid JSONField errors with Django 1.8 + 'django-filter<1.1', # Avoid get_filter_name() errors with Django 1.8 ], extras_require={ 'api': [ From a44925905471c6239570c02bd4c57d460b4986e6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 20 Oct 2017 11:23:17 +1100 Subject: [PATCH 007/319] [requires.io] dependency update --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b5ace8ee..b998995e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ djangorestframework<3.7 # Avoid JSONField errors with Django 1.8 +django-filter<1.1 # Avoid get_filter_name() errors with Django 1.8 -e .[api,brightcove,dev,docs,django18,forms,project,search,test,events,collections] From c25fdcac0f3ed543dcdf624fcd87dc3377c418ff Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 23 Oct 2017 14:26:32 +1100 Subject: [PATCH 008/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index daa0d07c..4c2d4ef0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.6.4 +sphinx==1.6.5 tornado==4.5.2 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From c2b91c718ee17503c68fc1e2e52858c0e92c5d9a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 31 Oct 2017 01:22:17 +1100 Subject: [PATCH 009/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4c2d4ef0..11037dc8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.2.0 # via sphinx -pytz==2017.2 # via babel +pytz==2017.3 # via babel PyYAML==3.12 # via sphinx-autobuild, watchdog recommonmark==0.4.0 requests==2.18.4 # via sphinx From 330f94b5c9f5efefa4c56764e078b404f624877b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 6 Nov 2017 01:18:42 +1100 Subject: [PATCH 010/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 11037dc8..dcde03e6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.10 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.5.1 # via sphinx backports-abc==0.5 # via tornado -certifi==2017.7.27.1 # via tornado +certifi==2017.11.5 # via tornado commonmark==0.7.4 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==0.7.1 # via sphinx From f1796936fb5611f2aedea2040e8b6ec806b2261b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 6 Nov 2017 02:32:05 +1100 Subject: [PATCH 011/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 83aa94bd..7b4c18a7 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==4.4.1 + py32: coverage==4.4.2 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From c4d2baa1a154b02595593380cfb447570f36559e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 9 Nov 2017 07:36:12 +1100 Subject: [PATCH 012/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index dcde03e6..9e11eae0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ certifi==2017.11.5 # via tornado commonmark==0.7.4 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==0.7.1 # via sphinx -Jinja2==2.9.6 # via sphinx +Jinja2==2.10 # via sphinx livereload==2.5.1 # via sphinx-autobuild MarkupSafe==1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog From 75862b45cbe44c04a5d8203b3593b9f80cd86c57 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 11 Nov 2017 01:14:18 +1100 Subject: [PATCH 013/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2fb55f7f..cb19b280 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=5.4,<5.5', + 'elasticsearch>=5.5,<5.6', 'elasticstack', ], 'test': [ From 5e1b19167c2fcbf8c2d79f37a70392df20ae3e30 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 15 Nov 2017 01:23:09 +1100 Subject: [PATCH 014/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb19b280..d2ceb49f 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=5.5,<5.6', + 'elasticsearch>=6.0,<6.1', 'elasticstack', ], 'test': [ From 322e29f532ff0ec27a4950c96bdc3750d9f95ec5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 15 Nov 2017 12:44:17 +1100 Subject: [PATCH 015/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d2ceb49f..1b4152bd 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def find_packages(*paths): # respected. Ideally these restrictions would go below in the # 'django18' section but setuptools does not respect them there. # TODO Remove these once GLAMkit uses Django > 1.8 by default. - 'djangorestframework<3.7' # Avoid JSONField errors with Django 1.8 + 'djangorestframework<3.7', # Avoid JSONField errors with Django 1.8 'django-filter<1.1', # Avoid get_filter_name() errors with Django 1.8 ], extras_require={ From 010b6d555f889e4a99fe8e1d463f2448f73e5519 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 3 Dec 2017 10:20:34 +1100 Subject: [PATCH 016/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b4152bd..68fa529b 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def find_packages(*paths): 'Werkzeug', ], 'django18': [ - 'Django>=1.11,<1.12', # LTS + 'Django>=2.0,<2.1', # LTS ], 'forms': [ 'django-forms-builder', From 7608dd3adeb1b08d124badfe144277b281507e26 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 8 Dec 2017 01:42:51 +1100 Subject: [PATCH 017/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68fa529b..6254f1a8 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def find_packages(*paths): 'django-polymorphic>=0.8,!=1,!=1.0.1', 'django-wysiwyg', 'django_extensions', - 'html5lib==0.999999999', # See: https://github.com/html5lib/html5lib-python/issues/189 and https://github.com/pydanny-archive/django-wysiwyg/issues/61 + 'html5lib==1.0', # See: https://github.com/html5lib/html5lib-python/issues/189 and https://github.com/pydanny-archive/django-wysiwyg/issues/61 'nltk', 'Pillow>=4', # See: https://github.com/python-pillow/Pillow/issues/2206 'pip-tools', From b48aa3c567445eb2b7a79478de1316c8834c28f7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 8 Dec 2017 03:31:15 +1100 Subject: [PATCH 018/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6254f1a8..1022231f 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def find_packages(*paths): 'django-polymorphic>=0.8,!=1,!=1.0.1', 'django-wysiwyg', 'django_extensions', - 'html5lib==1.0', # See: https://github.com/html5lib/html5lib-python/issues/189 and https://github.com/pydanny-archive/django-wysiwyg/issues/61 + 'html5lib==1.0.1', # See: https://github.com/html5lib/html5lib-python/issues/189 and https://github.com/pydanny-archive/django-wysiwyg/issues/61 'nltk', 'Pillow>=4', # See: https://github.com/python-pillow/Pillow/issues/2206 'pip-tools', From 68934d7b3069aeab51f22211ffaaa9a7f55c119e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 28 Dec 2017 08:29:16 +1100 Subject: [PATCH 019/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1022231f..e4bdb28f 100644 --- a/setup.py +++ b/setup.py @@ -173,7 +173,7 @@ def find_packages(*paths): 'unidecode', 'edtf>=2.5', 'webcolors==1.7', - 'colormath==2.1.1', + 'colormath==3.0.0', # Disable as it's devpi-only # 'colorweave==0.1+0.ce27c83b4e06a8185531538fa11c18c5ea2c1aba.ixc', ] From 086fac1a850a15eafe147cf0ee4edf98914bd9f5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 6 Jan 2018 14:06:50 +1100 Subject: [PATCH 020/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4bdb28f..64dead69 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=6.0,<6.1', + 'elasticsearch>=6.1,<6.2', 'elasticstack', ], 'test': [ From cbbc0d9e91822ee781559d4023a98975124892f6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 7 Jan 2018 06:51:30 +1100 Subject: [PATCH 021/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9e11eae0..ae86fe49 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,5 +27,5 @@ six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==1.6.5 -tornado==4.5.2 # via livereload, sphinx-autobuild +tornado==4.5.3 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 19830e0fc6a4373c4ee83813ea1cee907cd760a9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 8 Jan 2018 23:52:33 +1100 Subject: [PATCH 022/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ae86fe49..0faabc91 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.6.5 +sphinx==1.6.6 tornado==4.5.3 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 98a8d84b3543d69f4a590dc3a963a9a25aaf3a53 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 16 Jan 2018 00:04:47 +1100 Subject: [PATCH 023/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0faabc91..e2374970 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ # alabaster==0.7.10 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog -babel==2.5.1 # via sphinx +babel==2.5.2 # via sphinx backports-abc==0.5 # via tornado certifi==2017.11.5 # via tornado commonmark==0.7.4 # via recommonmark From 7fc424d8a5822d5d562c4f944d7ad5b0d4393fab Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 16 Jan 2018 10:09:20 +1100 Subject: [PATCH 024/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e2374970..fc65eb67 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ # alabaster==0.7.10 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog -babel==2.5.2 # via sphinx +babel==2.5.3 # via sphinx backports-abc==0.5 # via tornado certifi==2017.11.5 # via tornado commonmark==0.7.4 # via recommonmark From 853a7b5e49d4f550b4612354ceef5bbc84957bb0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 19 Jan 2018 09:36:36 +1100 Subject: [PATCH 025/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index fc65eb67..aa3f7c5d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.10 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.5.3 # via sphinx backports-abc==0.5 # via tornado -certifi==2017.11.5 # via tornado +certifi==2018.1.18 # via tornado commonmark==0.7.4 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==0.7.1 # via sphinx From 3dfb2539d39c38668909a80a64c1afac59791120 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 4 Feb 2018 11:41:03 +1100 Subject: [PATCH 026/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7b4c18a7..ceb7184a 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==4.4.2 + py32: coverage==4.5 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From c95158dfe2e4df7cfc761cbf6b79745b37162175 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 5 Feb 2018 03:09:32 +1100 Subject: [PATCH 027/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index aa3f7c5d..79430557 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.6.6 +sphinx==1.6.7 tornado==4.5.3 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 5f60cbc7c7a93d413715d7eab6310d07b4907aa1 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 9 Feb 2018 17:05:17 +1100 Subject: [PATCH 028/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64dead69..d10c1e2b 100644 --- a/setup.py +++ b/setup.py @@ -172,7 +172,7 @@ def find_packages(*paths): 'pyparsing', 'unidecode', 'edtf>=2.5', - 'webcolors==1.7', + 'webcolors==1.8', 'colormath==3.0.0', # Disable as it's devpi-only # 'colorweave==0.1+0.ce27c83b4e06a8185531538fa11c18c5ea2c1aba.ixc', From 94ead45fba6e2c786f9a7d11d696a102708223b6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 10 Feb 2018 01:58:27 +1100 Subject: [PATCH 029/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 79430557..8c480370 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.2.0 # via sphinx -pytz==2017.3 # via babel +pytz==2018.3 # via babel PyYAML==3.12 # via sphinx-autobuild, watchdog recommonmark==0.4.0 requests==2.18.4 # via sphinx From 6dd07b9f2ad716447426bb8498b99bde7778b349 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 11 Feb 2018 08:47:09 +1100 Subject: [PATCH 030/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ceb7184a..661f27cb 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==4.5 + py32: coverage==4.5.1 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From b8471ee6327f8ecb664baac088989afc7d09886e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 12 Feb 2018 18:45:15 +1100 Subject: [PATCH 031/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8c480370..7fefc9f5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.6.7 +sphinx==1.7.0 tornado==4.5.3 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 0ebcce34111b73187384e17e4239f4cb5200af2b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 13 Feb 2018 10:50:12 +1100 Subject: [PATCH 032/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d10c1e2b..9cc7970a 100644 --- a/setup.py +++ b/setup.py @@ -172,7 +172,7 @@ def find_packages(*paths): 'pyparsing', 'unidecode', 'edtf>=2.5', - 'webcolors==1.8', + 'webcolors==1.8.1', 'colormath==3.0.0', # Disable as it's devpi-only # 'colorweave==0.1+0.ce27c83b4e06a8185531538fa11c18c5ea2c1aba.ixc', From 79781171cefea0ebaf00da05092e45dc795f882a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 16 Feb 2018 13:00:05 +1100 Subject: [PATCH 033/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7fefc9f5..5d07efac 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -11,7 +11,7 @@ backports-abc==0.5 # via tornado certifi==2018.1.18 # via tornado commonmark==0.7.4 # via recommonmark docutils==0.14 # via recommonmark, sphinx -imagesize==0.7.1 # via sphinx +imagesize==1.0.0 # via sphinx Jinja2==2.10 # via sphinx livereload==2.5.1 # via sphinx-autobuild MarkupSafe==1.0 # via jinja2 From 1e1bd10b737c2a5bc721d3ad0d95407262ce4581 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 24 Feb 2018 01:55:25 +1100 Subject: [PATCH 034/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5d07efac..524b5a5b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.7.0 +sphinx==1.7.1 tornado==4.5.3 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 764ea3496bc73fb6e687e89ec74f86193e468f7e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 6 Mar 2018 02:57:07 +1100 Subject: [PATCH 035/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 524b5a5b..a19b6f2f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,5 +27,5 @@ six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==1.7.1 -tornado==4.5.3 # via livereload, sphinx-autobuild +tornado==5.0 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From d78da6bc00d9235ac34d2a1e139235b7eb57ca96 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 14 Mar 2018 05:00:47 +1100 Subject: [PATCH 036/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a19b6f2f..78f40892 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,7 +9,7 @@ argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.5.3 # via sphinx backports-abc==0.5 # via tornado certifi==2018.1.18 # via tornado -commonmark==0.7.4 # via recommonmark +commonmark==0.7.5 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.0.0 # via sphinx Jinja2==2.10 # via sphinx From b906f9d862d4081d9f40474ae43c70f59a1085a2 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 19 Mar 2018 04:21:37 +1100 Subject: [PATCH 037/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 78f40892..afddc019 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,5 +27,5 @@ six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==1.7.1 -tornado==5.0 # via livereload, sphinx-autobuild +tornado==5.0.1 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 4b9d171816868f07cd4e0400aedae47cc6088791 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 21 Mar 2018 10:46:42 +1100 Subject: [PATCH 038/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cc7970a..c039563b 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=6.1,<6.2', + 'elasticsearch>=6.2,<6.3', 'elasticstack', ], 'test': [ From a0867fd98004965fa5f0c6b4c543eaa3aae83b12 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 21 Mar 2018 13:41:16 +1100 Subject: [PATCH 039/319] [requires.io] dependency update From eeb07fcc47744299ff1dd60b262b85845bdb0548 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 21 Mar 2018 23:26:46 +1100 Subject: [PATCH 040/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index afddc019..2d7b4caa 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.7.1 +sphinx==1.7.2 tornado==5.0.1 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From d74ba58783bf22960fbf8f1ff0748c73f849ff31 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 8 Apr 2018 10:58:19 +1000 Subject: [PATCH 041/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2d7b4caa..1241ddb9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,5 +27,5 @@ six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==1.7.2 -tornado==5.0.1 # via livereload, sphinx-autobuild +tornado==5.0.2 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From a25bd8e122df31c2826854c7b5f67800f939f0ce Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 10 Apr 2018 21:32:20 +1000 Subject: [PATCH 042/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1241ddb9..413dcdeb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.2.0 # via sphinx -pytz==2018.3 # via babel +pytz==2018.4 # via babel PyYAML==3.12 # via sphinx-autobuild, watchdog recommonmark==0.4.0 requests==2.18.4 # via sphinx From e83ffdfbf81fc6e592945a02b90951ea4695d41a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 17 Apr 2018 04:53:56 +1000 Subject: [PATCH 043/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 413dcdeb..1829b4ee 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.10 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.5.3 # via sphinx backports-abc==0.5 # via tornado -certifi==2018.1.18 # via tornado +certifi==2018.4.16 # via tornado commonmark==0.7.5 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.0.0 # via sphinx From a8e0c24ae1e8db686b9f4473f5bc2992329f3a6a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 23 Apr 2018 02:48:33 +1000 Subject: [PATCH 044/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1829b4ee..c3dddd80 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.7.2 +sphinx==1.7.3 tornado==5.0.2 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From acf64e698a7f4adee9985018480972ff9832575d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 26 Apr 2018 02:31:41 +1000 Subject: [PATCH 045/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c3dddd80..6259b323 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.7.3 +sphinx==1.7.4 tornado==5.0.2 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 042d18af421d7853603546292c8774a953e95862 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 3 May 2018 03:10:06 +1000 Subject: [PATCH 046/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6259b323..0aa63860 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -13,7 +13,7 @@ commonmark==0.7.5 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.0.0 # via sphinx Jinja2==2.10 # via sphinx -livereload==2.5.1 # via sphinx-autobuild +livereload==2.5.2 # via sphinx-autobuild MarkupSafe==1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild From 780add1bcf698fde6fabb6292821a972c91c80c4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 21 May 2018 23:10:35 +1000 Subject: [PATCH 047/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c039563b..e313748f 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.1.0', + 'celery[redis]==4.1.1', 'coverage', 'coveralls', 'django-dynamic-fixture', From 6418f43c807132937b7a953e781a5c53c682b09f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 29 May 2018 04:00:47 +1000 Subject: [PATCH 048/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0aa63860..ea0678b1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ # alabaster==0.7.10 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog -babel==2.5.3 # via sphinx +babel==2.6.0 # via sphinx backports-abc==0.5 # via tornado certifi==2018.4.16 # via tornado commonmark==0.7.5 # via recommonmark From a9e3b63148cc006bc991afac8ce2b39fe92bb622 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 29 May 2018 06:48:42 +1000 Subject: [PATCH 049/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ea0678b1..e368ea02 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.7.4 +sphinx==1.7.5 tornado==5.0.2 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 21d6936dd5340d854fe4e78ad0a7ea03c8cd7f0c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 11 Jun 2018 04:35:04 +1000 Subject: [PATCH 050/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e313748f..a3261ffe 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.1.1', + 'celery[redis]==4.2.0', 'coverage', 'coveralls', 'django-dynamic-fixture', From 42ddc6e83ac401b2002ef8455155e3f88e5505ad Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 13 Jun 2018 01:04:40 +1000 Subject: [PATCH 051/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e368ea02..9a9b5956 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ Pygments==2.2.0 # via sphinx pytz==2018.4 # via babel PyYAML==3.12 # via sphinx-autobuild, watchdog recommonmark==0.4.0 -requests==2.18.4 # via sphinx +requests==2.19.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx From 4c1e66dcb4242f30cf4baf14b810eb516d68576a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 14 Jun 2018 23:57:54 +1000 Subject: [PATCH 052/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9a9b5956..28c6644b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ Pygments==2.2.0 # via sphinx pytz==2018.4 # via babel PyYAML==3.12 # via sphinx-autobuild, watchdog recommonmark==0.4.0 -requests==2.19.0 # via sphinx +requests==2.19.1 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx From f947651f5843d0db1016408927ed6238c6e2a280 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 19 Jun 2018 15:41:11 +1000 Subject: [PATCH 053/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 28c6644b..69ad8fa4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file requirements.txt requirements.in # -alabaster==0.7.10 # via sphinx +alabaster==0.7.11 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.6.0 # via sphinx backports-abc==0.5 # via tornado From 2c789267aa8786805db027697626e8ea20599703 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 21 Jun 2018 04:01:09 +1000 Subject: [PATCH 054/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3261ffe..80a8ede6 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=6.2,<6.3', + 'elasticsearch>=6.3,<6.4', 'elasticstack', ], 'test': [ From 92e94549213f1ae5d5dee3e80ef103dfbc667045 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 27 Jun 2018 09:34:17 +1000 Subject: [PATCH 055/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 69ad8fa4..eba9bd81 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,7 +19,7 @@ pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.2.0 # via sphinx pytz==2018.4 # via babel -PyYAML==3.12 # via sphinx-autobuild, watchdog +PyYAML==4.1 # via sphinx-autobuild, watchdog recommonmark==0.4.0 requests==2.19.1 # via sphinx singledispatch==3.4.0.3 # via tornado From ef854555e5b22e82a8eb53da0c7209e5e73e74b6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 29 Jun 2018 19:21:46 +1000 Subject: [PATCH 056/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index eba9bd81..c6b0d056 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.2.0 # via sphinx -pytz==2018.4 # via babel +pytz==2018.5 # via babel PyYAML==4.1 # via sphinx-autobuild, watchdog recommonmark==0.4.0 requests==2.19.1 # via sphinx From bfbf9be7df9b4b098436ef117a50a662b2311de7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 12 Jul 2018 06:59:17 +1000 Subject: [PATCH 057/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c6b0d056..c9e45581 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,5 +27,5 @@ six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==1.7.5 -tornado==5.0.2 # via livereload, sphinx-autobuild +tornado==5.1 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 8f2ced38b4e0e1c722b97a7cf82afa315a429c1e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 13 Jul 2018 20:55:27 +1000 Subject: [PATCH 058/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c9e45581..cd2d3505 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,7 +19,7 @@ pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.2.0 # via sphinx pytz==2018.5 # via babel -PyYAML==4.1 # via sphinx-autobuild, watchdog +PyYAML==3.13 # via sphinx-autobuild, watchdog recommonmark==0.4.0 requests==2.19.1 # via sphinx singledispatch==3.4.0.3 # via tornado From 385e150f4823742a7c4e779d9d9de00085f75317 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 17 Jul 2018 01:34:18 +1000 Subject: [PATCH 059/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cd2d3505..50bf5e2c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.7.5 +sphinx==1.7.6 tornado==5.1 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 2fea73e39748ec7ce7382f11c3f2b6f5897714f4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 18 Jul 2018 18:32:05 +1000 Subject: [PATCH 060/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80a8ede6..d28b3b6d 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.2.0', + 'celery[redis]==4.2.1', 'coverage', 'coveralls', 'django-dynamic-fixture', From cba7fad9f704b8255b0a6ad467fb6e810d8f1702 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 19 Jul 2018 22:16:48 +1000 Subject: [PATCH 061/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d28b3b6d..e838a829 100644 --- a/setup.py +++ b/setup.py @@ -117,7 +117,7 @@ def find_packages(*paths): 'django-polymorphic-auth', 'django-post-office', 'django-redis', - 'django-reversion>=2.0,<2.1', # 1.9.3+ use DB transactions 1.10 has breaking changes for Django 1.9' + 'django-reversion>=3.0,<3.1', # 1.9.3+ use DB transactions 1.10 has breaking changes for Django 1.9' 'django-storages<1.6', # 1.7 breaks s3 URLs - see https://github.com/jschneier/django-storages/issues/343 'django-test-without-migrations', 'django-timezone', From 97bc2278fc693859a97c9484f893fdf974c916b4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 2 Aug 2018 03:07:39 +1000 Subject: [PATCH 062/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e838a829..06adca50 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def find_packages(*paths): 'Werkzeug', ], 'django18': [ - 'Django>=2.0,<2.1', # LTS + 'Django>=2.1,<2.2', # LTS ], 'forms': [ 'django-forms-builder', From 0516ca9de8c9ea7391775da34020dbb2da5b4e0b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 13 Aug 2018 17:17:31 +1000 Subject: [PATCH 063/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 50bf5e2c..92dc7cfa 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.11 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.6.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2018.4.16 # via tornado +certifi==2018.8.13 # via tornado commonmark==0.7.5 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.0.0 # via sphinx From 2918db6f86b1c6478d711346c68c53d882c969b3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 20 Aug 2018 00:22:07 +1000 Subject: [PATCH 064/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 92dc7cfa..8024aae1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.7.6 +sphinx==1.7.7 tornado==5.1 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 276d44d6f04b39a9b797d72372a6c8b94591fae5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 24 Aug 2018 19:28:17 +1000 Subject: [PATCH 065/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8024aae1..1715f775 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.11 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.6.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2018.8.13 # via tornado +certifi==2018.8.24 # via tornado commonmark==0.7.5 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.0.0 # via sphinx From fd800df451c88950065c7805615f4c348c0cb541 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 29 Aug 2018 02:10:18 +1000 Subject: [PATCH 066/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1715f775..2dade864 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.7.7 +sphinx==1.7.8 tornado==5.1 # via livereload, sphinx-autobuild watchdog==0.8.3 # via sphinx-autobuild From 16cce894b95a5d928e9bc2f5991312bac457e5f8 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 29 Aug 2018 08:41:08 +1000 Subject: [PATCH 067/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2dade864..32cfb45f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==1.7.8 tornado==5.1 # via livereload, sphinx-autobuild -watchdog==0.8.3 # via sphinx-autobuild +watchdog==0.9.0 # via sphinx-autobuild From 1a995b2b28d671ed18dceafd07743dd85d8d8eae Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 3 Sep 2018 12:13:30 +1000 Subject: [PATCH 068/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 32cfb45f..10c21831 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -11,7 +11,7 @@ backports-abc==0.5 # via tornado certifi==2018.8.24 # via tornado commonmark==0.7.5 # via recommonmark docutils==0.14 # via recommonmark, sphinx -imagesize==1.0.0 # via sphinx +imagesize==1.1.0 # via sphinx Jinja2==2.10 # via sphinx livereload==2.5.2 # via sphinx-autobuild MarkupSafe==1.0 # via jinja2 From 9d94c97558ef7b9494bc065cecf7371e61a6bd62 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 4 Sep 2018 04:09:01 +1000 Subject: [PATCH 069/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 10c21831..acb2076c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,7 +9,7 @@ argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.6.0 # via sphinx backports-abc==0.5 # via tornado certifi==2018.8.24 # via tornado -commonmark==0.7.5 # via recommonmark +commonmark==0.8.0 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx Jinja2==2.10 # via sphinx From 2a4faff6217cd2744a7d0492ebde442b26d502f7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 6 Sep 2018 00:13:06 +1000 Subject: [PATCH 070/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index acb2076c..e511dd12 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.7.8 +sphinx==1.7.9 tornado==5.1 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 2f03e2bad6fec14975e62005e594dee96823f664 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 7 Sep 2018 03:26:38 +1000 Subject: [PATCH 071/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e511dd12..03ab5cba 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,7 +9,7 @@ argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.6.0 # via sphinx backports-abc==0.5 # via tornado certifi==2018.8.24 # via tornado -commonmark==0.8.0 # via recommonmark +commonmark==0.8.1 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx Jinja2==2.10 # via sphinx From c390bef544c2655b11538789888bc1e81cdf5db7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 13 Sep 2018 01:58:47 +1000 Subject: [PATCH 072/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 03ab5cba..e085bbea 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.7.9 +sphinx==1.8.0 tornado==5.1 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 9dad0d9e5b227387f4371625145c633c5a3eaf62 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 17 Sep 2018 05:33:49 +1000 Subject: [PATCH 073/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e085bbea..c979ba92 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,5 +27,5 @@ six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==1.8.0 -tornado==5.1 # via livereload, sphinx-autobuild +tornado==5.1.1 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From edf539c420d018af3eb497c292bca9b04170969d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 22 Sep 2018 18:41:37 +1000 Subject: [PATCH 074/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c979ba92..33eaa437 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.8.0 +sphinx==1.8.1 tornado==5.1.1 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From d99a507cc006f5d3a191de6485e085c7be8b639d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 3 Oct 2018 11:55:51 +1000 Subject: [PATCH 075/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 33eaa437..fefb091c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file requirements.txt requirements.in # -alabaster==0.7.11 # via sphinx +alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.6.0 # via sphinx backports-abc==0.5 # via tornado From 51011f367087c67303a2ffd2c1bc9d7b8a06a5d5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 15 Oct 2018 23:18:49 +1000 Subject: [PATCH 076/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index fefb091c..b0bd669d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.6.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2018.8.24 # via tornado +certifi==2018.10.15 # via tornado commonmark==0.8.1 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx From d0003cb170d558ad5b97182303da4cc0145d5cae Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 19 Oct 2018 02:08:51 +1000 Subject: [PATCH 077/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b0bd669d..80840e60 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ Pygments==2.2.0 # via sphinx pytz==2018.5 # via babel PyYAML==3.13 # via sphinx-autobuild, watchdog recommonmark==0.4.0 -requests==2.19.1 # via sphinx +requests==2.20.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx From c153bd6eee2515fd18ce4f04e350a25175606f5f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 24 Oct 2018 19:41:23 +1000 Subject: [PATCH 078/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 80840e60..8cc16679 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.2.0 # via sphinx -pytz==2018.5 # via babel +pytz==2018.6 # via babel PyYAML==3.13 # via sphinx-autobuild, watchdog recommonmark==0.4.0 requests==2.20.0 # via sphinx From 3a772e2146fd5d056002cdfaccf834c649066364 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 29 Oct 2018 20:27:12 +1000 Subject: [PATCH 079/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8cc16679..fec9b27c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.2.0 # via sphinx -pytz==2018.6 # via babel +pytz==2018.7 # via babel PyYAML==3.13 # via sphinx-autobuild, watchdog recommonmark==0.4.0 requests==2.20.0 # via sphinx From 271ce6ee9cc1a80666777297acdaf7ca54b5441a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 6 Nov 2018 03:52:16 +1000 Subject: [PATCH 080/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index fec9b27c..85f61086 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -14,7 +14,7 @@ docutils==0.14 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx Jinja2==2.10 # via sphinx livereload==2.5.2 # via sphinx-autobuild -MarkupSafe==1.0 # via jinja2 +MarkupSafe==1.1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.2.0 # via sphinx From 0a045a0d1e3157d5cf39d70a3c49b8f2c1716309 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 9 Nov 2018 03:46:47 +1000 Subject: [PATCH 081/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 85f61086..79c70a50 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ Pygments==2.2.0 # via sphinx pytz==2018.7 # via babel PyYAML==3.13 # via sphinx-autobuild, watchdog recommonmark==0.4.0 -requests==2.20.0 # via sphinx +requests==2.20.1 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx From 7fc7b24f908373d76cd99be6f0a4eb2c20255678 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 11 Nov 2018 16:16:44 +1000 Subject: [PATCH 082/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 79c70a50..0ce524b2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.11.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.8.1 +sphinx==1.8.2 tornado==5.1.1 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From c94ddaca7c232d538460195b94c4eccbf86ffb21 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 13 Nov 2018 02:08:27 +1000 Subject: [PATCH 083/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 661f27cb..f3e13d12 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==4.5.1 + py32: coverage==4.5.2 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From 7c90762721f8681cb28c6c480a7c9a285a8cd136 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 21 Nov 2018 01:48:25 +1100 Subject: [PATCH 084/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0ce524b2..ed1abeab 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -13,7 +13,7 @@ commonmark==0.8.1 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx Jinja2==2.10 # via sphinx -livereload==2.5.2 # via sphinx-autobuild +livereload==2.6.0 # via sphinx-autobuild MarkupSafe==1.1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild From 522c86aa531c51244ecb4c09af70f7e3475153f1 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 25 Nov 2018 21:52:43 +1100 Subject: [PATCH 085/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ed1abeab..0532726b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.0 # via sphinx-autobuild MarkupSafe==1.1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.2.0 # via sphinx +Pygments==2.3.0 # via sphinx pytz==2018.7 # via babel PyYAML==3.13 # via sphinx-autobuild, watchdog recommonmark==0.4.0 From e71ad2987d92c2161c0ba252db293ce1a426fd15 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 30 Nov 2018 09:19:30 +1100 Subject: [PATCH 086/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0532726b..9c5c5565 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.6.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2018.10.15 # via tornado +certifi==2018.11.29 # via tornado commonmark==0.8.1 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx From dce9cf3844e0a2cb6189565267a8fe1d28750ce6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 10 Dec 2018 12:09:30 +1100 Subject: [PATCH 087/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9c5c5565..d67b9cb9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -23,7 +23,7 @@ PyYAML==3.13 # via sphinx-autobuild, watchdog recommonmark==0.4.0 requests==2.20.1 # via sphinx singledispatch==3.4.0.3 # via tornado -six==1.11.0 # via livereload, singledispatch, sphinx +six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==1.8.2 From e3d0ef60179ee23147ecc22ab2f490f88c6768e0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 11 Dec 2018 03:08:26 +1100 Subject: [PATCH 088/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d67b9cb9..386c97bf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ Pygments==2.3.0 # via sphinx pytz==2018.7 # via babel PyYAML==3.13 # via sphinx-autobuild, watchdog recommonmark==0.4.0 -requests==2.20.1 # via sphinx +requests==2.21.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx From 0da04cd0c07eee1df88d352bdfd3f70312094a1e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 17 Dec 2018 03:35:49 +1100 Subject: [PATCH 089/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 386c97bf..4dea77dc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.0 # via sphinx-autobuild MarkupSafe==1.1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.3.0 # via sphinx +Pygments==2.3.1 # via sphinx pytz==2018.7 # via babel PyYAML==3.13 # via sphinx-autobuild, watchdog recommonmark==0.4.0 From 60237cd56d4d0862b3e84db001e881847c8df67e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 26 Dec 2018 02:38:14 +1100 Subject: [PATCH 090/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4dea77dc..13394159 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.8.2 +sphinx==1.8.3 tornado==5.1.1 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 603a0e6283762e29d683f8e21758000afa87c7d9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 7 Jan 2019 20:30:10 +1100 Subject: [PATCH 091/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 13394159..4ce26659 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.1.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.3.1 # via sphinx -pytz==2018.7 # via babel +pytz==2018.9 # via babel PyYAML==3.13 # via sphinx-autobuild, watchdog recommonmark==0.4.0 requests==2.21.0 # via sphinx From fe7563aaef261ae59a0e88febe9810d0c62e696d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 9 Jan 2019 08:50:17 +1100 Subject: [PATCH 092/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4ce26659..c7460079 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -20,7 +20,7 @@ port-for==0.4 # via sphinx-autobuild Pygments==2.3.1 # via sphinx pytz==2018.9 # via babel PyYAML==3.13 # via sphinx-autobuild, watchdog -recommonmark==0.4.0 +recommonmark==0.5.0 requests==2.21.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx From 5de26b45e9df420122258689aa3b387485dfaa0a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 4 Feb 2019 01:54:22 +1100 Subject: [PATCH 093/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c7460079..b25b2480 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.8.3 +sphinx==1.8.4 tornado==5.1.1 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 707e4159622eda01862e030931f0f7bbca344811 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 24 Feb 2019 12:08:46 +1100 Subject: [PATCH 094/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b25b2480..059b19d3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -14,7 +14,7 @@ docutils==0.14 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx Jinja2==2.10 # via sphinx livereload==2.6.0 # via sphinx-autobuild -MarkupSafe==1.1.0 # via jinja2 +MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.3.1 # via sphinx From d8e89b24773194389de29f35b1073cb223eef2d6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 2 Mar 2019 02:43:51 +1100 Subject: [PATCH 095/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 059b19d3..964ab5ae 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,5 +27,5 @@ six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==1.8.4 -tornado==5.1.1 # via livereload, sphinx-autobuild +tornado==6.0 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 91706e5f27cc7e2b16cbfb1bc2700953ef5b11c9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 4 Mar 2019 05:57:42 +1100 Subject: [PATCH 096/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 964ab5ae..3fac5fc6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,5 +27,5 @@ six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==1.8.4 -tornado==6.0 # via livereload, sphinx-autobuild +tornado==6.0.1 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 650729eb7632138f9e16edd8192fbaa35a80102b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 10 Mar 2019 09:38:19 +1100 Subject: [PATCH 097/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3fac5fc6..55d71841 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.6.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2018.11.29 # via tornado +certifi==2019.3.9 # via tornado commonmark==0.8.1 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx From 5d57a73d2c158e6f483fdddce02bf5cc8e4c1ab9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 11 Mar 2019 05:44:52 +1100 Subject: [PATCH 098/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 55d71841..8bd78110 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.8.4 +sphinx==1.8.5 tornado==6.0.1 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 55f3dc882221461676dc10b82d8b2d6d495e490b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 11 Mar 2019 18:21:45 +1100 Subject: [PATCH 099/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f3e13d12..c07fc98c 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==4.5.2 + py32: coverage==4.5.3 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From ce9fbea13204f3da8326169d77a65aa81ad97c2e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 15 Mar 2019 10:00:44 +1100 Subject: [PATCH 100/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8bd78110..5aa0113a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,7 +19,7 @@ pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.3.1 # via sphinx pytz==2018.9 # via babel -PyYAML==3.13 # via sphinx-autobuild, watchdog +PyYAML==5.1 # via sphinx-autobuild, watchdog recommonmark==0.5.0 requests==2.21.0 # via sphinx singledispatch==3.4.0.3 # via tornado From 2c4a730b0d6d24e93226b644cbe47500b8162f08 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 15 Mar 2019 19:28:33 +1100 Subject: [PATCH 101/319] [requires.io] dependency update From 293d45b9a7e67e3fab6c63d63b9b25abb9387db2 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 16 Mar 2019 09:41:56 +1100 Subject: [PATCH 102/319] [requires.io] dependency update From 70f4de325595d2468c479f3ad4a4832d88adc11b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 21 Mar 2019 01:00:45 +1100 Subject: [PATCH 103/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06adca50..08927872 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.2.1', + 'celery[redis]==4.2.2', 'coverage', 'coveralls', 'django-dynamic-fixture', From 155f5998a2c2f8bfbd0ac80d9639583d91847f4b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 24 Mar 2019 04:20:18 +1100 Subject: [PATCH 104/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5aa0113a..613cd86a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,5 +27,5 @@ six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==1.8.5 -tornado==6.0.1 # via livereload, sphinx-autobuild +tornado==6.0.2 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 2b9b0473fce894ec3e35edf7518554785b24016a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 29 Mar 2019 02:33:08 +1100 Subject: [PATCH 105/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 613cd86a..4c76c1eb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==1.8.5 +sphinx==2.0.0 tornado==6.0.2 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 9860b72bda9aafaabcf523cc164f409a2183a962 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 1 Apr 2019 03:23:38 +1100 Subject: [PATCH 106/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08927872..3b42b0a7 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.2.2', + 'celery[redis]==4.3.0', 'coverage', 'coveralls', 'django-dynamic-fixture', From ac7f1bbe0f4dfc99ba8e1c2dceb2da7043f260b3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 2 Apr 2019 13:07:20 +1100 Subject: [PATCH 107/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b42b0a7..6e701de7 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def find_packages(*paths): 'Werkzeug', ], 'django18': [ - 'Django>=2.1,<2.2', # LTS + 'Django>=2.2,<2.3', # LTS ], 'forms': [ 'django-forms-builder', From 4e930a3d44b5702cf30b7f93a1f139b74043502a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 7 Apr 2019 05:09:42 +1000 Subject: [PATCH 108/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4c76c1eb..ecc83850 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ certifi==2019.3.9 # via tornado commonmark==0.8.1 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx -Jinja2==2.10 # via sphinx +Jinja2==2.10.1 # via sphinx livereload==2.6.0 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog From 16de9450a5905a5c361f4047965ee9c3b9319ef5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 9 Apr 2019 01:22:24 +1000 Subject: [PATCH 109/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ecc83850..0b3e86a1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.0.0 +sphinx==2.0.1 tornado==6.0.2 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From cec14b23a6f870ddb4d5a2131b6270015143ac40 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 10 Apr 2019 12:22:42 +1000 Subject: [PATCH 110/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0b3e86a1..eb8cb0d4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.3.1 # via sphinx -pytz==2018.9 # via babel +pytz==2019.1 # via babel PyYAML==5.1 # via sphinx-autobuild, watchdog recommonmark==0.5.0 requests==2.21.0 # via sphinx From 8dc1d63dd44dba1135796e4a767daa7da28166ce Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 12 Apr 2019 05:58:58 +1000 Subject: [PATCH 111/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e701de7..1866c98b 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=6.3,<6.4', + 'elasticsearch>=7.0,<7.1', 'elasticstack', ], 'test': [ From a1dce33f648bb521c9e4afe09937db8b11d2e948 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 3 May 2019 05:20:55 +1000 Subject: [PATCH 112/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index eb8cb0d4..2a2e67a4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,7 +9,7 @@ argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.6.0 # via sphinx backports-abc==0.5 # via tornado certifi==2019.3.9 # via tornado -commonmark==0.8.1 # via recommonmark +commonmark==0.9.0 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx Jinja2==2.10.1 # via sphinx From aaf47fa5329c7a34860e014b32d6f422555c5467 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 7 May 2019 23:08:04 +1000 Subject: [PATCH 113/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2a2e67a4..d49dc630 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -13,7 +13,7 @@ commonmark==0.9.0 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx Jinja2==2.10.1 # via sphinx -livereload==2.6.0 # via sphinx-autobuild +livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild From 024891502f43c7369ffb3276a01535621dcee16d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 9 May 2019 04:10:17 +1000 Subject: [PATCH 114/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d49dc630..5b483682 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.3.1 # via sphinx +Pygments==2.4.0 # via sphinx pytz==2019.1 # via babel PyYAML==5.1 # via sphinx-autobuild, watchdog recommonmark==0.5.0 From ac957acb7385389533e2a9be14ab6b655527090e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 17 May 2019 01:42:55 +1000 Subject: [PATCH 115/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5b483682..043b8637 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ Pygments==2.4.0 # via sphinx pytz==2019.1 # via babel PyYAML==5.1 # via sphinx-autobuild, watchdog recommonmark==0.5.0 -requests==2.21.0 # via sphinx +requests==2.22.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx From 88df9273e3bec5e641b5a60fd76d91e2977d6788 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 25 May 2019 05:22:21 +1000 Subject: [PATCH 116/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 043b8637..1d87f8b9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.4.0 # via sphinx +Pygments==2.4.1 # via sphinx pytz==2019.1 # via babel PyYAML==5.1 # via sphinx-autobuild, watchdog recommonmark==0.5.0 From 945309b4ea3c0fbb5eb8e3fe01a4fa350e268d2e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 27 May 2019 23:09:07 +1000 Subject: [PATCH 117/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1d87f8b9..0bef8eb2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ # alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog -babel==2.6.0 # via sphinx +babel==2.7.0 # via sphinx backports-abc==0.5 # via tornado certifi==2019.3.9 # via tornado commonmark==0.9.0 # via recommonmark From 195ac92850685bacb9f407fafe48f4c51a97635a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 28 May 2019 15:22:16 +1000 Subject: [PATCH 118/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0bef8eb2..09d31867 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.4.1 # via sphinx +Pygments==2.4.2 # via sphinx pytz==2019.1 # via babel PyYAML==5.1 # via sphinx-autobuild, watchdog recommonmark==0.5.0 From 2ca2a2ef4375164d476dc9461896f02439b4f16c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 2 Jun 2019 16:27:43 +1000 Subject: [PATCH 119/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1866c98b..082ec1d9 100644 --- a/setup.py +++ b/setup.py @@ -172,7 +172,7 @@ def find_packages(*paths): 'pyparsing', 'unidecode', 'edtf>=2.5', - 'webcolors==1.8.1', + 'webcolors==1.9', 'colormath==3.0.0', # Disable as it's devpi-only # 'colorweave==0.1+0.ce27c83b4e06a8185531538fa11c18c5ea2c1aba.ixc', From 02320c70844e87ccfa17f7f6c7b26373be1b7b2d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 2 Jun 2019 22:32:36 +1000 Subject: [PATCH 120/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 09d31867..503c5a7b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.0.1 +sphinx==2.1.0 tornado==6.0.2 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 84944ef94d3a2dd0920f67fabf6f4a70f01daf82 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 7 Jun 2019 11:47:27 +1000 Subject: [PATCH 121/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 503c5a7b..894d707b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,7 +19,7 @@ pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.4.2 # via sphinx pytz==2019.1 # via babel -PyYAML==5.1 # via sphinx-autobuild, watchdog +PyYAML==5.1.1 # via sphinx-autobuild, watchdog recommonmark==0.5.0 requests==2.22.0 # via sphinx singledispatch==3.4.0.3 # via tornado From e21e390795db9a0db3e7925c18ac7eb88b7fef67 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 8 Jun 2019 15:19:21 +1000 Subject: [PATCH 122/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 082ec1d9..36a47b45 100644 --- a/setup.py +++ b/setup.py @@ -172,7 +172,7 @@ def find_packages(*paths): 'pyparsing', 'unidecode', 'edtf>=2.5', - 'webcolors==1.9', + 'webcolors==1.9.1', 'colormath==3.0.0', # Disable as it's devpi-only # 'colorweave==0.1+0.ce27c83b4e06a8185531538fa11c18c5ea2c1aba.ixc', From ec11877ee443d7bd345decf277acfb0fcb297a33 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 10 Jun 2019 23:57:45 +1000 Subject: [PATCH 123/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 894d707b..c2be38fe 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.1.0 +sphinx==2.1.1 tornado==6.0.2 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 4ceaa50cb676923a06c561b43f3eb22fd07674ac Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 17 Jun 2019 00:39:26 +1000 Subject: [PATCH 124/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c2be38fe..99a57be1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.7.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2019.3.9 # via tornado +certifi==2019.6.16 # via tornado commonmark==0.9.0 # via recommonmark docutils==0.14 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx From 3d5379f11ea63f07597a6064cf41ce3f711d9e9b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 19 Jun 2019 21:55:02 +1000 Subject: [PATCH 125/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 99a57be1..fadec1a2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.1.1 +sphinx==2.1.2 tornado==6.0.2 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 4646046af4293ea87a00ba81e4bac7140893e47d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 24 Jun 2019 08:35:59 +1000 Subject: [PATCH 126/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index fadec1a2..c0c5a04c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,5 +27,5 @@ six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.2.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==2.1.2 -tornado==6.0.2 # via livereload, sphinx-autobuild +tornado==6.0.3 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From af2ecbd4c961c6ba121c88cd8d33c48d4dc243ee Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 26 Jun 2019 20:31:37 +1000 Subject: [PATCH 127/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c0c5a04c..ad625227 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,7 +24,7 @@ recommonmark==0.5.0 requests==2.22.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx -snowballstemmer==1.2.1 # via sphinx +snowballstemmer==1.9.0 # via sphinx sphinx-autobuild==0.7.1 sphinx==2.1.2 tornado==6.0.3 # via livereload, sphinx-autobuild From 8e1d7360ff0c739fac33d1b3af80ee3c6dc55b55 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 21 Jul 2019 18:48:50 +1000 Subject: [PATCH 128/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ad625227..adb57c58 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ babel==2.7.0 # via sphinx backports-abc==0.5 # via tornado certifi==2019.6.16 # via tornado commonmark==0.9.0 # via recommonmark -docutils==0.14 # via recommonmark, sphinx +docutils==0.15 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx Jinja2==2.10.1 # via sphinx livereload==2.6.1 # via sphinx-autobuild From 8b1019f4e3a114cc20252146ba0f13d4c6cf5b7d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 24 Jul 2019 20:17:52 +1000 Subject: [PATCH 129/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index adb57c58..4df95990 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ babel==2.7.0 # via sphinx backports-abc==0.5 # via tornado certifi==2019.6.16 # via tornado commonmark==0.9.0 # via recommonmark -docutils==0.15 # via recommonmark, sphinx +docutils==0.15.1 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx Jinja2==2.10.1 # via sphinx livereload==2.6.1 # via sphinx-autobuild From 85302543321fb75e88595ddcef7b977f767af390 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 30 Jul 2019 01:45:23 +1000 Subject: [PATCH 130/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c07fc98c..33635cfe 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==4.5.3 + py32: coverage==4.5.4 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From 1e6786e3f387a4b53659b79e78f5ae21a850cadf Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 30 Jul 2019 20:12:24 +1000 Subject: [PATCH 131/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4df95990..83bba2e1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ babel==2.7.0 # via sphinx backports-abc==0.5 # via tornado certifi==2019.6.16 # via tornado commonmark==0.9.0 # via recommonmark -docutils==0.15.1 # via recommonmark, sphinx +docutils==0.15.2 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx Jinja2==2.10.1 # via sphinx livereload==2.6.1 # via sphinx-autobuild From 3b1b302524fe91983e3f32e62000fb8c80587ff8 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 1 Aug 2019 02:29:17 +1000 Subject: [PATCH 132/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 83bba2e1..262cc79e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,7 +19,7 @@ pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.4.2 # via sphinx pytz==2019.1 # via babel -PyYAML==5.1.1 # via sphinx-autobuild, watchdog +PyYAML==5.1.2 # via sphinx-autobuild, watchdog recommonmark==0.5.0 requests==2.22.0 # via sphinx singledispatch==3.4.0.3 # via tornado From 0771f23c374ff40f3ff65bc70fdec59adc8992be Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 1 Aug 2019 03:07:30 +1000 Subject: [PATCH 133/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 262cc79e..279ab4ca 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.4.2 # via sphinx -pytz==2019.1 # via babel +pytz==2019.2 # via babel PyYAML==5.1.2 # via sphinx-autobuild, watchdog recommonmark==0.5.0 requests==2.22.0 # via sphinx From bcb01f1f3827a85348de116df1498288a7c20858 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 10 Aug 2019 04:36:33 +1000 Subject: [PATCH 134/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 279ab4ca..b153897c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -20,7 +20,7 @@ port-for==0.4 # via sphinx-autobuild Pygments==2.4.2 # via sphinx pytz==2019.2 # via babel PyYAML==5.1.2 # via sphinx-autobuild, watchdog -recommonmark==0.5.0 +recommonmark==0.6.0 requests==2.22.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx From e7992e4b9ba3e3dc741035c35e5f290bb7992d0f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 19 Aug 2019 01:53:46 +1000 Subject: [PATCH 135/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b153897c..c12233d3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==1.9.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.1.2 +sphinx==2.2.0 tornado==6.0.3 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 3442e860f45e10cc4f75c0f90244beac7826a43e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 9 Sep 2019 16:44:46 +1000 Subject: [PATCH 136/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36a47b45..452fc66c 100644 --- a/setup.py +++ b/setup.py @@ -172,7 +172,7 @@ def find_packages(*paths): 'pyparsing', 'unidecode', 'edtf>=2.5', - 'webcolors==1.9.1', + 'webcolors==1.10', 'colormath==3.0.0', # Disable as it's devpi-only # 'colorweave==0.1+0.ce27c83b4e06a8185531538fa11c18c5ea2c1aba.ixc', From 1fb60cd38339fa515cd42a68bc436ffedfc7be6c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 12 Sep 2019 05:47:12 +1000 Subject: [PATCH 137/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c12233d3..764f54f6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.7.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2019.6.16 # via tornado +certifi==2019.9.11 # via tornado commonmark==0.9.0 # via recommonmark docutils==0.15.2 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx From faa3742294a4d23d78af404d642b3a46475dc8b8 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 12 Sep 2019 07:46:17 +1000 Subject: [PATCH 138/319] [requires.io] dependency update From 7ce54e2a80e2aa2d1291702fa31fd791b283c2ef Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 24 Sep 2019 21:32:04 +1000 Subject: [PATCH 139/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 764f54f6..1c6994e7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,7 +24,7 @@ recommonmark==0.6.0 requests==2.22.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx -snowballstemmer==1.9.0 # via sphinx +snowballstemmer==1.9.1 # via sphinx sphinx-autobuild==0.7.1 sphinx==2.2.0 tornado==6.0.3 # via livereload, sphinx-autobuild From 61e92beeee76c80945185d9be2cbcf0cd5427dbc Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 3 Oct 2019 18:08:44 +1000 Subject: [PATCH 140/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1c6994e7..04d0c9f3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,7 +24,7 @@ recommonmark==0.6.0 requests==2.22.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx -snowballstemmer==1.9.1 # via sphinx +snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 sphinx==2.2.0 tornado==6.0.3 # via livereload, sphinx-autobuild From 64d26e0664cb8ba8c0ab0788e05d0e04e468a070 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 5 Oct 2019 01:40:01 +1000 Subject: [PATCH 141/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 04d0c9f3..28bda675 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,7 +9,7 @@ argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.7.0 # via sphinx backports-abc==0.5 # via tornado certifi==2019.9.11 # via tornado -commonmark==0.9.0 # via recommonmark +commonmark==0.9.1 # via recommonmark docutils==0.15.2 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx Jinja2==2.10.1 # via sphinx From a6a0a1b7fd472780ee0728735fcb83b17f2d159c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 5 Oct 2019 04:27:11 +1000 Subject: [PATCH 142/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 28bda675..e503c0cc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ certifi==2019.9.11 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.15.2 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx -Jinja2==2.10.1 # via sphinx +Jinja2==2.10.2 # via sphinx livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog From 85d027a9dab19f897bddb0e1d69228ee1f421c6f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 5 Oct 2019 05:05:45 +1000 Subject: [PATCH 143/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e503c0cc..92c77785 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ certifi==2019.9.11 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.15.2 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx -Jinja2==2.10.2 # via sphinx +Jinja2==2.10.3 # via sphinx livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog From 77a990d48184cf46e4c37e460d16841cbc3c2df5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 7 Oct 2019 14:31:44 +1100 Subject: [PATCH 144/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 92c77785..26fd81da 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.4.2 # via sphinx -pytz==2019.2 # via babel +pytz==2019.3 # via babel PyYAML==5.1.2 # via sphinx-autobuild, watchdog recommonmark==0.6.0 requests==2.22.0 # via sphinx From f7aa226554ab24a4f760fe72d8603a4b89cbe55c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 26 Oct 2019 20:08:54 +1100 Subject: [PATCH 145/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 26fd81da..eff95128 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.2.0 +sphinx==2.2.1 tornado==6.0.3 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 47de67700d3e035504c12a99082d8bd41a281722 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 6 Nov 2019 04:41:03 +1100 Subject: [PATCH 146/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index eff95128..6fab93f1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -23,7 +23,7 @@ PyYAML==5.1.2 # via sphinx-autobuild, watchdog recommonmark==0.6.0 requests==2.22.0 # via sphinx singledispatch==3.4.0.3 # via tornado -six==1.12.0 # via livereload, singledispatch, sphinx +six==1.13.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 sphinx==2.2.1 From 3e81dd07a6e5941532f73285c555361ca44349f4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 6 Nov 2019 07:11:55 +1100 Subject: [PATCH 147/319] [requires.io] dependency update From 83d021413890dbd8dd8b2568d3bebe8798c669c2 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 14 Nov 2019 19:35:17 +1100 Subject: [PATCH 148/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 452fc66c..ff70bc07 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=7.0,<7.1', + 'elasticsearch>=7.1,<7.2', 'elasticstack', ], 'test': [ From e1795be8a34acaaeec4d93503509f5b38cb57e8c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 27 Nov 2019 03:21:34 +1100 Subject: [PATCH 149/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6fab93f1..2392b0ef 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.4.2 # via sphinx +Pygments==2.5.0 # via sphinx pytz==2019.3 # via babel PyYAML==5.1.2 # via sphinx-autobuild, watchdog recommonmark==0.6.0 From 4341c5678b31e399308b1d96d9278f07fc232b3f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 27 Nov 2019 05:24:32 +1100 Subject: [PATCH 150/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2392b0ef..04aa238c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.5.0 # via sphinx +Pygments==2.5.1 # via sphinx pytz==2019.3 # via babel PyYAML==5.1.2 # via sphinx-autobuild, watchdog recommonmark==0.6.0 From 8e815af111dc2adf5f40f7b05ad44fbc5bcd52a4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 28 Nov 2019 19:31:33 +1100 Subject: [PATCH 151/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 04aa238c..5cacbb06 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.7.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2019.9.11 # via tornado +certifi==2019.11.28 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.15.2 # via recommonmark, sphinx imagesize==1.1.0 # via sphinx From d9c8de1e6ab06708bbc6b04f6948745e7e6321fb Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 29 Nov 2019 16:32:45 +1100 Subject: [PATCH 152/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5cacbb06..e4427815 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.5.1 # via sphinx +Pygments==2.5.2 # via sphinx pytz==2019.3 # via babel PyYAML==5.1.2 # via sphinx-autobuild, watchdog recommonmark==0.6.0 From e1974074c354295ef929aad424aef151c936438f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 2 Dec 2019 22:32:00 +1100 Subject: [PATCH 153/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff70bc07..390f1bc2 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def find_packages(*paths): 'Werkzeug', ], 'django18': [ - 'Django>=2.2,<2.3', # LTS + 'Django>=3.0,<3.1', # LTS ], 'forms': [ 'django-forms-builder', From acb6044cd271a35867b93cf05c264495f7f835c0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 3 Dec 2019 03:24:30 +1100 Subject: [PATCH 154/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e4427815..47a255d9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.13.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.2.1 +sphinx==2.2.2 tornado==6.0.3 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 7486cc7ba32c460d387db7a3be7020b072e3efe6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 3 Dec 2019 08:46:11 +1100 Subject: [PATCH 155/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 47a255d9..b1794fcd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,7 +19,7 @@ pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.5.2 # via sphinx pytz==2019.3 # via babel -PyYAML==5.1.2 # via sphinx-autobuild, watchdog +PyYAML==5.2 # via sphinx-autobuild, watchdog recommonmark==0.6.0 requests==2.22.0 # via sphinx singledispatch==3.4.0.3 # via tornado From 77c5caa84ea00dc637b75e653737f445de69ebe9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 15 Dec 2019 03:20:38 +1100 Subject: [PATCH 156/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 33635cfe..4bbf0b45 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==4.5.4 + py32: coverage==5.0 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From dc398ae2604a6e8e0084513735ef6db043700b9d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 16 Dec 2019 02:11:17 +1100 Subject: [PATCH 157/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b1794fcd..8fedd1c1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.13.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.2.2 +sphinx==2.3.0 tornado==6.0.3 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From ac7c94868fbc62dd87900d2ca1994d40c6fd6f9a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 16 Dec 2019 14:54:38 +1100 Subject: [PATCH 158/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 390f1bc2..ac2a22a3 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.3.0', + 'celery[redis]==4.4.0', 'coverage', 'coveralls', 'django-dynamic-fixture', From e94226d830bcefd4753856285398060806c4f4e0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 23 Dec 2019 01:05:15 +1100 Subject: [PATCH 159/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8fedd1c1..7ca49484 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.13.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.3.0 +sphinx==2.3.1 tornado==6.0.3 # via livereload, sphinx-autobuild watchdog==0.9.0 # via sphinx-autobuild From 34edd7b8031f438dd2e2846e3c2b6d82a24c229b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 23 Dec 2019 05:33:17 +1100 Subject: [PATCH 160/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4bbf0b45..dab92c32 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==5.0 + py32: coverage==5.0.1 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From e310f24450cbb55db3edfbe9240e3d6d5edc0acd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 27 Dec 2019 03:17:28 +1100 Subject: [PATCH 161/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7ca49484..98119985 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -11,7 +11,7 @@ backports-abc==0.5 # via tornado certifi==2019.11.28 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.15.2 # via recommonmark, sphinx -imagesize==1.1.0 # via sphinx +imagesize==1.2.0 # via sphinx Jinja2==2.10.3 # via sphinx livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 From 09af39031695580eed0ba01ef92c946766b70203 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 31 Dec 2019 23:43:44 +1100 Subject: [PATCH 162/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 98119985..57dfd3d9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ # alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog -babel==2.7.0 # via sphinx +babel==2.8.0 # via sphinx backports-abc==0.5 # via tornado certifi==2019.11.28 # via tornado commonmark==0.9.1 # via recommonmark From 26e269f395842e936f8325a877a239fac89146f9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 6 Jan 2020 10:49:10 +1100 Subject: [PATCH 163/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dab92c32..8bda57c6 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==5.0.1 + py32: coverage==5.0.2 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From 443cb0a81b6e289251e94205d7c8a95502bd0317 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 7 Jan 2020 07:18:25 +1100 Subject: [PATCH 164/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 57dfd3d9..d37172e1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,7 +19,7 @@ pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.5.2 # via sphinx pytz==2019.3 # via babel -PyYAML==5.2 # via sphinx-autobuild, watchdog +PyYAML==5.3 # via sphinx-autobuild, watchdog recommonmark==0.6.0 requests==2.22.0 # via sphinx singledispatch==3.4.0.3 # via tornado From 5db942d105f26a615af028d735f92e584b4999c3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 12 Jan 2020 23:30:16 +1100 Subject: [PATCH 165/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8bda57c6..0fb4b17b 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==5.0.2 + py32: coverage==5.0.3 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From 58362fd48fd1334fba6e4864197ff4b32dbec656 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 13 Jan 2020 01:17:31 +1100 Subject: [PATCH 166/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d37172e1..b29c5122 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ babel==2.8.0 # via sphinx backports-abc==0.5 # via tornado certifi==2019.11.28 # via tornado commonmark==0.9.1 # via recommonmark -docutils==0.15.2 # via recommonmark, sphinx +docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx Jinja2==2.10.3 # via sphinx livereload==2.6.1 # via sphinx-autobuild From f34d1d5b42591e673cbf5af3fc3f3c720a24273c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 16 Jan 2020 05:22:57 +1100 Subject: [PATCH 167/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b29c5122..d0d8f530 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -23,7 +23,7 @@ PyYAML==5.3 # via sphinx-autobuild, watchdog recommonmark==0.6.0 requests==2.22.0 # via sphinx singledispatch==3.4.0.3 # via tornado -six==1.13.0 # via livereload, singledispatch, sphinx +six==1.14.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 sphinx==2.3.1 From ce280e83fc4b1e02dd01578237dc7d0ffefbd358 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 19 Jan 2020 12:09:07 +1100 Subject: [PATCH 168/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac2a22a3..9d3c847a 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=7.1,<7.2', + 'elasticsearch>=7.5,<7.6', 'elasticstack', ], 'test': [ From 1588628479855881f68bf470d7abfca026244e90 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 27 Jan 2020 05:26:30 +1100 Subject: [PATCH 169/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d0d8f530..6eda15be 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 sphinx==2.3.1 tornado==6.0.3 # via livereload, sphinx-autobuild -watchdog==0.9.0 # via sphinx-autobuild +watchdog==0.10.0 # via sphinx-autobuild From fcd57f5e1cc4bb36e4966f93738b81bac620f754 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 28 Jan 2020 05:30:54 +1100 Subject: [PATCH 170/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6eda15be..d53831c5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ certifi==2019.11.28 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx -Jinja2==2.10.3 # via sphinx +Jinja2==2.11.0 # via sphinx livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog From bfc28f38182c4f0104b1529ba9caf2734a174a7b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 31 Jan 2020 05:18:17 +1100 Subject: [PATCH 171/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d53831c5..8bd3f58b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ certifi==2019.11.28 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx -Jinja2==2.11.0 # via sphinx +Jinja2==2.11.1 # via sphinx livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog From b17933561b4581ea41b10590f6cb3f80929e05d2 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 31 Jan 2020 15:16:58 +1100 Subject: [PATCH 172/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8bd3f58b..4c34378d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 sphinx==2.3.1 tornado==6.0.3 # via livereload, sphinx-autobuild -watchdog==0.10.0 # via sphinx-autobuild +watchdog==0.10.1 # via sphinx-autobuild From 8d806e6cdba3402da2e1667a6cfb0e4ce8c8e488 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 9 Feb 2020 10:22:15 +1100 Subject: [PATCH 173/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4c34378d..1046f2dd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 sphinx==2.3.1 tornado==6.0.3 # via livereload, sphinx-autobuild -watchdog==0.10.1 # via sphinx-autobuild +watchdog==0.10.2 # via sphinx-autobuild From 7a59a098408ee14970b0fdf9f32f1b4a45cd1c64 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 9 Feb 2020 18:27:16 +1100 Subject: [PATCH 174/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1046f2dd..e4bb1168 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.14.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.3.1 +sphinx==2.4.0 tornado==6.0.3 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From c7c0b6dcc89610878597eb29d9bde4cc657c73ea Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 12 Feb 2020 01:19:34 +1100 Subject: [PATCH 175/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e4bb1168..2cc14f07 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.14.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.4.0 +sphinx==2.4.1 tornado==6.0.3 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From 737bce975889e0e3d891e9015785f382403a5d16 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 18 Feb 2020 03:08:56 +1100 Subject: [PATCH 176/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d3c847a..ebb4b6c9 100644 --- a/setup.py +++ b/setup.py @@ -172,7 +172,7 @@ def find_packages(*paths): 'pyparsing', 'unidecode', 'edtf>=2.5', - 'webcolors==1.10', + 'webcolors==1.11', 'colormath==3.0.0', # Disable as it's devpi-only # 'colorweave==0.1+0.ce27c83b4e06a8185531538fa11c18c5ea2c1aba.ixc', From a3321a1d7c03022c4f4d9c3e4773d1f669875d1d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 18 Feb 2020 03:19:55 +1100 Subject: [PATCH 177/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ebb4b6c9..42d6d275 100644 --- a/setup.py +++ b/setup.py @@ -172,7 +172,7 @@ def find_packages(*paths): 'pyparsing', 'unidecode', 'edtf>=2.5', - 'webcolors==1.11', + 'webcolors==1.11.1', 'colormath==3.0.0', # Disable as it's devpi-only # 'colorweave==0.1+0.ce27c83b4e06a8185531538fa11c18c5ea2c1aba.ixc', From e93e5650403b2277f3a997d77b7fa5473a06bdfc Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 19 Feb 2020 03:35:25 +1100 Subject: [PATCH 178/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2cc14f07..095bd0d1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.14.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.4.1 +sphinx==2.4.2 tornado==6.0.3 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From edc2444b2da7fdd37afc2a93b5646461d75263b0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 20 Feb 2020 06:12:53 +1100 Subject: [PATCH 179/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 095bd0d1..3441ea72 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ Pygments==2.5.2 # via sphinx pytz==2019.3 # via babel PyYAML==5.3 # via sphinx-autobuild, watchdog recommonmark==0.6.0 -requests==2.22.0 # via sphinx +requests==2.23.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.14.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx From b7482a25911b0152f6685785f0ef15080478fd5b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 23 Feb 2020 01:26:44 +1100 Subject: [PATCH 180/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3441ea72..9004b075 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.14.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.4.2 +sphinx==2.4.3 tornado==6.0.3 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From dbfcfa6f4837abeabfc91d54516bd95be7c4cb66 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 2 Mar 2020 22:10:37 +1100 Subject: [PATCH 181/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42d6d275..29347a58 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.4.0', + 'celery[redis]==4.4.1', 'coverage', 'coveralls', 'django-dynamic-fixture', From 817ade65ff720fc3a20050177ad1d5204ebe16b7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 4 Mar 2020 13:38:55 +1100 Subject: [PATCH 182/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9004b075..bcadd303 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,5 +27,5 @@ six==1.14.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 sphinx==2.4.3 -tornado==6.0.3 # via livereload, sphinx-autobuild +tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From d4e6f57222383b4c8c539fbed9f42961eaef259d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 6 Mar 2020 01:10:07 +1100 Subject: [PATCH 183/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index bcadd303..915b8fd2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.14.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.4.3 +sphinx==2.4.4 tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From edbe33799041d338f873d9157533bcab5e11214a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 8 Mar 2020 20:28:59 +1100 Subject: [PATCH 184/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 915b8fd2..9e64d975 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.5.2 # via sphinx +Pygments==2.6.0 # via sphinx pytz==2019.3 # via babel PyYAML==5.3 # via sphinx-autobuild, watchdog recommonmark==0.6.0 From 53cfeb53cd90d14a3a7bec1634f65df638ef9b40 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 8 Mar 2020 20:50:42 +1100 Subject: [PATCH 185/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9e64d975..50d4a038 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.6.0 # via sphinx +Pygments==2.6.1 # via sphinx pytz==2019.3 # via babel PyYAML==5.3 # via sphinx-autobuild, watchdog recommonmark==0.6.0 From 0d1cde8228788951dfb353f257575f6a7656bd1f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 17 Mar 2020 11:00:09 +1100 Subject: [PATCH 186/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0fb4b17b..cec76978 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==5.0.3 + py32: coverage==5.0.4 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From 023f03866ff0a2e9c4f30d43b6ea9c48a585c0f8 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 17 Mar 2020 20:31:10 +1100 Subject: [PATCH 187/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29347a58..f0503d93 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.4.1', + 'celery[redis]==4.4.2', 'coverage', 'coveralls', 'django-dynamic-fixture', From 40c9e28cfcdda577e44cbff795b66141577ac153 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 19 Mar 2020 09:37:18 +1100 Subject: [PATCH 188/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 50d4a038..0d7f2c2b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,7 +19,7 @@ pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.6.1 # via sphinx pytz==2019.3 # via babel -PyYAML==5.3 # via sphinx-autobuild, watchdog +PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.6.0 requests==2.23.0 # via sphinx singledispatch==3.4.0.3 # via tornado From 85e9df4910d976233e671f193a72c7a746a33aa3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 20 Mar 2020 05:47:13 +1100 Subject: [PATCH 189/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0503d93..d8cb34f7 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=7.5,<7.6', + 'elasticsearch>=7.6,<7.7', 'elasticstack', ], 'test': [ From 28619bcdfc906ef57cd26394e7bc7143941595b3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 6 Apr 2020 01:18:56 +1000 Subject: [PATCH 190/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0d7f2c2b..8239e964 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.14.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==2.4.4 +sphinx==3.0.0 tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From 61dc36049e69bc1f96a80fb1b1736a5f073170b5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 6 Apr 2020 01:59:11 +1000 Subject: [PATCH 191/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8239e964..80f616b7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.8.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2019.11.28 # via tornado +certifi==2020.4.5 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx From aaffd98e4ff0be12dd500848813141c9412f302b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 6 Apr 2020 06:26:31 +1000 Subject: [PATCH 192/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 80f616b7..477ab4f3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.8.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2020.4.5 # via tornado +certifi==2020.4.5.1 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx From eee863a9f63bbd3a8810da53ca52b10cfdf2bb48 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 11 Apr 2020 01:09:51 +1000 Subject: [PATCH 193/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 477ab4f3..4c31c726 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.14.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==3.0.0 +sphinx==3.0.1 tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From cea8d35be9f310f0d20deb795cfc1ab24773455e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 13 Apr 2020 08:12:06 +1000 Subject: [PATCH 194/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cec76978..298e5a29 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==5.0.4 + py32: coverage==5.1 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From 28e0ff374f611dafdaff22840d9b72ed3bc7dd97 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 14 Apr 2020 02:24:19 +1000 Subject: [PATCH 195/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4c31c726..da631d76 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ certifi==2020.4.5.1 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx -Jinja2==2.11.1 # via sphinx +Jinja2==2.11.2 # via sphinx livereload==2.6.1 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog From 1d89b11b23e58acad8c0e105617cfb96e9f566e8 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 20 Apr 2020 00:48:04 +1000 Subject: [PATCH 196/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index da631d76..e0dc761b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.14.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==3.0.1 +sphinx==3.0.2 tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From 504c5f4ad93f9c62fbb3a107ab273d47a1122462 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 27 Apr 2020 00:02:44 +1000 Subject: [PATCH 197/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e0dc761b..a9a754ad 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.14.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==3.0.2 +sphinx==3.0.3 tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From 44f6d32e8410e576b193dae89f0c8854a645e8f0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 28 Apr 2020 18:42:16 +1000 Subject: [PATCH 198/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a9a754ad..36c4e71b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.6.1 # via sphinx -pytz==2019.3 # via babel +pytz==2020.1 # via babel PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.6.0 requests==2.23.0 # via sphinx From a6a5278e70223a38c77158badb5adafae319032f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 14 May 2020 05:19:58 +1000 Subject: [PATCH 199/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8cb34f7..b1625f05 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=7.6,<7.7', + 'elasticsearch>=7.7,<7.8', 'elasticstack', ], 'test': [ From 5ea47b1de0818613f60f35cd7936fb99ca39d3d9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 22 May 2020 01:36:58 +1000 Subject: [PATCH 200/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 36c4e71b..6a4e5c4c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -23,7 +23,7 @@ PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.6.0 requests==2.23.0 # via sphinx singledispatch==3.4.0.3 # via tornado -six==1.14.0 # via livereload, singledispatch, sphinx +six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 sphinx==3.0.3 From ea67e5ed78ea41603ce851d1812bf09c9c87b685 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 27 May 2020 01:42:22 +1000 Subject: [PATCH 201/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6a4e5c4c..0ecbe7e0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==3.0.3 +sphinx==3.0.4 tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From fb771a6b1e71974ff8aaacf079971db2e05f7cee Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 1 Jun 2020 20:01:46 +1000 Subject: [PATCH 202/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1625f05..4a092f85 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.4.2', + 'celery[redis]==4.4.3', 'coverage', 'coveralls', 'django-dynamic-fixture', From 56d1f8e67eddec5aa1b3e98320f9c1ca903c22bd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 3 Jun 2020 15:15:15 +1000 Subject: [PATCH 203/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a092f85..1b4a2756 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.4.3', + 'celery[redis]==4.4.4', 'coverage', 'coveralls', 'django-dynamic-fixture', From f0bf3fdd4361b48da812df1c81cc1252e625e6e6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 7 Jun 2020 10:03:55 +1000 Subject: [PATCH 204/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0ecbe7e0..c867f154 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -13,7 +13,7 @@ commonmark==0.9.1 # via recommonmark docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx Jinja2==2.11.2 # via sphinx -livereload==2.6.1 # via sphinx-autobuild +livereload==2.6.2 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild From 17d2addf4788b097286cc1b4c583ef5d7e165bb8 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 7 Jun 2020 19:45:45 +1000 Subject: [PATCH 205/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c867f154..734fb024 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.8.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2020.4.5.1 # via tornado +certifi==2020.4.5.2 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx From 47823780237cbc2d40fbbf5f7a4d1b0713c3af7c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 8 Jun 2020 16:12:44 +1000 Subject: [PATCH 206/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b4a2756..2b9d5b21 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.4.4', + 'celery[redis]==4.4.5', 'coverage', 'coveralls', 'django-dynamic-fixture', From 2ad2508f90da50151e5db775d639c9c190606a07 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 8 Jun 2020 23:46:07 +1000 Subject: [PATCH 207/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 734fb024..2032d69d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==3.0.4 +sphinx==3.1.0 tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From 287c6220422d682abb86f9ebb46416efd985c7b3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 14 Jun 2020 14:01:24 +1000 Subject: [PATCH 208/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2032d69d..2e4cef8c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==3.1.0 +sphinx==3.1.1 tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.2 # via sphinx-autobuild From 6e134a0df2d83f4d80d7f6a095d22b50441ab586 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 18 Jun 2020 03:08:11 +1000 Subject: [PATCH 209/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2e4cef8c..0260234f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ Pygments==2.6.1 # via sphinx pytz==2020.1 # via babel PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.6.0 -requests==2.23.0 # via sphinx +requests==2.24.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx From 305bbcd34a2a4d6d1751a1dc7cee62f8db2eeb0d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 19 Jun 2020 01:15:03 +1000 Subject: [PATCH 210/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b9d5b21..255e485b 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=7.7,<7.8', + 'elasticsearch>=7.8,<7.9', 'elasticstack', ], 'test': [ From 5e699b7573deb73a268ad73a2d8353a90673860b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 21 Jun 2020 02:19:04 +1000 Subject: [PATCH 211/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0260234f..e3a926c0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.8.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2020.4.5.2 # via tornado +certifi==2020.6.20 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx From 9b25506fc215cdaf0a28806854a969252500a184 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 23 Jun 2020 10:07:11 +1000 Subject: [PATCH 212/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 255e485b..75a56679 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def find_packages(*paths): 'django-polymorphic>=0.8,!=1,!=1.0.1', 'django-wysiwyg', 'django_extensions', - 'html5lib==1.0.1', # See: https://github.com/html5lib/html5lib-python/issues/189 and https://github.com/pydanny-archive/django-wysiwyg/issues/61 + 'html5lib==1.1', # See: https://github.com/html5lib/html5lib-python/issues/189 and https://github.com/pydanny-archive/django-wysiwyg/issues/61 'nltk', 'Pillow>=4', # See: https://github.com/python-pillow/Pillow/issues/2206 'pip-tools', From a528af650be4f861e4a0fc2d69103fb12dff65e4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 24 Jun 2020 18:53:49 +1000 Subject: [PATCH 213/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75a56679..2269227f 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.4.5', + 'celery[redis]==4.4.6', 'coverage', 'coveralls', 'django-dynamic-fixture', From 3bb6f5c451bc73ac988b90dd213a376e275e5d98 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 26 Jun 2020 06:51:08 +1000 Subject: [PATCH 214/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e3a926c0..c8c8f979 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 sphinx==3.1.1 tornado==6.0.4 # via livereload, sphinx-autobuild -watchdog==0.10.2 # via sphinx-autobuild +watchdog==0.10.3 # via sphinx-autobuild From c0822199a6c5fd40d911f20b3f3d2fbc7ee76ca9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 5 Jul 2020 21:02:33 +1000 Subject: [PATCH 215/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c8c8f979..b3ebec5c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==3.1.1 +sphinx==3.1.2 tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.3 # via sphinx-autobuild From 643e22e528d66f5689a4cce968aaade15fd008e9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 7 Jul 2020 02:47:38 +1000 Subject: [PATCH 216/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 298e5a29..b52ebb3d 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==5.1 + py32: coverage==5.2 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From b6c96fe315bd854c778f90fa657e77aed7a88d5a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 24 Jul 2020 21:43:41 +1000 Subject: [PATCH 217/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b52ebb3d..6cc3ac1b 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==5.2 + py32: coverage==5.2.1 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From b391198cc890be6eeffa17a1d37473adeaecabd7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 1 Aug 2020 04:23:31 +1000 Subject: [PATCH 218/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2269227f..08cf3a7e 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.4.6', + 'celery[redis]==4.4.7', 'coverage', 'coveralls', 'django-dynamic-fixture', From b8237b98080ddbed6824cc71813965262983a0bc Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 4 Aug 2020 18:24:43 +1000 Subject: [PATCH 219/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08cf3a7e..63a37be1 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def find_packages(*paths): 'Werkzeug', ], 'django18': [ - 'Django>=3.0,<3.1', # LTS + 'Django>=3.1,<3.2', # LTS ], 'forms': [ 'django-forms-builder', From 02896831b772e7b6e76dec7394a80d3fd7e07a29 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 8 Aug 2020 19:17:57 +1000 Subject: [PATCH 220/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b3ebec5c..74d5a518 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==3.1.2 +sphinx==3.2.0 tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.3 # via sphinx-autobuild From a40bc3dbcc2a0e0124fa2464ce88165111436506 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 14 Aug 2020 21:02:04 +1000 Subject: [PATCH 221/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 74d5a518..8d7cc072 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==0.7.1 -sphinx==3.2.0 +sphinx==3.2.1 tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.3 # via sphinx-autobuild From 05eccd190faa86c6086d3d9c7e929c2812889af0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 19 Aug 2020 02:46:52 +1000 Subject: [PATCH 222/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63a37be1..75a4692a 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=7.8,<7.9', + 'elasticsearch>=7.9,<7.10', 'elasticstack', ], 'test': [ From af274395ac75ab6f6a3272a109d7a26ca7c61567 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 23 Aug 2020 01:33:08 +1000 Subject: [PATCH 223/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8d7cc072..7c7bc42d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -13,7 +13,7 @@ commonmark==0.9.1 # via recommonmark docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx Jinja2==2.11.2 # via sphinx -livereload==2.6.2 # via sphinx-autobuild +livereload==2.6.3 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild From 9e0c71eddd531fdaf5d67ba9f7bcfa68553c5e65 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 31 Aug 2020 22:12:08 +1000 Subject: [PATCH 224/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7c7bc42d..d7fbf5ea 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -25,7 +25,7 @@ requests==2.24.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx -sphinx-autobuild==0.7.1 +sphinx-autobuild==2020.9.1 sphinx==3.2.1 tornado==6.0.4 # via livereload, sphinx-autobuild watchdog==0.10.3 # via sphinx-autobuild From 81c0eb905fa9e62a5d8b24b370ef2eff336cf262 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 13 Sep 2020 02:13:30 +1000 Subject: [PATCH 225/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d7fbf5ea..8cafe5b1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.3 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.6.1 # via sphinx +Pygments==2.7.0 # via sphinx pytz==2020.1 # via babel PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.6.0 From dce800b7ccbe89a81cd06fd7176faf2a5d18a0a7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 14 Sep 2020 07:30:41 +1000 Subject: [PATCH 226/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6cc3ac1b..04f6adcd 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==5.2.1 + py32: coverage==5.3 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From e11478784a952aa2c98c6ab2e029442352de46c3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 17 Sep 2020 17:12:12 +1000 Subject: [PATCH 227/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8cafe5b1..370f0584 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.3 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.7.0 # via sphinx +Pygments==2.7.1 # via sphinx pytz==2020.1 # via babel PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.6.0 From 34bb6eabd8ee94a9071e1cc5d851464251b8b1a1 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 25 Sep 2020 01:08:54 +1000 Subject: [PATCH 228/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75a4692a..161f3fba 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==4.4.7', + 'celery[redis]==5.0.0', 'coverage', 'coveralls', 'django-dynamic-fixture', From 2f6a185f84a0142dfedab21e9f6fa6969fcc3f50 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 19 Oct 2020 01:49:45 +1100 Subject: [PATCH 229/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 161f3fba..9556d918 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==5.0.0', + 'celery[redis]==5.0.1', 'coverage', 'coveralls', 'django-dynamic-fixture', From 8dc14faf5aa79429d25819bc9020baa2a173f6c9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 26 Oct 2020 21:41:17 +1100 Subject: [PATCH 230/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 370f0584..9432089e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.3 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.7.1 # via sphinx +Pygments==2.7.2 # via sphinx pytz==2020.1 # via babel PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.6.0 From 8aeaf982b1584bc7dec6d5d3af4212689a92c97d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 31 Oct 2020 07:54:01 +1100 Subject: [PATCH 231/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9432089e..72bcfc3e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,5 +27,5 @@ six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==2020.9.1 sphinx==3.2.1 -tornado==6.0.4 # via livereload, sphinx-autobuild +tornado==6.1 # via livereload, sphinx-autobuild watchdog==0.10.3 # via sphinx-autobuild From 80e6805712c49d49fa7966142268aaa9b05fc831 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 31 Oct 2020 10:35:16 +1100 Subject: [PATCH 232/319] [requires.io] dependency update From 77f9b4337eb6dc225527de1a485d4f8e3721a038 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 31 Oct 2020 11:18:47 +1100 Subject: [PATCH 233/319] [requires.io] dependency update From d003b9ecc5d88d31f99a35799c3a3bcee5a286ef Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 3 Nov 2020 23:42:49 +1100 Subject: [PATCH 234/319] [requires.io] dependency update --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 72bcfc3e..5d255a49 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.7.2 # via sphinx -pytz==2020.1 # via babel +pytz==2020.4 # via babel PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.6.0 requests==2.24.0 # via sphinx @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==2020.9.1 -sphinx==3.2.1 +sphinx==3.3.0 tornado==6.1 # via livereload, sphinx-autobuild watchdog==0.10.3 # via sphinx-autobuild From 126eec5f8f135fa76ea3bfbff1bed0e662a75da1 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 3 Nov 2020 23:42:50 +1100 Subject: [PATCH 235/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9556d918..9681a355 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==5.0.1', + 'celery[redis]==5.0.2', 'coverage', 'coveralls', 'django-dynamic-fixture', From e8a51646692a7608af7dc4976c0b33a51261d430 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 13 Nov 2020 15:45:56 +1100 Subject: [PATCH 236/319] [requires.io] dependency update --- docs/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5d255a49..d56809bb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,9 +6,9 @@ # alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog -babel==2.8.0 # via sphinx +babel==2.9.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2020.6.20 # via tornado +certifi==2020.11.8 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx @@ -21,11 +21,11 @@ Pygments==2.7.2 # via sphinx pytz==2020.4 # via babel PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.6.0 -requests==2.24.0 # via sphinx +requests==2.25.0 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==2020.9.1 -sphinx==3.3.0 +sphinx==3.3.1 tornado==6.1 # via livereload, sphinx-autobuild watchdog==0.10.3 # via sphinx-autobuild From df987a0167270f685430794ef3b6fc7580973f6d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 13 Nov 2020 15:45:57 +1100 Subject: [PATCH 237/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9681a355..487d557b 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=7.9,<7.10', + 'elasticsearch>=7.10,<7.11', 'elasticstack', ], 'test': [ From fdf38811bf4ed34b59168e92d2b25e6cd5e68715 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 22 Nov 2020 04:18:00 +1100 Subject: [PATCH 238/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d56809bb..171f36ca 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==2020.9.1 sphinx==3.3.1 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==0.10.3 # via sphinx-autobuild +watchdog==0.10.4 # via sphinx-autobuild From cd80a8f62fea6f00eb110bce58ef3a0c3def5327 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 4 Dec 2020 03:38:29 +1100 Subject: [PATCH 239/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 487d557b..7d489c36 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==5.0.2', + 'celery[redis]==5.0.3', 'coverage', 'coveralls', 'django-dynamic-fixture', From f21cc094d33482538e6de10546ff3105ef2ecc03 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 6 Dec 2020 07:52:00 +1100 Subject: [PATCH 240/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 171f36ca..a0636268 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.9.0 # via sphinx backports-abc==0.5 # via tornado -certifi==2020.11.8 # via tornado +certifi==2020.12.5 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx From b563519e251c1207ecda255855958625784140cf Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 7 Dec 2020 00:34:59 +1100 Subject: [PATCH 241/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a0636268..0cecd86b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.3 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.7.2 # via sphinx +Pygments==2.7.3 # via sphinx pytz==2020.4 # via babel PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.6.0 From 48961fe54819d1a0e5068714fb44f0652d213edf Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 9 Dec 2020 00:08:25 +1100 Subject: [PATCH 242/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d489c36..84543b97 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==5.0.3', + 'celery[redis]==5.0.4', 'coverage', 'coveralls', 'django-dynamic-fixture', From b2af423b72fd1671dc3cb42928f1ca241f538178 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 10 Dec 2020 20:47:24 +1100 Subject: [PATCH 243/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0cecd86b..0a2da717 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==2020.9.1 sphinx==3.3.1 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==0.10.4 # via sphinx-autobuild +watchdog==0.10.5 # via sphinx-autobuild From b7fda1168210f80b35d324d65ec0ead1144209c6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 10 Dec 2020 21:01:30 +1100 Subject: [PATCH 244/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0a2da717..8ff9877a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==2020.9.1 sphinx==3.3.1 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==0.10.5 # via sphinx-autobuild +watchdog==1.0.0 # via sphinx-autobuild From 46cf58c815d538207261e73110f370cd692734a7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 11 Dec 2020 01:06:56 +1100 Subject: [PATCH 245/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8ff9877a..26063e10 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==2020.9.1 sphinx==3.3.1 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==1.0.0 # via sphinx-autobuild +watchdog==1.0.1 # via sphinx-autobuild From 43b3d3f14e202b2582b28afad100562e14a83956 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 17 Dec 2020 02:55:20 +1100 Subject: [PATCH 246/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84543b97..a7e4f339 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==5.0.4', + 'celery[redis]==5.0.5', 'coverage', 'coveralls', 'django-dynamic-fixture', From d0321879b78c57b48cdb9c365621914a06943122 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 17 Dec 2020 07:08:54 +1100 Subject: [PATCH 247/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 26063e10..39c8e483 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ Pygments==2.7.3 # via sphinx pytz==2020.4 # via babel PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.6.0 -requests==2.25.0 # via sphinx +requests==2.25.1 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx From 27325dd00590b61e5e64033cf28d099e837054a3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 18 Dec 2020 06:30:33 +1100 Subject: [PATCH 248/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 39c8e483..c64f09b0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -20,7 +20,7 @@ port-for==0.4 # via sphinx-autobuild Pygments==2.7.3 # via sphinx pytz==2020.4 # via babel PyYAML==5.3.1 # via sphinx-autobuild, watchdog -recommonmark==0.6.0 +recommonmark==0.7.1 requests==2.25.1 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx From 6877a8eb21f137714f047b431ce8031a7958ee49 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 18 Dec 2020 22:31:36 +1100 Subject: [PATCH 249/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c64f09b0..a8d05b32 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==2020.9.1 sphinx==3.3.1 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==1.0.1 # via sphinx-autobuild +watchdog==1.0.2 # via sphinx-autobuild From cc2391101bae00009dbf60d04a949aa53a4c3790 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 20 Dec 2020 09:59:10 +1100 Subject: [PATCH 250/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 04f6adcd..2780b4d8 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==5.3 + py32: coverage==5.3.1 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From 403b1d82dc7b67ba5a57fdc5b32576a0c28a7e2c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 20 Dec 2020 23:37:10 +1100 Subject: [PATCH 251/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a8d05b32..e670d28e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==2020.9.1 -sphinx==3.3.1 +sphinx==3.4.0 tornado==6.1 # via livereload, sphinx-autobuild watchdog==1.0.2 # via sphinx-autobuild From c9bf8960ae42461592044ac9b219e915d19931f7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 25 Dec 2020 02:21:53 +1100 Subject: [PATCH 252/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e670d28e..45cfff38 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==2020.9.1 -sphinx==3.4.0 +sphinx==3.4.1 tornado==6.1 # via livereload, sphinx-autobuild watchdog==1.0.2 # via sphinx-autobuild From 66baf545fd662eefbf2ae463d5d9956d05a12075 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 25 Dec 2020 08:13:27 +1100 Subject: [PATCH 253/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 45cfff38..0b7ffb76 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.7.3 # via sphinx -pytz==2020.4 # via babel +pytz==2020.5 # via babel PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 requests==2.25.1 # via sphinx From 924a52019dd2413032cab16146a6ee24815dbdf9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 4 Jan 2021 23:53:10 +1100 Subject: [PATCH 254/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0b7ffb76..aa7bd5d2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==2020.9.1 -sphinx==3.4.1 +sphinx==3.4.2 tornado==6.1 # via livereload, sphinx-autobuild watchdog==1.0.2 # via sphinx-autobuild From d20f20a013c9189b3f593551376d8c542c4c39de Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 8 Jan 2021 03:59:08 +1100 Subject: [PATCH 255/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index aa7bd5d2..5af7315c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.0.0 # via sphinx sphinx-autobuild==2020.9.1 -sphinx==3.4.2 +sphinx==3.4.3 tornado==6.1 # via livereload, sphinx-autobuild watchdog==1.0.2 # via sphinx-autobuild From 5ab4b70fbf7ea756a9bed3be8297bd6b4ae7e3a6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 12 Jan 2021 18:21:29 +1100 Subject: [PATCH 256/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5af7315c..6bed091b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.3 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.7.3 # via sphinx +Pygments==2.7.4 # via sphinx pytz==2020.5 # via babel PyYAML==5.3.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 From 40133016cc1e17e1446cb39147472be0e947f8c5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 20 Jan 2021 08:37:06 +1100 Subject: [PATCH 257/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6bed091b..3c4313fc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,7 +19,7 @@ pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.7.4 # via sphinx pytz==2020.5 # via babel -PyYAML==5.3.1 # via sphinx-autobuild, watchdog +PyYAML==5.4 # via sphinx-autobuild, watchdog recommonmark==0.7.1 requests==2.25.1 # via sphinx singledispatch==3.4.0.3 # via tornado From 5250824be38a7042281b395e57b8cb18b4acfc09 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 21 Jan 2021 09:35:05 +1100 Subject: [PATCH 258/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3c4313fc..2cdbfc2d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,7 +19,7 @@ pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.7.4 # via sphinx pytz==2020.5 # via babel -PyYAML==5.4 # via sphinx-autobuild, watchdog +PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 requests==2.25.1 # via sphinx singledispatch==3.4.0.3 # via tornado From 92c1d5159146f7d04e49e792a1a9b61c3ff137bc Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 21 Jan 2021 22:53:46 +1100 Subject: [PATCH 259/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2cdbfc2d..ba728336 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,7 +24,7 @@ recommonmark==0.7.1 requests==2.25.1 # via sphinx singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx -snowballstemmer==2.0.0 # via sphinx +snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2020.9.1 sphinx==3.4.3 tornado==6.1 # via livereload, sphinx-autobuild From d60e322e14e93fc762706a42f9d9de3aafe74e98 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 26 Jan 2021 23:05:06 +1100 Subject: [PATCH 260/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2780b4d8..62fd851f 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==5.3.1 + py32: coverage==5.4 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From b460443a5aedd02ce507f70e82eacaec95302981 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 1 Feb 2021 03:52:59 +1100 Subject: [PATCH 261/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ba728336..81bba57d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ certifi==2020.12.5 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.16 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx -Jinja2==2.11.2 # via sphinx +Jinja2==2.11.3 # via sphinx livereload==2.6.3 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog From adf94f0c0889a51af7ef2db052c0a5befc9ffb76 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 1 Feb 2021 19:29:17 +1100 Subject: [PATCH 262/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 81bba57d..7c44b0ba 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild Pygments==2.7.4 # via sphinx -pytz==2020.5 # via babel +pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 requests==2.25.1 # via sphinx From 8975cb3294b785ba7df9d1e61c5834f700e4a033 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 11 Feb 2021 07:04:36 +1100 Subject: [PATCH 263/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7e4f339..e38b5455 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=7.10,<7.11', + 'elasticsearch>=7.11,<7.12', 'elasticstack', ], 'test': [ From 6eec4d85f3a1394787fbddc6510392ca3d09dbd3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 11 Feb 2021 21:03:36 +1100 Subject: [PATCH 264/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7c44b0ba..6ee9e5a6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2020.9.1 sphinx==3.4.3 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==1.0.2 # via sphinx-autobuild +watchdog==2.0.0 # via sphinx-autobuild From 0510d71fa765550271b530104c8b54554edfa09b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 14 Feb 2021 19:08:02 +1100 Subject: [PATCH 265/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6ee9e5a6..a09e3673 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2020.9.1 -sphinx==3.4.3 +sphinx==3.5.0 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.0.0 # via sphinx-autobuild From b47542961079dc6e0175ecf224cb6e09825ccac8 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 15 Feb 2021 01:23:19 +1100 Subject: [PATCH 266/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a09e3673..b9491316 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.3 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.7.4 # via sphinx +Pygments==2.8.0 # via sphinx pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 From f8d1ecf6bfe17424b5cbbb50baa575ca2150d69a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 17 Feb 2021 01:53:38 +1100 Subject: [PATCH 267/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b9491316..bc775bc7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.4.0.3 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2020.9.1 -sphinx==3.5.0 +sphinx==3.5.1 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.0.0 # via sphinx-autobuild From bf9fa1373025f8bf15618eb912972d8ceda1c5d4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 18 Feb 2021 03:26:18 +1100 Subject: [PATCH 268/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index bc775bc7..1f1f730c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2020.9.1 sphinx==3.5.1 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==2.0.0 # via sphinx-autobuild +watchdog==2.0.1 # via sphinx-autobuild From df533eecebc5b637a34d2236423fd0392391ecdd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 21 Feb 2021 03:35:21 +1100 Subject: [PATCH 269/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1f1f730c..a9826bad 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,7 +22,7 @@ pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 requests==2.25.1 # via sphinx -singledispatch==3.4.0.3 # via tornado +singledispatch==3.4.0.4 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2020.9.1 From 1f2fdb416cda34d2b8f7fcb7ebc6ba135e79be8b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 21 Feb 2021 12:21:50 +1100 Subject: [PATCH 270/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a9826bad..9e86877e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,7 +22,7 @@ pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 requests==2.25.1 # via sphinx -singledispatch==3.4.0.4 # via tornado +singledispatch==3.5.0 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2020.9.1 From f3bd51326fff90f4e35e13017cb6aa56aaeb2aff Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 21 Feb 2021 13:05:45 +1100 Subject: [PATCH 271/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9e86877e..8ad60392 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,7 +22,7 @@ pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 requests==2.25.1 # via sphinx -singledispatch==3.5.0 # via tornado +singledispatch==3.6.0 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2020.9.1 From 7fc67ed064161379ab17a4f86ccd1a870ec89fa3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 23 Feb 2021 01:06:51 +1100 Subject: [PATCH 272/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8ad60392..6b265d72 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2020.9.1 sphinx==3.5.1 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==2.0.1 # via sphinx-autobuild +watchdog==2.0.2 # via sphinx-autobuild From 3b72053c607425024ae586866cd692be52bb7583 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 26 Feb 2021 06:50:39 +1100 Subject: [PATCH 273/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6b265d72..2377d00e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,7 +22,7 @@ pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 requests==2.25.1 # via sphinx -singledispatch==3.6.0 # via tornado +singledispatch==3.6.1 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2020.9.1 From badba0630e44e8e92d237d48e7de57ecb73104be Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 1 Mar 2021 07:35:46 +1100 Subject: [PATCH 274/319] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 62fd851f..45dd1c72 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 postgres: psycopg2 - py32: coverage==5.4 + py32: coverage==5.5 passenv = BASE_SETTINGS_MODULE PG* TERM TRAVIS LANG SSH_AUTH_SOCK From 7206880f181870817a6e1451e1fe83dd4b654619 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 6 Mar 2021 23:45:08 +1100 Subject: [PATCH 275/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2377d00e..71b4ab0b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.6.1 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2020.9.1 -sphinx==3.5.1 +sphinx==3.5.2 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.0.2 # via sphinx-autobuild From 0039a0b5dcddc7b393caae6dcfc82a3bffc5bb71 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 7 Mar 2021 19:20:45 +1100 Subject: [PATCH 276/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 71b4ab0b..ff3fbb80 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.3 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.8.0 # via sphinx +Pygments==2.8.1 # via sphinx pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 From 786fadeeec3f20a4e88b463202f80216da91bbc0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 15 Mar 2021 00:54:41 +1100 Subject: [PATCH 277/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ff3fbb80..38f65bc2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -25,7 +25,7 @@ requests==2.25.1 # via sphinx singledispatch==3.6.1 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx -sphinx-autobuild==2020.9.1 +sphinx-autobuild==2021.3.14 sphinx==3.5.2 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.0.2 # via sphinx-autobuild From e9e9e48a34a30e0dde5905d5b1fd1d32d25a5c1b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 21 Mar 2021 01:44:28 +1100 Subject: [PATCH 278/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 38f65bc2..97b35ce7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.6.1 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 -sphinx==3.5.2 +sphinx==3.5.3 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.0.2 # via sphinx-autobuild From c648bad918894a570f445780e054191abfaf6e08 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 24 Mar 2021 05:15:11 +1100 Subject: [PATCH 279/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e38b5455..5e56628a 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=7.11,<7.12', + 'elasticsearch>=7.12,<7.13', 'elasticstack', ], 'test': [ From db65037334eb739014339533b0d00ab8349f783e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 3 Apr 2021 23:12:39 +1100 Subject: [PATCH 280/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 97b35ce7..fe0f7bb9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ babel==2.9.0 # via sphinx backports-abc==0.5 # via tornado certifi==2020.12.5 # via tornado commonmark==0.9.1 # via recommonmark -docutils==0.16 # via recommonmark, sphinx +docutils==0.17 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx Jinja2==2.11.3 # via sphinx livereload==2.6.3 # via sphinx-autobuild From 1b50da5b8a588ecc64084e13d7086d90936ed8fc Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 6 Apr 2021 20:49:15 +1000 Subject: [PATCH 281/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e56628a..844d2e57 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def find_packages(*paths): 'Werkzeug', ], 'django18': [ - 'Django>=3.1,<3.2', # LTS + 'Django>=3.2,<3.3', # LTS ], 'forms': [ 'django-forms-builder', From 36b64db84c8c7b81df741f43e6057aec5958a4bd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 11 Apr 2021 21:47:10 +1000 Subject: [PATCH 282/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index fe0f7bb9..8f787a30 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.6.1 # via tornado six==1.15.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 -sphinx==3.5.3 +sphinx==3.5.4 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.0.2 # via sphinx-autobuild From 03fb51c5776e24d376afb90a92135c6da437778b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 18 Apr 2021 00:29:58 +1000 Subject: [PATCH 283/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8f787a30..cd150930 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ babel==2.9.0 # via sphinx backports-abc==0.5 # via tornado certifi==2020.12.5 # via tornado commonmark==0.9.1 # via recommonmark -docutils==0.17 # via recommonmark, sphinx +docutils==0.17.1 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx Jinja2==2.11.3 # via sphinx livereload==2.6.3 # via sphinx-autobuild From 72106b2cef748273bb29a5f933ff4cb13cca60fc Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 23 Apr 2021 04:14:47 +1000 Subject: [PATCH 284/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cd150930..ed570776 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 sphinx==3.5.4 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==2.0.2 # via sphinx-autobuild +watchdog==2.0.3 # via sphinx-autobuild From 5cd308dcd76a69f7209fad2997f543806f2cb665 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 29 Apr 2021 05:42:52 +1000 Subject: [PATCH 285/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ed570776..4c0a28ce 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ # alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog -babel==2.9.0 # via sphinx +babel==2.9.1 # via sphinx backports-abc==0.5 # via tornado certifi==2020.12.5 # via tornado commonmark==0.9.1 # via recommonmark From ac7bc60c7f743b52008007f8bda771d20a137240 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 4 May 2021 02:29:53 +1000 Subject: [PATCH 286/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4c0a28ce..9fba08c6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.3 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.4 # via sphinx-autobuild -Pygments==2.8.1 # via sphinx +Pygments==2.9.0 # via sphinx pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 From e8bae68a9fce028e3c3d1c36c240d621f71a3256 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 4 May 2021 23:12:30 +1000 Subject: [PATCH 287/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9fba08c6..1296b5dd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 sphinx==3.5.4 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==2.0.3 # via sphinx-autobuild +watchdog==2.1.0 # via sphinx-autobuild From 61d5d298fbba754cf7fd3e1a0e27cafe8f18923b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 6 May 2021 01:27:27 +1000 Subject: [PATCH 288/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1296b5dd..ee2e1b18 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -23,7 +23,7 @@ PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 requests==2.25.1 # via sphinx singledispatch==3.6.1 # via tornado -six==1.15.0 # via livereload, singledispatch, sphinx +six==1.16.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 sphinx==3.5.4 From 5bd5b59d0a7e1f19d397271a34168bd522915ea6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 6 May 2021 02:41:51 +1000 Subject: [PATCH 289/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ee2e1b18..22b0e359 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -16,7 +16,7 @@ Jinja2==2.11.3 # via sphinx livereload==2.6.3 # via sphinx-autobuild MarkupSafe==1.1.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog -port-for==0.4 # via sphinx-autobuild +port-for==0.5.0 # via sphinx-autobuild Pygments==2.9.0 # via sphinx pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog From 4595fc9565a62c2e94af6aac83b437681d3a9fcd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 6 May 2021 03:01:46 +1000 Subject: [PATCH 290/319] [requires.io] dependency update From 462dcf6501ae674859926cea5b1694c5a759d033 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 9 May 2021 13:32:29 +1000 Subject: [PATCH 291/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 22b0e359..7204ee57 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.6.1 # via tornado six==1.16.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 -sphinx==3.5.4 +sphinx==4.0.0 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.1.0 # via sphinx-autobuild From 8fb07b73c663cf5fee15da8af3acc8824170c304 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 10 May 2021 23:56:58 +1000 Subject: [PATCH 292/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7204ee57..95179af7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 sphinx==4.0.0 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==2.1.0 # via sphinx-autobuild +watchdog==2.1.1 # via sphinx-autobuild From 24aa748806348464c6dd96b6a1f6c622f7769ade Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 11 May 2021 03:44:20 +1000 Subject: [PATCH 293/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 95179af7..40e28fe2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.6.1 # via tornado six==1.16.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 -sphinx==4.0.0 +sphinx==4.0.1 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.1.1 # via sphinx-autobuild From 4e13218e76cb47c02a1765331400add63b753561 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 12 May 2021 06:09:21 +1000 Subject: [PATCH 294/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 40e28fe2..3538698c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -14,7 +14,7 @@ docutils==0.17.1 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx Jinja2==2.11.3 # via sphinx livereload==2.6.3 # via sphinx-autobuild -MarkupSafe==1.1.1 # via jinja2 +MarkupSafe==2.0.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.5.0 # via sphinx-autobuild Pygments==2.9.0 # via sphinx From 733cb49297a49331c1cd432d4da8e815bad5d83d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 12 May 2021 11:47:58 +1000 Subject: [PATCH 295/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3538698c..b9148341 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ certifi==2020.12.5 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.17.1 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx -Jinja2==2.11.3 # via sphinx +Jinja2==3.0.0 # via sphinx livereload==2.6.3 # via sphinx-autobuild MarkupSafe==2.0.0 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog From 2fc94c407e441fd31e0f0e343fe8819301346d62 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 12 May 2021 12:30:55 +1000 Subject: [PATCH 296/319] [requires.io] dependency update From 277a6ee20ad182cec25664a222f57dbfde6abfe4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 12 May 2021 13:20:51 +1000 Subject: [PATCH 297/319] [requires.io] dependency update From 212c0bc9645924eb2bb7ad96c4f645145936e09a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 19 May 2021 03:27:29 +1000 Subject: [PATCH 298/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b9148341..deaa6518 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -14,7 +14,7 @@ docutils==0.17.1 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx Jinja2==3.0.0 # via sphinx livereload==2.6.3 # via sphinx-autobuild -MarkupSafe==2.0.0 # via jinja2 +MarkupSafe==2.0.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.5.0 # via sphinx-autobuild Pygments==2.9.0 # via sphinx From 7c2b07760d8ef0f27259b6332f6b5726f4098708 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 19 May 2021 07:49:45 +1000 Subject: [PATCH 299/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index deaa6518..4b742e07 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ certifi==2020.12.5 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.17.1 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx -Jinja2==3.0.0 # via sphinx +Jinja2==3.0.1 # via sphinx livereload==2.6.3 # via sphinx-autobuild MarkupSafe==2.0.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog From 9389b91e17529e63f1e6285995bc7fcaff1df803 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 19 May 2021 18:50:07 +1000 Subject: [PATCH 300/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4b742e07..6b0aa2f2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 sphinx==4.0.1 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==2.1.1 # via sphinx-autobuild +watchdog==2.1.2 # via sphinx-autobuild From 4a0e4bdc4a6f97100150edb6a983b583f9df45cf Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 20 May 2021 23:28:21 +1000 Subject: [PATCH 301/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6b0aa2f2..b3252731 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.6.1 # via tornado six==1.16.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 -sphinx==4.0.1 +sphinx==4.0.2 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.1.2 # via sphinx-autobuild From 3029bc535e15ae5438f51efc33a063a0d59c1c69 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 24 May 2021 02:56:44 +1000 Subject: [PATCH 302/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 844d2e57..51e437d1 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==5.0.5', + 'celery[redis]==5.1.0', 'coverage', 'coveralls', 'django-dynamic-fixture', From 3ddacd37a38fe7dc65b5f662d0cb1029e6dad226 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 25 May 2021 23:42:05 +1000 Subject: [PATCH 303/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 51e437d1..5fce2116 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=7.12,<7.13', + 'elasticsearch>=7.13,<7.14', 'elasticstack', ], 'test': [ From efc044b2bd3b89fdb78ae5636970d3a02e6f6b73 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 27 May 2021 12:10:26 +1000 Subject: [PATCH 304/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b3252731..cb77e2b5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,7 +22,7 @@ pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 requests==2.25.1 # via sphinx -singledispatch==3.6.1 # via tornado +singledispatch==3.6.2 # via tornado six==1.16.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 From ab3897bda1c0645fdb2714e962ea59850beaf02a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 31 May 2021 02:31:29 +1000 Subject: [PATCH 305/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cb77e2b5..073f70a2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx argh==0.26.2 # via sphinx-autobuild, watchdog babel==2.9.1 # via sphinx backports-abc==0.5 # via tornado -certifi==2020.12.5 # via tornado +certifi==2021.5.30 # via tornado commonmark==0.9.1 # via recommonmark docutils==0.17.1 # via recommonmark, sphinx imagesize==1.2.0 # via sphinx From 881fa4d9c4c57caa93e6cde3debe5b059c4686ae Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 1 Jun 2021 02:24:32 +1000 Subject: [PATCH 306/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 073f70a2..defeca49 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -16,7 +16,7 @@ Jinja2==3.0.1 # via sphinx livereload==2.6.3 # via sphinx-autobuild MarkupSafe==2.0.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog -port-for==0.5.0 # via sphinx-autobuild +port-for==0.6.0 # via sphinx-autobuild Pygments==2.9.0 # via sphinx pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog From c458537b04efa83dbba3dc038cb9d2eac87f054e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 1 Jun 2021 23:57:45 +1000 Subject: [PATCH 307/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index defeca49..15535fdc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -16,7 +16,7 @@ Jinja2==3.0.1 # via sphinx livereload==2.6.3 # via sphinx-autobuild MarkupSafe==2.0.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog -port-for==0.6.0 # via sphinx-autobuild +port-for==0.6.1 # via sphinx-autobuild Pygments==2.9.0 # via sphinx pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog From e0be99c1e0b66c148c13b8e6d186bb09369fd924 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 17 Jun 2021 23:37:20 +1000 Subject: [PATCH 308/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5fce2116..33e64361 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==5.1.0', + 'celery[redis]==5.1.1', 'coverage', 'coveralls', 'django-dynamic-fixture', From a4e91f754050fcbc14592762a5a323fb716ef19c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 26 Jun 2021 23:58:22 +1000 Subject: [PATCH 309/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 15535fdc..f2ecd03f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,4 +28,4 @@ snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 sphinx==4.0.2 tornado==6.1 # via livereload, sphinx-autobuild -watchdog==2.1.2 # via sphinx-autobuild +watchdog==2.1.3 # via sphinx-autobuild From 8bcc7f464a87c6067c581283b57ca73244c57915 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 28 Jun 2021 23:38:19 +1000 Subject: [PATCH 310/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33e64361..1ee066cc 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def find_packages(*paths): 'elasticstack', ], 'test': [ - 'celery[redis]==5.1.1', + 'celery[redis]==5.1.2', 'coverage', 'coveralls', 'django-dynamic-fixture', From 8757ce56b4a63b83a3c09edf8cd91bd02dd81204 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 6 Jul 2021 02:04:54 +1000 Subject: [PATCH 311/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f2ecd03f..4d1f8992 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.6.2 # via tornado six==1.16.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 -sphinx==4.0.2 +sphinx==4.0.3 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.1.3 # via sphinx-autobuild From a6d88619b58ac4972730ba4c30a6c4422037c6b1 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 9 Jul 2021 22:12:55 +1000 Subject: [PATCH 312/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ee066cc..0012a333 100644 --- a/setup.py +++ b/setup.py @@ -117,7 +117,7 @@ def find_packages(*paths): 'django-polymorphic-auth', 'django-post-office', 'django-redis', - 'django-reversion>=3.0,<3.1', # 1.9.3+ use DB transactions 1.10 has breaking changes for Django 1.9' + 'django-reversion>=4.0,<4.1', # 1.9.3+ use DB transactions 1.10 has breaking changes for Django 1.9' 'django-storages<1.6', # 1.7 breaks s3 URLs - see https://github.com/jschneier/django-storages/issues/343 'django-test-without-migrations', 'django-timezone', From 137ce616b9a4aa4b23a55631fb49e7dd01c1314a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 12 Jul 2021 03:53:50 +1000 Subject: [PATCH 313/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4d1f8992..a7c8f8d2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.6.2 # via tornado six==1.16.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 -sphinx==4.0.3 +sphinx==4.1.0 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.1.3 # via sphinx-autobuild From 229a0b3f06ea97b67742a5bbb290e871ce362c60 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 14 Jul 2021 02:46:49 +1000 Subject: [PATCH 314/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a7c8f8d2..17b0681d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ Pygments==2.9.0 # via sphinx pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 -requests==2.25.1 # via sphinx +requests==2.26.0 # via sphinx singledispatch==3.6.2 # via tornado six==1.16.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx From cdebe81f124a6011712e28c411996ca500ab243c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 15 Jul 2021 03:46:44 +1000 Subject: [PATCH 315/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 17b0681d..b74de019 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.6.2 # via tornado six==1.16.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 -sphinx==4.1.0 +sphinx==4.1.1 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.1.3 # via sphinx-autobuild From c278b392e485d9df69029bc9b071ea0679296245 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 27 Jul 2021 03:54:38 +1000 Subject: [PATCH 316/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b74de019..b3a475b6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,6 +26,6 @@ singledispatch==3.6.2 # via tornado six==1.16.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 -sphinx==4.1.1 +sphinx==4.1.2 tornado==6.1 # via livereload, sphinx-autobuild watchdog==2.1.3 # via sphinx-autobuild From bb61988445893b2c2c38bc06b4b9bfe9a9b108ed Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 4 Aug 2021 04:30:45 +1000 Subject: [PATCH 317/319] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0012a333..6bbd4686 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def find_packages(*paths): 'search': [ 'django-fluent-pages[flatpage,fluentpage]', 'django-haystack', - 'elasticsearch>=7.13,<7.14', + 'elasticsearch>=7.14,<7.15', 'elasticstack', ], 'test': [ From 70883b4e4c1aa59ae90f8d4ba5e12c7d4c4a100b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 14 Aug 2021 12:46:25 +1000 Subject: [PATCH 318/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b3a475b6..bfd103f0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,7 +22,7 @@ pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1 requests==2.26.0 # via sphinx -singledispatch==3.6.2 # via tornado +singledispatch==3.7.0 # via tornado six==1.16.0 # via livereload, singledispatch, sphinx snowballstemmer==2.1.0 # via sphinx sphinx-autobuild==2021.3.14 From e518dfcf4cf82a8380d693403601a51b67b16d7a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 15 Aug 2021 21:07:03 +1000 Subject: [PATCH 319/319] [requires.io] dependency update --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index bfd103f0..35309d29 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,7 +17,7 @@ livereload==2.6.3 # via sphinx-autobuild MarkupSafe==2.0.1 # via jinja2 pathtools==0.1.2 # via sphinx-autobuild, watchdog port-for==0.6.1 # via sphinx-autobuild -Pygments==2.9.0 # via sphinx +Pygments==2.10.0 # via sphinx pytz==2021.1 # via babel PyYAML==5.4.1 # via sphinx-autobuild, watchdog recommonmark==0.7.1