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

Update all dependencies #310

Closed
wants to merge 1 commit into from

Conversation

redhat-renovate-bot
Copy link
Collaborator

@redhat-renovate-bot redhat-renovate-bot commented Dec 23, 2024

This PR contains the following updates:

Package Type Update Change
actions/setup-python action major v4 -> v5
asottile/pyupgrade repository patch v3.19.0 -> v3.19.1
astral-sh/ruff-pre-commit repository patch v0.8.1 -> v0.8.5
fedora-messaging dependencies minor 3.5.0 -> 3.6.0
flask (changelog) dependencies minor 3.0.3 -> 3.1.0
opentelemetry-exporter-otlp-proto-http dependencies minor 1.24.0 -> 1.29.0
opentelemetry-sdk dependencies minor 1.24.0 -> 1.29.0
postgres major 14.7-alpine -> 17.2-alpine
pre-commit/mirrors-mypy repository minor v1.13.0 -> v1.14.1
pytest (changelog) dependencies patch 8.3.3 -> 8.3.4
pytest-cov (changelog) dependencies major ^5.0.0 -> ^6.0.0
python-dateutil dependencies patch 2.9.0.post0 -> 2.9.0
quay.io/factory2/waiverdb digest 4e3b8c3 -> 67ebdcb
quay.io/fedora/python-313 final major 20241120 -> 20250101
renovatebot/pre-commit-hooks repository minor 39.46.1 -> 39.86.3
sphinx (changelog) dependencies major ^7.1.2 -> ^8.0.0

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

actions/setup-python (actions/setup-python)

v5

Compare Source

asottile/pyupgrade (asottile/pyupgrade)

v3.19.1

Compare Source

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.8.5

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.5

v0.8.4

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.4

v0.8.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.3

v0.8.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.2

fedora-infra/fedora-messaging (fedora-messaging)

v3.6.0

Compare Source

{{ needs.build.outputs.release-notes {{'}}'}}

pallets/flask (flask)

v3.1.0

Compare Source

Released 2024-11-13

  • Drop support for Python 3.8. :pr:5623
  • Update minimum dependency versions to latest feature releases.
    Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. :pr:5624,5633
  • Provide a configuration option to control automatic option
    responses. :pr:5496
  • Flask.open_resource/open_instance_resource and
    Blueprint.open_resource take an encoding parameter to use when
    opening in text mode. It defaults to utf-8. :issue:5504
  • Request.max_content_length can be customized per-request instead of only
    through the MAX_CONTENT_LENGTH config. Added
    MAX_FORM_MEMORY_SIZE and MAX_FORM_PARTS config. Added documentation
    about resource limits to the security page. :issue:5625
  • Add support for the Partitioned cookie attribute (CHIPS), with the
    SESSION_COOKIE_PARTITIONED config. :issue:5472
  • -e path takes precedence over default .env and .flaskenv files.
    load_dotenv loads default files in addition to a path unless
    load_defaults=False is passed. :issue:5628
  • Support key rotation with the SECRET_KEY_FALLBACKS config, a list of old
    secret keys that can still be used for unsigning. Extensions will need to
    add support. :issue:5621
  • Fix how setting host_matching=True or subdomain_matching=False
    interacts with SERVER_NAME. Setting SERVER_NAME no longer restricts
    requests to only that domain. :issue:5553
  • Request.trusted_hosts is checked during routing, and can be set through
    the TRUSTED_HOSTS config. :issue:5636
pre-commit/mirrors-mypy (pre-commit/mirrors-mypy)

v1.14.1

Compare Source

v1.14.0

Compare Source

pytest-dev/pytest (pytest)

v8.3.4

Compare Source

pytest 8.3.4 (2024-12-01)

Bug fixes

  • #​12592: Fixed KeyError{.interpreted-text role="class"} crash when using --import-mode=importlib in a directory layout where a directory contains a child directory with the same name.

  • #​12818: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the AST, like executing.

  • #​12849: ANSI escape codes for colored output now handled correctly in pytest.fail{.interpreted-text role="func"} with [pytrace=False]{.title-ref}.

  • #​9353: pytest.approx{.interpreted-text role="func"} now uses strict equality when given booleans.

Improved documentation

  • #​10558: Fix ambiguous docstring of pytest.Config.getoption{.interpreted-text role="func"}.

  • #​10829: Improve documentation on the current handling of the --basetemp option and its lack of retention functionality (temporary directory location and retention{.interpreted-text role="ref"}).

  • #​12866: Improved cross-references concerning the recwarn{.interpreted-text role="fixture"} fixture.

  • #​12966: Clarify filterwarnings{.interpreted-text role="ref"} docs on filter precedence/order when using multiple @pytest.mark.filterwarnings <pytest.mark.filterwarnings ref>{.interpreted-text role="ref"} marks.

Contributor-facing changes

  • #​12497: Fixed two failing pdb-related tests on Python 3.13.
pytest-dev/pytest-cov (pytest-cov)

v6.0.0

Compare Source

  • Updated various documentation inaccuracies, especially on subprocess handling.
  • Changed fail under checks to use the precision set in the coverage configuration.
    Now it will perform the check just like coverage report would.
  • Added a --cov-precision cli option that can override the value set in your coverage configuration.
  • Dropped support for now EOL Python 3.8.
dateutil/dateutil (python-dateutil)

v2.9.0

Compare Source

Version 2.9.0 (2024-02-29)

Data updates

  • Updated tzdata version to 2024a. (gh pr #​1342)

Features

  • Made all dateutil submodules lazily imported using PEP 562. On Python 3.7+, things like import dateutil; dateutil.tz.gettz("America/New_York") will now work without explicitly importing dateutil.tz, with the import occurring behind the scenes on first use. The old behavior remains on Python 3.6 and earlier. Fixed by Orson Adams. (gh issue #​771, gh pr #​1007)

Bugfixes

  • Removed a call to datetime.utcfromtimestamp, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr #​1284), fixed by Thomas Grainger (gh pr #​1285).

Documentation changes

  • Added note into docs and tests where relativedelta would return last day of the month only if the same day on a different month resolves to a date that doesn't exist. Reported by @​hawkEye-01 (gh issue #​1167). Fixed by @​Mifrill (gh pr #​1168)
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v39.86.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.86.3 for more changes

v39.86.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.86.2 for more changes

v39.86.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.86.1 for more changes

v39.86.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.86.0 for more changes

v39.85.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.85.0 for more changes

v39.84.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.84.0 for more changes

v39.83.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.6 for more changes

v39.83.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.5 for more changes

v39.83.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.4 for more changes

v39.83.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.3 for more changes

v39.83.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.2 for more changes

v39.83.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.1 for more changes

v39.83.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.0 for more changes

v39.82.9

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.9 for more changes

v39.82.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.8 for more changes

v39.82.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.7 for more changes

v39.82.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.6 for more changes

v39.82.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.5 for more changes

v39.82.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.3 for more changes

v39.82.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.2 for more changes

v39.82.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.1 for more changes

v39.82.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.0 for more changes

v39.80.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.80.0 for more changes

v39.79.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.79.1 for more changes

v39.77.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.77.0 for more changes

v39.76.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.76.0 for more changes

v39.75.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.75.1 for more changes

v39.75.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.75.0 for more changes

v39.74.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.74.1 for more changes

v39.74.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.74.0 for more changes

v39.73.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.73.0 for more changes

v39.72.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.72.5 for more changes

v39.72.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.72.4 for more changes

v39.72.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.72.2 for more changes

v39.72.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.72.1 for more changes

v39.71.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.71.0 for more changes

v39.70.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.70.0 for more changes

v39.69.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.69.4 for more changes

v39.69.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.69.3 for more changes

v39.69.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.69.2 for more changes

v39.69.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.69.1 for more changes

v39.69.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.69.0 for more changes

v39.68.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.68.1 for more changes

v39.66.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.66.0 for more changes

v39.65.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.65.0 for more changes

v39.64.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.64.0 for more changes

v39.63.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.63.1 for more changes

v39.62.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.62.6 for more changes

v39.62.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.62.5 for more changes

v39.62.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.62.4 for more changes

v39.62.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.62.2 for more changes

v39.60.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.60.0 for more changes

v39.59.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.59.0 for more changes

v39.58.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.58.1 for more changes

v39.58.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.58.0 for more changes

v39.57.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.57.4 for more changes

v39.57.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.57.2 for more changes

v39.57.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.57.1 for more changes

v39.56.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.56.4 for more changes

v39.56.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.56.3 for more changes

v39.56.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.56.2 for more changes

v39.56.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.56.1 for more changes

v39.55.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.55.0 for more changes

v39.54.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.54.0 for more changes

v39.52.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.52.0 for more changes

v39.51.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.51.0 for more changes

v39.50.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.50.0 for more changes

v39.49.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.49.3 for more changes

v39.49.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.49.1 for more changes

v39.49.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.49.0 for more changes

v39.48.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.48.2 for more changes

v39.48.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.48.0 for more changes

v39.47.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.47.0 for more changes

sphinx-doc/sphinx (sphinx)

v8.1.3: Sphinx 8.1.3

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Bugs fixed

  • #​13013: Restore support for cut_lines() with no object type. Patch by Adam Turner.

v8.1.2: Sphinx 8.1.2

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Bugs fixed

  • #​13012: Expose sphinx.errors.ExtensionError in sphinx.util for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in sphinx.util was never intentional. ExtensionError has been part of sphinx.errors since Sphinx 0.9. Patch by Adam Turner.

v8.1.1: Sphinx 8.1.1

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Bugs fixed

  • #​13006: Use the preferred https://www.cve.org/ URL for
    the :cve: role.
    Patch by Hugo van Kemenade.
  • #​13007: LaTeX: Improve resiliency when the required
    fontawesome or fontawesome5 packages are not installed.
    Patch by Jean-François B.

v8.1.0: Sphinx 8.1.0

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Dependencies

  • #​12756: Add lower-bounds to the sphinxcontrib-* dependencies.
    Patch by Adam Turner.
  • #​12833: Update the LaTeX parskip package from 2001 to 2018.
    Patch by Jean-François B.

Incompatible changes

  • #​12763: Remove unused internal class sphinx.util.Tee.
    Patch by Adam Turner.
  • #​12822: LaTeX: for Unicode engines, the fvset default is changed to
    '\\fvset{fontsize=auto}' from '\\fvset{fontsize=\\small}'.
    Code-blocks are unchanged as FreeMono is now loaded with Scale=0.9.
    An adjustment to existing projects is needed only if they used a custom
    fontpkg configuration and did not set fvset.
    Patch by Jean-François B.
  • #​12875: Disable smartquotes for languages: zh_CN and zh_TW by default.
    Patch by A. Rafey Khan.

Deprecated

  • #​12762: Deprecate sphinx.util.import_object.
    Use importlib.import_module() instead.
    Patch by Adam Turner.
  • #​12766: Deprecate sphinx.util.FilenameUniqDict
    and sphinx.util.DownloadFiles.
    Patch by Adam Turner.

Features added

  • #​11328: Mention evaluation of templated content during production of static
    output files.
    Patch by James Addison.
  • #​12704: LaTeX: make contents, topic,
    and sidebar directives separately customizable for PDF output.
    Patch by Jean-François B. and Bénédikt Tran.
  • #​12474: Support type-dependent search result highlighting via CSS.
    Patch by Tim Hoffmann.
  • #​12652: LaTeX: Add math_numsep support to latex builder.
    Patch by Thomas Fanning and Jean-François B.
  • #​12743: No longer exit on the first warning when
    --fail-on-warning is used.
    Instead, exit with a non-zero status if any warnings were generated
    during the build.
    Patch by Adam Turner.
  • #​12743: Add sphinx-build --exception-on-warning,
    to raise an exception when warnings are emitted during the build.
    Patch by Adam Turner and Jeremy Maitin-Shepard.
  • #​12907: Add html_last_updated_use_utc to allow using
    universal time (GMT/UTC) instead of local time for the date-time
    supplied to html_last_updated_fmt.
    Patch by Adam Turner.
  • #​12910: Copyright entries now support the '%Y' placeholder
    to substitute the current year.
    This is helpful for reducing the reliance on Python modules
    such as time or datetime in conf.py.
    Patch by Adam Turner.
  • #​11781: Add roles for referencing CVEs (:cve:)
    and CWEs (:cwe:).
    Patch by Hugo van Kemenade.
  • #​11809: Improve the formatting for RFC section anchors.
    Patch by Jakub Stasiak and Adam Turner.
  • #​12852: Support a .Builder.supported_linkcode attribute
    for builders to enable use of sphinx.ext.linkcode-generated
    references.
    Patch by James Knight.
  • #​12949: Print configuration options that differ from the pickled environment.
    This can be helpful in diagnosing the cause of a full rebuild.
    Patch by Adam Turner.

Bugs fixed

  • #​12514: intersphinx: fix the meaning of a negative value for
    intersphinx_cache_limit.
    Patch by Shengyu Zhang.
  • #​12722: LaTeX: avoid TeX reporting Overfull \hbox from too long
    strings in a codeline when the problem has actually been solved thanks
    to latexsphinxsetupforcewraps.
    Patch by Jean-François B.
  • #​12730: The UnreferencedFootnotesDetector transform has been improved
    to more consistently detect unreferenced footnotes.
    Note, the priority of the transform has been changed from 200 to 622,
    so that it now runs after the docutils Footnotes resolution transform.
    Patch by Chris Sewell.
  • #​12778: LaTeX: let 'sphinxsetup'
    div.topic_box-shadow key if used with only one dimension set both
    x-offset and y-offset as per documentation.
    Patch by Jean-François B.
  • #​12587: Do not warn when potential ambiguity detected during Intersphinx
    resolution occurs due to duplicate targets that differ case-insensitively.
    Patch by James Addison.
  • #​12639: Fix singular and plural search results text.
    Patch by Hugo van Kemenade.
  • #​12645: Correctly support custom gettext output templates.
    Patch by Jeremy Bowman.
  • #​12717: LaTeX: let -q (quiet) option for
    sphinx-build -M latexpdf or make latexpdf (O=-q)
    get passed to latexmk. Let -Q
    (silent) apply as well to the PDF build phase.
    Patch by Jean-François B.
  • #​12744: LaTeX: Classes injected by a custom interpreted text role now give
    rise to nested \DUrole's, rather than a single one with comma separated
    classes.
    Patch by Jean-François B.
  • #​12831: LaTeX: avoid large voids sometimes occurring at page bottoms.
    Patch by Jean-François B.
  • #​11970, #​12551: singlehtml builder: make target URIs to be same-document
    references in the sense of RFC 3986, §4.4,
    e.g., index.html#foo becomes #foo.
    (note: continuation of a partial fix added in Sphinx 7.3.0)
    Patch by James Addison (with reference to prior work by Eric Norige).
  • #​12735: Fix PEP 695 generic classes LaTeX output formatting.
    Patch by Jean-François B. and Bénédikt Tran.
  • #​12782: intersphinx: fix double forward slashes when generating the inventory
    file URL (user-defined base URL of an intersphinx project are left untouched
    even if they end with double forward slashes).
    Patch by Bénédikt Tran.
  • #​12796: Enable parallel reading if requested,
    even if there are fewer than 6 documents.
    Patch by Matthias Geier.
  • #​12844: Restore support for :noindex: for the js:module
    and py:module directives.
    Patch by Stephen Finucane.
  • #​12916: Restore support for custom templates named with the legacy _t
    suffix during apidoc RST rendering (regression in 7.4.0).
    Patch by James Addison.
  • #​12451: Only substitute copyright notice years with values from
    SOURCE_DATE_EPOCH for entries that match the current system clock year,
    and disallow substitution of future years.
    Patch by James Addison and Adam Turner.
  • #​12905: intersphinx: fix flipped use of intersphinx_cache_limit,
    which always kept the cache for positive values, and always refreshed it for
    negative ones.
    Patch by Nico Madysa.
  • #​12888: Add a warning when document is included in multiple toctrees
    and ensure deterministic resolution of global toctree in parallel builds
    by choosing the lexicographically greatest parent document.
    Patch by A. Rafey Khan
  • #​12995: Significantly improve performance when building the search index
    for Chinese languages.
    Patch by Adam Turner.
  • #​12767: .Builder.write is typed as final, meaning that the
    write-started event may be relied upon by extensions.
    A new .Builder.write_documents method has been added to
    control how documents are written.
    This is intended for builders that do not output a file for each document.
    Patch by Adam Turner.

Testing

  • #​12141: Migrate from the deprecated karma JavaScript test framework to
    the actively-maintained jasmine framework. Test coverage is unaffected.
    Patch by James Addison.

v8.0.2: Sphinx 8.0.2

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v8.0.1: Sphinx 8.0.1

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v8.0.0: Sphinx 8.0.0

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Dependencies

Incompatible changes

  • Remove deprecated functions from sphinx.util:

    • Removed sphinx.util.path_stabilize
      (use sphinx.util.osutil.path_stabilize).
    • Removed sphinx.util.display_chunk
      (use sphinx.util.display.display_chunk).
    • Removed sphinx.util.status_iterator
      (use sphinx.util.display.status_iterator).
    • Removed sphinx.util.SkipProgressMessage
      (use sphinx.util.display.SkipProgressMessage).
    • Removed sphinx.util.progress_message
      (use sphinx.util.display.progress_message).
    • Removed sphinx.util.epoch_to_rfc1123
      (use sphinx.http_date.epoch_to_rfc1123).
    • Removed sphinx.util.rfc1123_to_epoch
      (use sphinx.http_date.rfc1123_to_epoch).
    • Removed sphinx.util.save_traceback
      (use sphinx.exceptions.save_traceback).
    • Removed sphinx.util.format_exception_cut_frames
      (use sphinx.exceptions.format_exception_cut_frames).
    • Removed sphinx.util.xmlname_checker
      (use sphinx.builders.epub3._XML_NAME_PATTERN).

    Patch by Adam Turner.

  • Removed sphinx.util.osutil.cd
    (use contextlib.chdir).
    Patch by Adam Turner.

  • Removed sphinx.util.typing.stringify
    (use sphinx.util.typing.stringify_annotation).
    Patch by Adam Turner.

  • #​12593: Raise an error for invalid html_sidebars values.
    Patch by Adam Turner.

  • #​12593: Raise an error in Theme.get_config for invalid sections.
    Patch by Adam Turner.

  • #​11693: Remove support for old-style Makefile and make.bat
    output in sphinx-quickstart.

  • #​11693: Remove the --no-use-make-mode, -M,
    --use-make-mode, and -m options
    from sphinx-quickstart.
    Patch by Adam Turner.

  • Removed the tuple interface to sphinx.ext.autodoc.ObjectMember.
    Patch by Adam Turner.

  • #​12630: Sphinx 8 makes two changes to the linkcheck configuration defaults:

    • linkcheck_allow_unauthorized is now False by default.
    • linkcheck_report_timeouts_as_broken is now False by default.

    Patch by James Addison.

  • #​12597: Change the default of show_warning_types
    from False to True.
    Patch by Chris Sewell.

  • #​12083: Remove support for the old (2008--2010) Sphinx 0.5 and Sphinx 0.6
    intersphinx_mapping format.
    Patch by Bénédikt Tran and Adam Turner.

  • #​12096: Do not overwrite user-supplied files when copying assets
    unless forced with force=True.
    Patch by Adam Turner.

  • #​12646: Remove sphinx.util.inspect.isNewType.
    Use isinstance(obj, typing.NewType) instead on Python 3.10 and newer.
    Patch by Adam Turner.

  • Remove the long-deprecated (since Sphinx 2) alias
    to VersionChange in
    sphinx.directives.other
    (Deprecated since Sphinx 2).
    Use sphinx.domains.changeset.VersionChange directly.
    Patch by Adam Turner.

Deprecated

  • #​12643: Renamed sphinx.ext.intersphinx.normalize_intersphinx_mapping
    to sphinx.ext.intersphinx.validate_intersphinx_mapping.
    The old name will be removed in Sphinx 10.
    Patch by Adam Turner.
  • #​12650, #​12686, #​12690: Extend the deprecation for string methods on
    pathlib.Path objects to Sphinx 9.
    Use os.fspath to convert :py:class:~pathlib.Path objects to strings,
    or pathlib.Path's methods to work with path objects.
    Patch by Adam Turner.

v7.4.7: Sphinx 7.4.7

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.4.6: Sphinx 7.4.6

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.4.5: Sphinx 7.4.5

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.4.4: Sphinx 7.4.4

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.4.3: Sphinx 7.4.3

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.4.2: Sphinx 7.4.2

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.4.1: Sphinx 7.4.1

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.4.0: Sphinx 7.4.0

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.3.7: Sphinx 7.3.7

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.3.6: Sphinx 7.3.6

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.3.5: Sphinx 7.3.5

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.3.4: Sphinx 7.3.4

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.3.3: Sphinx 7.3.3

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.3.2: Sphinx 7.3.2

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.3.1: Sphinx 7.3.1

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.3.0: Sphinx 7.3.0

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.2.6: Sphinx 7.2.6

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.2.5: Sphinx 7.2.5

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.2.4: Sphinx 7.2.4

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.2.3: Sphinx 7.2.3

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.2.2: Sphinx 7.2.2

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.2.1: Sphinx 7.2.1

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.2.0: Sphinx 7.2.0

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes.html


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Renovate Bot.

@redhat-renovate-bot
Copy link
Collaborator Author

⚠️ 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 greenwave-nCf4_Szv-py3.12 in /home/renovate/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.8,<3.14) is not compatible with some of the required packages Python requirement:
  - pytest-cov requires Python >=3.9, so it will not be satisfied for Python >=3.8,<3.9

Because no versions of pytest-cov match >6.0.0,<7.0.0
 and pytest-cov (6.0.0) requires Python >=3.9, pytest-cov is forbidden.
So, because greenwave depends on pytest-cov (^6.0.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For pytest-cov, a possible solution would be to set the `python` property to ">=3.9,<3.14"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@redhat-renovate-bot redhat-renovate-bot force-pushed the renovate/all-dependencies branch 29 times, most recently from c5162d1 to a83be08 Compare December 24, 2024 05:07
@redhat-renovate-bot redhat-renovate-bot force-pushed the renovate/all-dependencies branch 27 times, most recently from 7a7502d to 7256aeb Compare January 3, 2025 10:07
Signed-off-by: redhat-renovate-bot <[email protected]>
@redhat-renovate-bot redhat-renovate-bot force-pushed the renovate/all-dependencies branch from 7256aeb to fe7d88b Compare January 3, 2025 11:07
@hluk hluk closed this Jan 3, 2025
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.

2 participants