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

fix(deps): update all dependencies - autoclosed #73

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cleo ^0.8.1 -> ^2.0.0 age adoption passing confidence dependencies major
cycjimmy/semantic-release-action v3 -> v3.4.2 age adoption passing confidence action rollback
flake8-bugbear (changelog) 23.3.23 -> 23.5.9 age adoption passing confidence dev minor
invoke (source, changelog) 2.0.0 -> 2.1.2 age adoption passing confidence dev minor
mypy (source, changelog) 1.2.0 -> 1.3.0 age adoption passing confidence dev minor
pylint (changelog) 2.17.3 -> 2.17.4 age adoption passing confidence dev patch
pytest-cov (changelog) 4.0.0 -> 4.1.0 age adoption passing confidence dev minor
rope ^0 -> ^1.0.0 age adoption passing confidence dev major
sphinx (changelog) ^6.2 -> ^7.0.0 age adoption passing confidence dev major
sphinx_rtd_theme 1.2.0 -> 1.2.1 age adoption passing confidence dev patch
tox (changelog) ^3.14 -> ^4.0.0 age adoption passing confidence dev major
types-python-slugify (changelog) ^8 -> ^6 age adoption passing confidence dev rollback

Release Notes

python-poetry/cleo

v2.0.1

Compare Source

  • Relax poetry-core requirement for PEP 517 builds (#​291).

v2.0.0

Compare Source

No source code changes.

This is a version-only release to replace 1.0.0, which was yanked on the
grounds that it was incompatible with real dependents (i.e. Poetry) based on
their version specifiers, which explicitly included 1.0.0 pre-releases.

v1.0.0

Compare Source

Key points
  • Supported Python versions are now 3.7 up to 3.11.
  • cleo is now fully type-checked.
  • cleo no longer depends on clikit.
Changed
  • Replaced Terminal class with shutil.get_terminal_size() from standard library
    (#​175).
  • Exceptions are now Errors (#​179).
  • pylev was dropped in favor of much faster rapidfuzz (#​173).
  • Default error verbosity was reduced (#​132 & #​166).
Removed
  • Removed doc comment-based command configuration notation
    (#​239).
Fixed
  • --no-interaction is now automatically set when running in non-TTY terminals (#​245).
  • Generated completions will no longer cause shell errors for namespaced commands (#​247).
  • Using ^C while autocompleting Question answer will no longer break terminal (#​240).
  • Namespaced commands no longer reset interactive state (#​234).
  • Fixed underlying regex that caused CVE-2022-42966 (#​285).
PyCQA/flake8-bugbear

v23.5.9

Compare Source

  • Add B033: Detect duplicate items in sets
  • Add B908: Detect assertRauses like contexts only has top level statements that could throw
  • Add B028: Allow stacklevel to be explicitly assigned as a positional argument
  • Remove more < 3.8 checks / assertions
pyinvoke/invoke

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.1

Compare Source

python/mypy

v1.3.0

Compare Source

PyCQA/pylint

v2.17.4

Compare Source

False Positives Fixed

  • Fix a false positive for bad-dunder-name when there is a user-defined
    __index__ method.

    Closes #​8613

Other Bug Fixes

  • pyreverse: added escaping of vertical bar character in annotation labels
    produced by DOT printer to ensure it is not treated as field separator of
    record-based nodes.

    Closes #​8603

  • Fixed a crash when generating a configuration file:
    tomlkit.exceptions.TOMLKitError: Can't add a table to a dotted key
    caused by tomlkit v0.11.8.

    Closes #​8632

pytest-dev/pytest-cov

v4.1.0

Compare Source

  • Updated CI with new Pythons and dependencies.
  • Removed rsyncdir support. This makes pytest-cov compatible with xdist 3.0.
    Contributed by Sorin Sbarnea in #&#8203;558 <https://github.com/pytest-dev/pytest-cov/pull/558>_.
  • Optimized summary generation to not be performed if no reporting is active (for example,
    when --cov-report='' is used without --cov-fail-under).
    Contributed by Jonathan Stewmon in #&#8203;589 <https://github.com/pytest-dev/pytest-cov/pull/589>_.
  • Added support for JSON reporting.
    Contributed by Matthew Gamble in #&#8203;582 <https://github.com/pytest-dev/pytest-cov/pull/582>_.
  • Refactored code to use f-strings.
    Contributed by Mark Mayo in #&#8203;572 <https://github.com/pytest-dev/pytest-cov/pull/572>_.
  • Fixed a skip in the test suite for some old xdist.
    Contributed by a bunch of people in #&#8203;565 <https://github.com/pytest-dev/pytest-cov/pull/565>_.
python-rope/rope

v1.8.0

Compare Source

v1.7.0

Compare Source

Feature

Bug

Improvements

Tech Debt

Tests/Dev

Docs

v1.6.0

Compare Source

New features & Enhancements

Unit Test

Tech Debt

v1.5.1

Compare Source

  • #​531 Add alternative way to retrieve version number from pyproject.toml

v1.5.0

Compare Source

Date: 2022-11-23

v1.4.0

Compare Source

Date: 2022-10-22

Bug fixes

  • #​506, #​507 Fix issue with parsing function call args list
  • #​411, #​505 Fix extracting generator without parens
  • #​18, #​510 When the function is a builtin function, the call parameter's name was sometimes incorrectly identified as an AssignedName. This led to rename refactoring incorrectly renaming these parameters.

v1.3.0

Compare Source

Date: 2022-07-29

Bug fixes

  • #​496, #​497 Add MatMul operator to patchedast
  • #​495 Fix autoimport collection for compiled modules

Improvement

v1.2.0

Compare Source

Date: 2022-04-22

New feature

Improvement

v1.1.1

Compare Source

Bug fixes

v1.1.0

Compare Source

Date: 2022-05-25

New feature

  • #​464 Add new autoimport implementation that uses a sqllite3 database, cache all available modules quickly, search for names and produce import statements, sort import statements. (@​bageljrkhanofemus)

Bug fixes

Deprecation

  • The pickle-based autoimport implementation is still the default, but will be deprecated sometime in the future.

v1.0.0

Compare Source

Date: 2022-04-08

Syntax support

Bug fixes

  • #​459 Fix bug while extracting method with augmented assignment to subscript in try block (@​dryobates)
sphinx-doc/sphinx

v7.0.1

Compare Source

=====================================

Dependencies

  • #​11411: Support Docutils 0.20_. Patch by Adam Turner.

.. _Docutils 0.20: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04

Bugs fixed

  • #​11418: Clean up remaining references to sphinx.setup_command
    following the removal of support for setuptools.
    Patch by Willem Mulder.

v7.0.0

Compare Source

=====================================

Incompatible changes

  • #​11359: Remove long-deprecated aliases for MecabSplitter and
    DefaultSplitter in sphinx.search.ja.
  • #​11360: Remove deprecated make_old_id functions in domain object
    description classes.
  • #​11363: Remove the Setuptools integration (build_sphinx hook in
    setup.py).
  • #​11364: Remove deprecated sphinx.ext.napoleon.iterators module.
  • #​11365: Remove support for the jsdump format in sphinx.search.
  • #​11366: Make locale a required argument to
    sphinx.util.i18n.format_date().
  • #​11370: Remove deprecated sphinx.util.stemmer module.
  • #​11371: Remove deprecated sphinx.pycode.ast.parse() function.
  • #​11372: Remove deprecated sphinx.io.read_doc() function.
  • #​11373: Removed deprecated sphinx.util.get_matching_files() function.
  • #​11378: Remove deprecated sphinx.util.docutils.is_html5_writer_available()
    function.
  • #​11379: Make the env argument to Builder subclasses required.
  • #​11380: autosummary: Always emit grouped import exceptions.
  • #​11381: Remove deprecated style key for HTML templates.
  • #​11382: Remove deprecated sphinx.writers.latex.LaTeXTranslator.docclasses
    attribute.
  • #​11383: Remove deprecated sphinx.builders.html.html5_ready and
    sphinx.builders.html.HTMLTranslator attributes.
  • #​11385: Remove support for HTML 4 output.
readthedocs/sphinx_rtd_theme

v1.2.1

Compare Source

tox-dev/tox

v4.5.2

Compare Source

v4.5.1: Test Trusted Publisher

Compare Source

v4.5.0

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.4.12...4.5.0

v4.4.12

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.4.11...4.4.12

v4.4.11

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.4.10...4.4.11

v4.4.10

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.4.9...4.4.10

v4.4.9

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.4.8...4.4.9

v4.4.8

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.4.7...4.4.8

v4.4.7

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.4.6...4.4.7

v4.4.6

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.4.5...4.4.6

v4.4.5

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.4.4...4.4.5

v4.4.4

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.4.3...4.4.4

v4.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.4.2...4.4.3

v4.4.2

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.4.1...4.4.2

v4.4.1

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.4.0...4.4.1

v4.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.3.5...4.4.0

v4.3.5

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.3.4...4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.3.3...4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.3.2...4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.3.1...4.3.2

v4.3.1

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.3.0...4.3.1

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.2.8...4.3.0

v4.2.8

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.2.7...4.2.8

v4.2.7

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.2.6...4.2.7

v4.2.6

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.2.5...4.2.6

v4.2.5

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.2.4...4.2.5

v4.2.4

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.2.3...4.2.4

v4.2.3

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.2.2...4.2.3

v4.2.2

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.2.1...4.2.2

v4.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.2.0...4.2.1

v4.2.0

Compare Source

What's Changed

  • Introduce Upgrading doc page for tox4 by [@​sirosen](https

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency rope to v1 fix(deps): roll back dependency pytest to ^7.0 May 10, 2022
@renovate renovate bot changed the title fix(deps): roll back dependency pytest to ^7.0 chore(deps): update dependency rope to v1 May 10, 2022
@renovate renovate bot changed the title chore(deps): update dependency rope to v1 chore(deps): update all dependencies May 29, 2022
@renovate renovate bot force-pushed the feature/renovate/all branch 2 times, most recently from 35b8194 to ef60fa7 Compare March 23, 2023 19:20
@renovate renovate bot force-pushed the feature/renovate/all branch 2 times, most recently from d6ef9b2 to c21f9c5 Compare March 30, 2023 11:49
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Apr 26, 2023
@renovate renovate bot force-pushed the feature/renovate/all branch 3 times, most recently from 0846826 to 7acd0d4 Compare April 30, 2023 00:17
@renovate
Copy link
Contributor Author

renovate bot commented Apr 30, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv pyadr in /tmp/worker/749633/ea2f89/repos/github/opinionated-digital-center/pyadr/.venv

    Because sphinx (7.0.0) depends on docutils (>=0.18.1,<0.20)
 and no versions of sphinx match >7.0.0,<7.0.1 || >7.0.1,<8.0.0, sphinx (>=7.0.0,<7.0.1 || >7.0.1,<8.0.0) requires docutils (>=0.18.1,<0.20).
(1) So, because sphinx (7.0.1) depends on docutils (>=0.18.1,<0.21), sphinx (>=7.0.0,<8.0.0) requires docutils (>=0.18.1,<0.21).

    Because no versions of sphinx-rtd-theme match >1,<1.1.0 || >1.1.0,<1.1.1 || >1.1.1,<1.2.0 || >1.2.0,<1.2.1 || >1.2.1,<2
 and sphinx-rtd-theme (1.0.0) depends on docutils (<0.18), sphinx-rtd-theme (>=1,<1.1.0 || >1.1.0,<1.1.1 || >1.1.1,<1.2.0 || >1.2.0,<1.2.1 || >1.2.1,<2) requires docutils (<0.18).
    And because sphinx-rtd-theme (1.1.0) depends on docutils (<0.18), sphinx-rtd-theme (>=1,<1.1.1 || >1.1.1,<1.2.0 || >1.2.0,<1.2.1 || >1.2.1,<2) requires docutils (<0.18).
    And because sphinx-rtd-theme (1.1.1) depends on docutils (<0.18)
 and sphinx-rtd-theme (1.2.0) depends on sphinx (>=1.6,<7), sphinx-rtd-theme (>=1,<1.2.1 || >1.2.1,<2) requires docutils (<0.18) or sphinx (>=1.6,<7).
    And because sphinx (>=7.0.0,<8.0.0) requires docutils (>=0.18.1,<0.21) (1), sphinx (>=7.0.0,<8.0.0) is incompatible with sphinx-rtd-theme (>=1,<1.2.1 || >1.2.1,<2)
    And because sphinx-rtd-theme (1.2.1) depends on sphinx (>=1.6,<7), sphinx (>=7.0.0,<8.0.0) is incompatible with sphinx-rtd-theme (>=1,<2).
    So, because pyadr depends on both sphinx (^7.0.0) and sphinx_rtd_theme (^1), version solving failed.

@renovate renovate bot force-pushed the feature/renovate/all branch 7 times, most recently from 7b0d3e2 to 2344054 Compare May 6, 2023 18:16
@renovate renovate bot force-pushed the feature/renovate/all branch 2 times, most recently from 43859c1 to 057d8ac Compare May 10, 2023 18:24
@renovate renovate bot force-pushed the feature/renovate/all branch 6 times, most recently from 5a013c3 to 3ce5902 Compare May 16, 2023 10:48
@renovate renovate bot force-pushed the feature/renovate/all branch 6 times, most recently from 7e58ed8 to 89198d4 Compare May 24, 2023 20:10
@renovate renovate bot force-pushed the feature/renovate/all branch 8 times, most recently from 606470c to 03c44b1 Compare May 28, 2023 13:30
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed May 31, 2023
@renovate renovate bot closed this May 31, 2023
@renovate renovate bot deleted the feature/renovate/all branch May 31, 2023 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants