InternetSemLimites / PublicAPI

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

Scheduled monthly dependency update for December #59

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

Update coverage from 4.5.1 to 4.5.2.

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

Links - PyPI: https://pypi.org/project/coverage - Changelog: https://pyup.io/changelogs/coverage/ - Repo: https://bitbucket.org/ned/coveragepy

Update django-extensions from 2.1.3 to 2.1.4.

Changelog ### 2.1.4 ``` ----- Changes: - Fix: null_technical_500_response, handle function-based middleware - Fix: shell_plus, fix 1261 check for --notebook-dir=... argument style - Fix: graph_models, Excluded models displayed as an underscore - Fix: set_fake_password, requires_model_validation has been replaced with requires_system_checks since 1.9 - Docs: admin_generator, new documentation and examples - Improvement: JSONField, use new from_db_value syntax on Django 2 and up - Improvement: EncryptedTextField, use new from_db_value syntax on Django 2 and up - Improvement: graph_models, add --dot option - Improvement: graph_models, allow to redirect (text) output to file - Improvement: sqldiff, better support for indexes, index_together and unique_together ```
Links - PyPI: https://pypi.org/project/django-extensions - Changelog: https://pyup.io/changelogs/django-extensions/ - Repo: http://github.com/django-extensions/django-extensions

Update psycopg2 from 2.7.5 to 2.7.6.1.

Changelog ### 2.7.6 ``` ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Close named cursors if exist, even if `~cursor.execute()` wasn't called (:ticket:`746`). - Fixed building on modern FreeBSD versions with Python 3.7 (:ticket:`755`). - Fixed hang trying to :sql:`COPY` via `~cursor.execute()` in asynchronous connections (:ticket:`781`). - Fixed adaptation of arrays of empty arrays (:ticket:`788`). - Fixed segfault accessing the connection's `~connection.readonly` and `~connection.deferrable` attributes repeatedly (:ticket:`790`). - `~psycopg2.extras.execute_values()` accepts `~psycopg2.sql.Composable` objects (:ticket:`794`). - `~psycopg2.errorcodes` map updated to PostgreSQL 11. - Wheel package compiled against PostgreSQL 10.5 libpq and OpenSSL 1.0.2p. ```
Links - PyPI: https://pypi.org/project/psycopg2 - Changelog: https://pyup.io/changelogs/psycopg2/ - Homepage: http://initd.org/psycopg/

Update whitenoise from 4.1 to 4.1.2.

Changelog ### 4.1.2 ``` ------ * Add correct MIME type for WebAssembly, which is required for files to be executed (thanks `mdboom <https://github.com/mdboom>`_ ). * Stop accessing the FILE_CHARSET Django setting which was almost entirely unused and is now deprecated (thanks `timgraham <https://github.com/timgraham>`_). ``` ### 4.1.1 ``` ------ * Fix `bug <https://github.com/evansd/whitenoise/issues/202>`_ in ETag handling (thanks `edmorley <https://github.com/edmorley>`_). * Documentation fixes (thanks `jamesbeith <https://github.com/jamesbeith>`_ and `mathieusteele <https://github.com/mathieusteele>`_). ```
Links - PyPI: https://pypi.org/project/whitenoise - Changelog: https://pyup.io/changelogs/whitenoise/ - Homepage: http://whitenoise.evans.io