pyslackers / website

PySlackers website for invites and learning resources
https://pyslackers.com
MIT License
62 stars 96 forks source link

Scheduled biweekly dependency update for week 42 #394

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

Update aiohttp from 3.6.1 to 3.6.2.

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

Links - PyPI: https://pypi.org/project/aiohttp - Changelog: https://pyup.io/changelogs/aiohttp/ - Repo: https://github.com/aio-libs/aiohttp

Update sentry-sdk from 0.12.3 to 0.13.0.

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

Links - PyPI: https://pypi.org/project/sentry-sdk - Repo: https://github.com/getsentry/sentry-python

Update asyncpg from 0.18.3 to 0.19.0.

Changelog ### 0.19.0 ``` Improvements ------------ * Add support for SCRAM-SHA-256 authentication. (by jkatz in 2d76f50d) * Add PostgreSQL 12 support (by elprans in 23261532) Bug Fixes --------- * Remove preexec_fn hack from test cluster management (by elprans in 36ed11d2) * Fix DeprecationWarning in the docstring of copy_from_query() (by elprans in 482a39ae) * Allow specifying the target version when generating the release log (by elprans in 43a7b213) * Check for .flake8 after importing flake8 (by dotlambda in aaeb7076) * Include .flake8 in PyPI tarball (by dotlambda in 43c6b9ce) * fix timezone type label in docs (by claws in e91e4911) * Fix _StatementCache.clear() PS memory leak (by un-def in f4aa9bf4 for 416) * fix for warning_callback not yet defined (by samuelcolvin in 354d9be5) * Fix assertion fail on copy_records_to_table (by Petr Reznikov in ae5a89db) * Do not look for a port in a Unix socket domain path (by Lawouach in b773912d for 419) * Unquote connection string components properly (by elprans in 5513b9d3 for 418) * Remove superfluous transaction from a cursor example (by elprans in 32fccaad for 475) ```
Links - PyPI: https://pypi.org/project/asyncpg - Changelog: https://pyup.io/changelogs/asyncpg/ - Repo: https://github.com/MagicStack/asyncpg

Update pylint from 2.4.2 to 2.4.3.

Changelog ### 2.4.3 ``` =========================== Pass the actual PyLinter object to sub processes to allow using custom PyLinter classes. PyLinter object (and all its members except reporter) needs to support pickling so the PyLinter object can be passed to worker processes. * Refactor file checking Remove code duplication from file checking. * Fix an issue with ``unnecessary-comprehension`` in comprehensions with additional repacking of elements. Close 3148 * ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well. Close 3175 * Do not emit ``no-method-argument`` for functions using positional only args. Close 3161 * ``consider-using-sys-exit`` is no longer emitted when `exit` is imported in the local scope. Close 3147 * `invalid-overridden-method` takes `abc.abstractproperty` in account Close 3150 * Fixed ``missing-yield-type-doc`` getting incorrectly raised when a generator does not document a yield type but has a type annotation. Closes 3185 * ``typing.overload`` functions are exempted from ``too-many-function-args`` Close 3170 ```
Links - PyPI: https://pypi.org/project/pylint - Changelog: https://pyup.io/changelogs/pylint/ - Repo: https://github.com/PyCQA/pylint

Update mypy from 0.730 to 0.740.

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

Links - PyPI: https://pypi.org/project/mypy - Homepage: http://www.mypy-lang.org/