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 Thursday #366

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

Update bandit from 1.5.1 to 1.6.0.

Changelog ### 1.6.0 ``` <details open> <summary><strong>Changelog</strong></summary> * Remove paramiko invoke_shell and fix example (377) ericwb * Fix custom format argument handling (380) evqna * Add release drafter template (382) evqna * Add option -q, --quiet, --silent to hide output (385) ericwb * Password (387) ehooo * Properly handle nosec strings in code (388) ericwb * Fix Pylint warning W0612: use of unused variables (389) ericwb * No need to skip R0204: redefined-variable-type (390) ericwb * Allow failures on dev branch of Python 3.8 (392) ericwb * Fix more info line to be in color also (408) ericwb * Add pre-commit config (411) KPilnacek * Fix B611 doc title (414) paulopontesm * Describe baseline and it's usage in README (415) BillBrower * Remove unneeded trailing paren in link (416) ericwb * Add missing custom formatter doc (406) (421) nixphix * Fix terminal colors not displaying properly on Windows (424) GhostofGoes * Fix sql injection check for f-strings (434) mikespallino * Bump PyYAML minimum version to 3.13 (432) ericwb * Supporting CSafeLoader in yaml.load plugin (436) domanchi * Add a readthedocs build status badge (440) lukehinds * Fix DeprecationWarning: invalid escape sequence (441) BoboTiG * Fix ResourceWarning: unclosed file (442) BoboTiG * check if ast.JoinedStr exists before using it (446) calvinli * Fix context class (449) ehooo * Interpret wildcards in the file exclusion list (450) thilp * Fix typo in README (451) bitcoinhodler * Redo logo on the README (463) ericwb * Remove pycryptodome blacklist (470) mikespallino * updated readme links for werkzeug debugger (473) soumitr-snowflake </details> [See full changelog](https://github.com/PyCQA/bandit/compare/1.5.1...1.6.0) ```
Links - PyPI: https://pypi.org/project/bandit - Changelog: https://pyup.io/changelogs/bandit/ - Docs: https://bandit.readthedocs.io/en/latest/

Update pytest from 4.4.1 to 4.4.2.

Changelog ### 4.4.2 ``` ========================= Bug Fixes --------- - `5089 <https://github.com/pytest-dev/pytest/issues/5089>`_: Fix crash caused by error in ``__repr__`` function with both ``showlocals`` and verbose output enabled. - `5139 <https://github.com/pytest-dev/pytest/issues/5139>`_: Eliminate core dependency on 'terminal' plugin. - `5229 <https://github.com/pytest-dev/pytest/issues/5229>`_: Require ``pluggy>=0.11.0`` which reverts a dependency to ``importlib-metadata`` added in ``0.10.0``. The ``importlib-metadata`` package cannot be imported when installed as an egg and causes issues when relying on ``setup.py`` to install test dependencies. Improved Documentation ---------------------- - `5171 <https://github.com/pytest-dev/pytest/issues/5171>`_: Doc: ``pytest_ignore_collect``, ``pytest_collect_directory``, ``pytest_collect_file`` and ``pytest_pycollect_makemodule`` hooks's 'path' parameter documented type is now ``py.path.local`` - `5188 <https://github.com/pytest-dev/pytest/issues/5188>`_: Improve help for ``--runxfail`` flag. Trivial/Internal Changes ------------------------ - `5182 <https://github.com/pytest-dev/pytest/issues/5182>`_: Removed internal and unused ``_pytest.deprecated.MARK_INFO_ATTRIBUTE``. ```
Links - PyPI: https://pypi.org/project/pytest - Changelog: https://pyup.io/changelogs/pytest/ - Homepage: https://docs.pytest.org/en/latest/
PyPI
bandit
Security oriented static analyser for python code.
Bandit Changelog - pyup.io
Welcome to Bandit’s developer documentation! — Bandit documentation
PyPI
pytest
pytest: simple powerful testing with Python
Pytest Changelog - pyup.io
pytest: helps you write better programs — pytest documentation
codecov[bot] commented 5 years ago

Codecov Report

Merging #366 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #366   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         293    293           
  Branches       69     69           
=====================================
  Hits          293    293

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 17a8375...2e5b87d. Read the comment docs.