ahawker / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3
Apache License 2.0
695 stars 42 forks source link

pyup.io: Scheduled daily dependency update on Monday #411

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

Update pylint from 2.4.1 to 2.4.2.

Changelog ### 2.4.2 ``` =========================== Release date: 2019-09-30 * ``ignored-modules`` can skip submodules. Close 3135 * ``self-assigning-variable`` skips class level assignments. Close 2930 * ``consider-using-sys-exit`` is exempted when `exit()` is imported from `sys` Close 3145 * Exempt annotated assignments without variable from ``class-variable-slots-conflict`` Close 3141 * Fix ``utils.is_error`` to account for functions returning early. This fixes a false negative with ``unused-variable`` which was no longer triggered when a function raised an exception as the last instruction, but the body of the function still had unused variables. Close 3028 ```
Links - PyPI: https://pypi.org/project/pylint - Changelog: https://pyup.io/changelogs/pylint/ - Repo: https://github.com/PyCQA/pylint

Update pytest from 5.1.3 to 5.2.0.

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

Links - PyPI: https://pypi.org/project/pytest - Changelog: https://pyup.io/changelogs/pytest/ - Homepage: https://docs.pytest.org/en/latest/

Update pytest-mock from 1.10.4 to 1.11.0.

Changelog ### 1.11.0 ``` ------ * The object returned by ``mocker.spy`` now also tracks the return value of the spied method/function. ```
Links - PyPI: https://pypi.org/project/pytest-mock - Changelog: https://pyup.io/changelogs/pytest-mock/ - Repo: https://github.com/pytest-dev/pytest-mock/
PyPI
pylint
python code static checker
Pylint Changelog - pyup.io
GitHub
PyCQA/pylint
It's not just a linter that annoys you! Contribute to PyCQA/pylint development by creating an account on GitHub.
PyPI
pytest
pytest: simple powerful testing with Python
Pytest Changelog - pyup.io
pytest: helps you write better programs — pytest documentation
PyPI
pytest-mock
Thin-wrapper around the mock package for easier use with py.test
Pytest-mock Changelog - pyup.io
GitHub
pytest-dev/pytest-mock
Thin-wrapper around the mock package for easier use with py.test - pytest-dev/pytest-mock
pyup-bot commented 5 years ago

Closing this in favor of #412