Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Scheduled monthly dependency update for November #373

Merged
merged 7 commits into from
Nov 4, 2019

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Nov 1, 2019

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

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

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

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

Update pytz from 2019.2 to 2019.3.

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

Links

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

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

@iambibhas iambibhas merged commit e74a503 into master Nov 4, 2019
@iambibhas iambibhas deleted the pyup-scheduled-update-2019-11-01 branch November 4, 2019 05:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants