hasgeek / lastuser

Lastuser has been merged into Funnel. This repository is archived.
https://hasgeek.com/
BSD 2-Clause "Simplified" License
166 stars 30 forks source link

Scheduled monthly dependency update for November #373

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

Update flake8 from 3.7.8 to 3.7.9.

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

Links - PyPI: https://pypi.org/project/flake8 - Changelog: https://pyup.io/changelogs/flake8/ - Repo: https://gitlab.com/pycqa/flake8

Update flake8-comprehensions from 2.2.0 to 3.0.1.

Changelog ### 3.0.1 ``` ------------------ * Fix version display on ``flake8 --version`` (removing dependency on ``cached-property``). Thanks to Jon Dufresne. ``` ### 3.0.0 ``` ------------------ * Update Flake8 support to 3.0+ only. 3.0.0 was released in 2016 and the plugin hasn't been tested with it since. ``` ### 2.3.0 ``` ------------------ * Converted setuptools metadata to configuration file. This meant removing the ``__version__`` attribute from the package. If you want to inspect the installed version, use ``importlib.metadata.version("flake8-comprehensions")`` (`docs <https://docs.python.org/3.8/library/importlib.metadata.htmldistribution-versions>`__ / `backport <https://pypi.org/project/importlib-metadata/>`__). * Add dependencies on ``cached-property`` and ``importlib-metadata``. * Fix false negatives in ``C407`` for cases when ``enumerate`` and ``sum()`` are passed more than one argument. ```
Links - PyPI: https://pypi.org/project/flake8-comprehensions - Changelog: https://pyup.io/changelogs/flake8-comprehensions/ - Repo: https://github.com/adamchainz/flake8-comprehensions

Update flake8-print from 3.1.0 to 3.1.3.

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

Links - PyPI: https://pypi.org/project/flake8-print - Changelog: https://pyup.io/changelogs/flake8-print/ - Repo: https://github.com/jbkahn/flake8-print

Update pre-commit from 1.18.3 to 1.20.0.

Changelog ### 1.20.0 ``` =================== Features - Allow building newer versions of `ruby`. - 1193 issue by choffee. - 1195 PR by choffee. - Bump versions reported in `pre-commit sample-config`. - 1197 PR by asottile. Fixes - Fix rare race condition with multiple concurrent first-time runs. - 1192 issue by raholler. - 1196 PR by asottile. ``` ### 1.19.0 ``` =================== Features - Allow `--hook-type` to be specified multiple times. - example: `pre-commit install --hook-type pre-commit --hook-type pre-push` - 1139 issue by MaxymVlasov. - 1145 PR by asottile. - Include more version information in crash logs. - 1142 by marqueewinq. - Hook colors are now passed through on platforms which support `pty`. - 1169 by asottile. - pre-commit now uses `importlib.metadata` directly when running in python 3.8 - 1176 by asottile. - Normalize paths to forward slash separators on windows. - makes it easier to match paths with `files:` regex - avoids some quoting bugs in shell-based hooks - 1173 issue by steigenTI. - 1179 PR by asottile. Fixes - Remove some extra newlines from error messages. - 1148 by asottile. - When a hook is not executable it now reports `not executable` instead of `not found`. - 1159 issue by nixjdm. - 1161 PR by WillKoehrsen. - Fix interleaving of stdout / stderr in hooks. - 1168 by asottile. - Fix python environment `healthy()` check when current working directory contains modules which shadow standard library names. - issue by vwhsu92. - 1185 PR by asottile. Updating - Regexes handling both backslashes and forward slashes for directory separators now only need to handle forward slashes. ```
Links - PyPI: https://pypi.org/project/pre-commit - Changelog: https://pyup.io/changelogs/pre-commit/ - Repo: https://github.com/pre-commit/pre-commit

Update pytz from 2019.2 to 2019.3.

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/

Update psycopg2 from 2.8.3 to 2.8.4.

Changelog ### 2.8.4 ``` ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed building with Python 3.8 (:ticket:`854`). - Don't swallow keyboard interrupts on connect when a password is specified in the connection string (:ticket:`898`). - Don't advance replication cursor when the message wasn't confirmed (:ticket:`940`). - Fixed inclusion of ``time.h`` on linux (:ticket:`951`). - Fixed int overflow for large values in `~psycopg2.extensions.Column.table_oid` and `~psycopg2.extensions.Column.type_code` (:ticket:`961`). - `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 12. - Wheel package compiled against OpenSSL 1.1.1d and PostgreSQL at least 11.4. ```
Links - PyPI: https://pypi.org/project/psycopg2 - Changelog: https://pyup.io/changelogs/psycopg2/ - Homepage: http://initd.org/psycopg/

Update phonenumbers from 8.10.19 to 8.10.22.

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

Links - PyPI: https://pypi.org/project/phonenumbers - Changelog: https://pyup.io/changelogs/phonenumbers/ - Repo: https://github.com/daviddrysdale/python-phonenumbers