Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️(dependencies) update python dependencies #1381

Merged
merged 1 commit into from Jun 29, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flake8 (changelog) ==3.9.1 -> ==3.9.2 age adoption passing confidence
ipdb ==0.13.7 -> ==0.13.9 age adoption passing confidence
ipython (source) ==7.22.0 -> ==7.25.0 age adoption passing confidence
isort (source, changelog) ==5.8.0 -> ==5.9.1 age adoption passing confidence
psycopg2-binary (source, changelog) ==2.8.6 -> ==2.9.1 age adoption passing confidence
pylint (changelog) ==2.7.4 -> ==2.8.3 age adoption passing confidence
pylint-django (changelog) ==2.4.3 -> ==2.4.4 age adoption passing confidence
pytest (source, changelog) ==6.2.3 -> ==6.2.4 age adoption passing confidence
pytest-cov ==2.11.1 -> ==2.12.1 age adoption passing confidence
pytest-django (source, changelog) ==4.2.0 -> ==4.4.0 age adoption passing confidence
responses ==0.13.2 -> ==0.13.3 age adoption passing confidence
sentry-sdk (changelog) ==1.0.0 -> ==1.1.0 age adoption passing confidence

Release Notes

gotcha/ipdb

v0.13.9

Compare Source

  • Fix again when pyproject.toml does not contain tool section.
    [markab108]

v0.13.8

Compare Source

  • Fix when pyproject.toml does not contain tool section.
    [anjos]

  • Add the convenience function iex().
    [alanbernstein]

ipython/ipython

v7.25.0

Compare Source

v7.24.1

Compare Source

v7.24.0

Compare Source

v7.23.1

Compare Source

v7.23.0

Compare Source

pycqa/isort

v5.9.1

Compare Source

  • Fixed #​1758: projects with many files and skip_ignore set can lead to a command-line overload.

v5.9.0

Compare Source

Goal Zero (Tickets related to aspirational goal of achieving 0 regressions for remaining 5.0.0 lifespan):
  • Implemented #​1394: 100% branch coverage (in addition to line coverage) enforced.
  • Implemented #​1751: Strict typing enforcement (turned on mypy strict mode).
PyCQA/pylint

v2.8.3

Compare Source

===========================
Release date: 2021-05-31

  • Astroid has been pinned to 2.5.6 for the 2.8 branch see #​4527.

v2.8.2

Compare Source

===========================
Release date: 2021-04-26

  • Keep __pkginfo__.numversion a tuple to avoid breaking pylint-django.

    Closes #​4405

  • scm_setuptools has been added to the packaging.

  • Pylint's tags are now the standard form vX.Y.Z and not pylint-X.Y.Z anymore.

  • New warning message deprecated-class. This message is emitted if import or call deprecated class of the
    standard library (like collections.Iterable that will be removed in Python 3.10).

Closes #​4388

v2.8.1

Compare Source

===========================
Release date: 2021-04-25

  • Add numversion back (temporarily) in __pkginfo__ because it broke Pylama and revert the unnecessary
    pylint.version breaking change.

    Closes #​4399

v2.8.0

Compare Source

===========================
Release date: 2021-04-24

  • New refactoring message consider-using-with. This message is emitted if resource-allocating functions or methods of the
    standard library (like open() or threading.Lock.acquire()) that can be used as a context manager are called without
    a with block.

    Closes #​3413

  • Resolve false positives on unused variables in decorator functions

    Closes #​4252

  • Add new extension ConfusingConsecutiveElifChecker. This optional checker emits a refactoring message (R5601 confusing-consecutive-elif)
    if if/elif statements with different indentation levels follow directly one after the other.

  • New option --output=<file> to output result to a file rather than printing to stdout.

    Closes #​1070

  • Use a prescriptive message for unidiomatic-typecheck

    Closes #​3891

  • Apply const-naming-style to module constants annotated with
    typing.Final

  • The packaging is now done via setuptools exclusively. doc, tests, man, elisp and Changelog are
    not packaged anymore - reducing the size of the package by 75%.

  • Debian packaging is now (officially) done in https://salsa.debian.org/python-team/packages/pylint.

  • The 'doc' extra-require has been removed.

  • __pkginfo__ now only contain __version__ (also accessible with pylint.__version__), other meta-information are still
    accessible with from importlib import metadata;metadata.metadata('pylint').

  • COPYING has been renamed to LICENSE for standardization.

  • Fix false-positive used-before-assignment in function returns.

    Closes #​4301

  • Updated astroid to 2.5.3

    Closes #​2822, #​4206, #​4284

  • Add consider-using-min-max-builtin check for if statement which could be replaced by Python builtin min or max

    Closes #​3406

  • Don't auto-enable postponed evaluation of type annotations with Python 3.10

  • Update astroid to 2.5.4

  • Add new extension TypingChecker. This optional checker can detect the use of deprecated typing aliases
    and can suggest the use of the alternative union syntax where possible.
    (For example, 'typing.Dict' can be replaced by 'dict', and 'typing.Unions' by '|', etc.)
    Make sure to check the config options if you plan on using it!

  • Reactivates old counts in report mode.

    Closes #​3819

  • During detection of inconsistent-return-statements consider that assert False is a return node.

    Closes #​4019

  • Run will not fail if score exactly equals config.fail_under.

  • Functions that never returns may declare NoReturn as type hints, so that
    inconsistent-return-statements is not emitted.

    Closes #​4122, #​4188

  • Improved protected access checks to allow access inside class methods

    Closes #​1159

  • Fix issue with PEP 585 syntax and the use of collections.abc.Set

  • Fix issue that caused class variables annotated with typing.ClassVar to be
    identified as class constants. Now, class variables annotated with
    typing.Final are identified as such.

    Closes #​4277

  • Continuous integration with read the doc has been added.

    Closes #​3850

  • Don't show DuplicateBasesError for attribute access

  • Fix crash when checking setup.cfg for pylint config when there are non-ascii characters in there

    Closes #​4328

  • Allow code flanked in backticks to be skipped by spellchecker

    Closes #​4319

  • Allow Python tool directives (for black, flake8, zimports, isort, mypy, bandit, pycharm) at beginning of comments to be skipped by spellchecker

    Closes #​4320

  • Fix issue that caused emacs pylint to fail when used with tramp

  • Improve check for invalid PEP 585 syntax inside functions
    if postponed evaluation of type annotations is enabled

  • Improve check for invalid PEP 585 syntax as default function arguments

PyCQA/pylint-django

v2.4.4

Compare Source

  • Fix compatibility issues with pylint >= 2.8. Fixes
    #&#8203;322 <https://github.com/PyCQA/pylint-django/issues/322>_ and
    #&#8203;323 <https://github.com/PyCQA/pylint-django/issues/323>_
pytest-dev/pytest

v6.2.4

Compare Source

pytest 6.2.4 (2021-05-04)

Bug Fixes

  • #​8539: Fixed assertion rewriting on Python 3.10.
pytest-dev/pytest-cov

v2.12.1

Compare Source

  • Changed the toml requirement to be always be directly required (instead of being required through a coverage extra).
    This fixes issues with pip-compile (pip-tools#&#8203;1300 <https://github.com/jazzband/pip-tools/issues/1300>).
    Contributed by Sorin Sbarnea in #&#8203;472 <https://github.com/pytest-dev/pytest-cov/pull/472>
    .
  • Documented show_contexts.
    Contributed by Brian Rutledge in #&#8203;473 <https://github.com/pytest-dev/pytest-cov/pull/473>_.

v2.12.0

Compare Source

  • Added coverage's toml extra to install requirements in setup.py.
    Contributed by Christian Riedel in #&#8203;410 <https://github.com/pytest-dev/pytest-cov/pull/410>_.
  • Fixed pytest_cov.__version__ to have the right value (string with version instead of a string
    including __version__ =).
  • Fixed license classifier in setup.py.
    Contributed by Chris Sreesangkom in #&#8203;467 <https://github.com/pytest-dev/pytest-cov/pull/467>_.
  • Fixed commits since badge.
    Contributed by Terence Honles in #&#8203;470 <https://github.com/pytest-dev/pytest-cov/pull/470>_.
pytest-dev/pytest-django

v4.4.0

Compare Source

v4.3.0

Compare Source

https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-3-0-2021-05-15

getsentry/responses

v0.13.3

Compare Source

  • Switch from Travis to GHA for deployment.
getsentry/sentry-python

v1.1.0

Compare Source

  • Fix for AWSLambda integration returns value of original handler #​1106
  • Fix for RQ integration that only captures exception if RQ job has failed and ignore retries #​1076
  • Feature that supports Tracing for the Tornado integration #​1060
  • Feature that supports wild cards in ignore_logger in the Logging Integration #​1053
  • Fix for django that deals with template span description names that are either lists or tuples #​1054

Configuration

📅 Schedule: "before 7am on monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Dependency-related tasks. label Jun 14, 2021
@renovate renovate bot force-pushed the renovate/python-dependencies branch 7 times, most recently from cdd3474 to b7a200e Compare June 21, 2021 13:36
@renovate renovate bot force-pushed the renovate/python-dependencies branch 2 times, most recently from 2527250 to 1ccb756 Compare June 25, 2021 16:13
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 1ccb756 to 0f86cf1 Compare June 29, 2021 09:06
@jbpenrath jbpenrath self-assigned this Jun 29, 2021
@jbpenrath jbpenrath self-requested a review June 29, 2021 09:11
@jbpenrath jbpenrath merged commit d116e8d into master Jun 29, 2021
@jbpenrath jbpenrath deleted the renovate/python-dependencies branch June 29, 2021 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency-related tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants