liqd / a4-product

A modern online participation platform for everyone developed by Liquid Democracy
http://beteiligung.in
GNU Affero General Public License v3.0
16 stars 3 forks source link

Scheduled weekly dependency update for week 16 #658

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

Update psycopg2-binary from 2.8.1 to 2.8.2.

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

Links - PyPI: https://pypi.org/project/psycopg2-binary - Homepage: http://initd.org/psycopg/

Update XlsxWriter from 1.1.6 to 1.1.7.

Changelog ### 1.1.7 ``` ----------------------------- * Added docs on :ref:`object_position`. * Added fix for sizing of cell comment boxes when they cross columns/rows that have size changes that occur after the comment is written. Issue `403 <https://github.com/jmcnamara/XlsxWriter/issues/403>`_ and issue `312 <https://github.com/jmcnamara/XlsxWriter/issues/312>`_. * Added fix for the sizing of worksheet objects (images, charts, textboxes) when the underlying cell sizes have changed and the "object_position" parameter has been set to 1 "Move and size with cells". An additional mode 4 has been added to simulate inserting the object in hidden rows. Issue `618 <https://github.com/jmcnamara/XlsxWriter/issues/618>`_. * Added object positioning for charts and textboxes, it was already supported for images. Note, the parameter is now called ``object_position``. The previous parameter name ``positioning`` is deprecated but still supported for images. Issue `568 <https://github.com/jmcnamara/XlsxWriter/issues/568>`_. ```
Links - PyPI: https://pypi.org/project/xlsxwriter - Changelog: https://pyup.io/changelogs/xlsxwriter/ - Repo: https://github.com/jmcnamara/XlsxWriter

Update pytest from 4.4.0 to 4.4.1.

Changelog ### 4.4.1 ``` ========================= Bug Fixes --------- - `5031 <https://github.com/pytest-dev/pytest/issues/5031>`_: Environment variables are properly restored when using pytester's ``testdir`` fixture. - `5039 <https://github.com/pytest-dev/pytest/issues/5039>`_: Fix regression with ``--pdbcls``, which stopped working with local modules in 4.0.0. - `5092 <https://github.com/pytest-dev/pytest/issues/5092>`_: Produce a warning when unknown keywords are passed to ``pytest.param(...)``. - `5098 <https://github.com/pytest-dev/pytest/issues/5098>`_: Invalidate import caches with ``monkeypatch.syspath_prepend``, which is required with namespace packages being used. ```
Links - PyPI: https://pypi.org/project/pytest - Changelog: https://pyup.io/changelogs/pytest/ - Homepage: https://docs.pytest.org/en/latest/