InternetSemLimites / PublicAPI

🌐CMS & API for InternetSemLimites
https://internetsemlimites.herokuapp.com/
MIT License
17 stars 3 forks source link

Scheduled monthly dependency update for February #61

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

Update Django from 2.1.4 to 2.1.5.

Changelog ### 2.1.5 ``` ========================== *January 4, 2019* Django 2.1.5 fixes a security issue and several bugs in 2.1.4. CVE-2019-3498: Content spoofing possibility in the default 404 page ------------------------------------------------------------------- An attacker could craft a malicious URL that could make spoofed content appear on the default page generated by the ``django.views.defaults.page_not_found()`` view. The URL path is no longer displayed in the default 404 template and the ``request_path`` context variable is now quoted to fix the issue for custom templates that use the path. Bugfixes ======== * Fixed compatibility with mysqlclient 1.3.14 (:ticket:`30013`). * Fixed a schema corruption issue on SQLite 3.26+. You might have to drop and rebuild your SQLite database if you applied a migration while using an older version of Django with SQLite 3.26 or later (:ticket:`29182`). * Prevented SQLite schema alterations while foreign key checks are enabled to avoid the possibility of schema corruption (:ticket:`30023`). * Fixed a regression in Django 2.1.4 (which enabled keep-alive connections) where request body data isn't properly consumed for such connections (:ticket:`30015`). * Fixed a regression in Django 2.1.4 where ``InlineModelAdmin.has_change_permission()`` is incorrectly called with a non-``None`` ``obj`` argument during an object add (:ticket:`30050`). ========================== ```
Links - PyPI: https://pypi.org/project/django - Changelog: https://pyup.io/changelogs/django/ - Homepage: https://www.djangoproject.com/

Update django-extensions from 2.1.4 to 2.1.5.

Changelog ### 2.1.5 ``` ----- Changes: - New: ipdb, pdb and wdb filters - Fix: ForeignKeySearchInput, error with widget render(...) parameters on Django 2.1 - Fix: pipchecker, unsupported format string passed to NoneType.format error - Tests: bunch of new test cases ```
Links - PyPI: https://pypi.org/project/django-extensions - Changelog: https://pyup.io/changelogs/django-extensions/ - Repo: http://github.com/django-extensions/django-extensions

Update django-import-export from 1.1.0 to 1.2.0.

Changelog ### 1.2.0 ``` ------------------ - chore: Use modern setuptools in setup.py (862) - chore: Update URLs to use https:// (863) - chore: remove outdated workarounds - chore: Run SQLite tests with in-memory database - fix: Change logging level (832) - fix: Changed `get_instance()` return val (842) ```
Links - PyPI: https://pypi.org/project/django-import-export - Changelog: https://pyup.io/changelogs/django-import-export/ - Repo: https://github.com/django-import-export/django-import-export

Update psycopg2 from 2.7.6.1 to 2.7.7.

Changelog ### 2.7.7 ``` ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Cleanup of the cursor results assignment code, which might have solved double free and inconsistencies in concurrent usage (:tickets:`346, 384`). - Wheel package compiled against OpenSSL 1.0.2q. ```
Links - PyPI: https://pypi.org/project/psycopg2 - Changelog: https://pyup.io/changelogs/psycopg2/ - Homepage: http://initd.org/psycopg/

Update pytz from 2018.7 to 2018.9.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/pytz - Homepage: http://pythonhosted.org/pytz - Docs: https://pythonhosted.org/pytz/