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 #61

Merged
merged 3 commits into from
Mar 22, 2025
Merged

Update all dependencies #61

merged 3 commits into from
Mar 22, 2025

Conversation

missingcharacter
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
HiYaPyCo dependencies minor ^0.6.0 -> ^0.7.0
Jinja2 (changelog) dependencies patch 3.1.4 -> 3.1.6
MarkupSafe (changelog) dependencies major 2.1.5 -> 3.0.2
Sphinx (changelog) dependencies minor 8.0.2 -> 8.2.3
azure-core (source) extras minor 1.31.0 -> 1.32.0
black (changelog) dev major ^24.0.0 -> ^25.0.0
boto3 dependencies minor 1.35.19 -> 1.37.18
click (changelog) dependencies patch 8.1.7 -> 8.1.8
dacite dependencies minor 1.8.1 -> 1.9.2
flake8 (changelog) dev patch 7.1.1 -> 7.1.2
infra-thunder dependencies digest d9c8e0a -> 3a19100
kubernetes dependencies major ^30.0.0 -> ^32.0.0
poethepoet dev minor ^0.27.0 -> ^0.33.0
poethepoet dev minor ^0.28.0 -> ^0.33.0
pulumi (changelog) dependencies minor 3.132.0 -> 3.157.0
pulumi-aws extras minor 6.51.1 -> 6.73.0
pulumi-azure-native extras minor 2.60.1 -> 2.89.3
pulumi-azuread extras major 5.53.3 -> 6.2.0
pulumi-cloudflare dependencies minor 5.38.0 -> 5.49.1
pulumi-datadog dependencies minor 4.33.1 -> 4.47.0
pulumi-kubernetes dependencies minor 4.18.1 -> 4.22.1
pulumi-postgresql dependencies minor 3.12.0 -> 3.15.1
pulumi-tls dependencies minor 5.0.6 -> 5.1.1
pulumi_random dependencies minor 4.16.5 -> 4.18.0
python uses-with minor 3.10 -> 3.13
wheel (changelog) dependencies minor ^0.44.0 -> ^0.45.0

Release Notes

zerwes/hiyapyco (HiYaPyCo)

v0.7.0

Compare Source

pallets/jinja (Jinja2)

v3.1.6

Compare Source

Released 2025-03-05

  • The |attr filter does not bypass the environment's attribute lookup,
    allowing the sandbox to apply its checks. :ghsa:cpwx-vrp4-4pq7

v3.1.5

Compare Source

Released 2024-12-21

  • The sandboxed environment handles indirect calls to str.format, such as
    by passing a stored reference to a filter that calls its argument.
    :ghsa:q2x7-8rv6-6q7h
  • Escape template name before formatting it into error messages, to avoid
    issues with names that contain f-string syntax.
    :issue:1792, :ghsa:gmj6-6f8f-6699
  • Sandbox does not allow clear and pop on known mutable sequence
    types. :issue:2032
  • Calling sync render for an async template uses asyncio.run.
    :pr:1952
  • Avoid unclosed auto_aiter warnings. :pr:1960
  • Return an aclose-able AsyncGenerator from
    Template.generate_async. :pr:1960
  • Avoid leaving root_render_func() unclosed in
    Template.generate_async. :pr:1960
  • Avoid leaving async generators unclosed in blocks, includes and extends.
    :pr:1960
  • The runtime uses the correct concat function for the current environment
    when calling block references. :issue:1701
  • Make |unique async-aware, allowing it to be used after another
    async-aware filter. :issue:1781
  • |int filter handles OverflowError from scientific notation.
    :issue:1921
  • Make compiling deterministic for tuple unpacking in a {% set ... %}
    call. :issue:2021
  • Fix dunder protocol (copy/pickle/etc) interaction with Undefined
    objects. :issue:2025
  • Fix copy/pickle support for the internal missing object.
    :issue:2027
  • Environment.overlay(enable_async) is applied correctly. :pr:2061
  • The error message from FileSystemLoader includes the paths that were
    searched. :issue:1661
  • PackageLoader shows a clearer error message when the package does not
    contain the templates directory. :issue:1705
  • Improve annotations for methods returning copies. :pr:1880
  • urlize does not add mailto: to values like @a@b. :pr:1870
  • Tests decorated with @pass_context`` can be used with the ``|select`` filter. :issue:1624`
  • Using set for multiple assignment (a, b = 1, 2) does not fail when the
    target is a namespace attribute. :issue:1413
  • Using set in all branches of {% if %}{% elif %}{% else %} blocks
    does not cause the variable to be considered initially undefined.
    :issue:1253
pallets/markupsafe (MarkupSafe)

v3.0.2

Compare Source

Released 2024-10-18

  • Fix compatibility when __str__ returns a str subclass. :issue:472
  • Build requires setuptools >= 70.1. :issue:475

v3.0.1

Compare Source

Released 2024-10-08

  • Address compiler warnings that became errors in GCC 14. :issue:466
  • Fix compatibility with proxy objects. :issue:467

v3.0.0

Compare Source

Released 2024-10-07

  • Support Python 3.13 and its experimental free-threaded build. :pr:461
  • Drop support for Python 3.7 and 3.8.
  • Use modern packaging metadata with pyproject.toml instead of setup.cfg.
    :pr:348
  • Change distutils imports to setuptools. :pr:399
  • Use deferred evaluation of annotations. :pr:400
  • Update signatures for Markup methods to match str signatures. Use
    positional-only arguments. :pr:400
  • Some str methods on Markup no longer escape their argument:
    strip, lstrip, rstrip, removeprefix, removesuffix,
    partition, and rpartition; replace only escapes its new
    argument. These methods are conceptually linked to search methods such as
    in, find, and index, which already do not escape their argument.
    :issue:401
  • The __version__ attribute is deprecated. Use feature detection, or
    importlib.metadata.version("markupsafe"), instead. :pr:402
  • Speed up escaping plain strings by 40%. :pr:434
  • Simplify speedups implementation. :pr:437
sphinx-doc/sphinx (Sphinx)

v8.2.3: Sphinx 8.2.3

Compare Source

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

v8.2.2: Sphinx 8.2.2

Compare Source

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

v8.2.1: Sphinx 8.2.1

Compare Source

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

v8.2.0: Sphinx 8.2.0

Compare Source

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

Dependencies

Incompatible changes

  • #​13044: Remove the internal and undocumented has_equations data
    from the MathDomain domain.
    The undocumented MathDomain.has_equations method
    now unconditionally returns True.
    These are replaced by the has_maths_elements key of the page context dict.
    Patch by Adam Turner.
  • #​13227: HTML output for sequences of keys in the kbd role
    no longer uses a <kbd class="kbd compound"> element to wrap
    the keys and separators, but places them directly in the relevant parent node.
    This means that CSS rulesets targeting kbd.compound or .kbd.compound
    will no longer have any effect.
    Patch by Adam Turner.

Deprecated

  • #​13037: Deprecate the SingleHTMLBuilder.fix_refuris method.
    Patch by James Addison.
  • #​13083, #​13330: Un-deprecate sphinx.util.import_object.
    Patch by Matthias Geier.

Features added

  • #​13173: Add a new duplicate_declaration warning type,
    with duplicate_declaration.c and duplicate_declaration.cpp subtypes.
    Patch by Julien Lecomte and Adam Turner.
  • #​11824: linkcode: Allow extensions to add support for a domain by defining
    the keys that should be present.
    Patch by Nicolas Peugnet.
  • #​13144: Add a class option to the autosummary directive.
    Patch by Tim Hoffmann.
  • #​13146: Napoleon: Unify the type preprocessing logic to allow
    Google-style docstrings to use the optional and default keywords.
    Patch by Chris Barrick.
  • #​13227: Implement the kbd role as a SphinxRole.
    Patch by Adam Turner.
  • #​13065: Enable colour by default in when running on CI.
    Patch by Adam Turner.
  • #​13230: Allow supressing warnings from the toctree directive
    when a glob pattern doesn't match any documents,
    via the new toc.empty_glob warning sub-type.
    Patch by Slawek Figiel.
  • #​9732: Add the new autodoc.mocked_object warnings sub-type.
    Patch by Cyril Roelandt.
  • #​7630, #​4824: autodoc: Use .pyi type stub files
    to auto-document native modules.
    Patch by Adam Turner, partially based on work by Allie Fitter.
  • #​12975: Enable configuration of trailing commas in multi-line signatures
    in the Python and Javascript domains, via the new
    python_trailing_comma_in_multi_line_signatures and
    javascript_trailing_comma_in_multi_line_signatures
    configuration options.
  • #​13264: Rename the math directive's nowrap option
    to no-wrap.
    Patch by Adam Turner.
  • #​13269: Added the option to disable the use of type comments in
    via the new autodoc_use_type_comments option,
    which defaults to True for backwards compatibility.
    The default will change to False in Sphinx 10.
    Patch by Adam Turner.
  • #​9732: Add the new ref.any warnings sub-type
    to allow suppressing the ambiguous 'any' cross-reference warning.
    Patch by Simão Afonso and Adam Turner.
  • #​13272: The Python and JavaScript module directives now support
    the :no-index-entry: option.
    Patch by Adam Turner.
  • #​12233: autodoc: Allow directives to use :no-index-entry:
    and include the :no-index: and :no-index-entry: options within
    autodoc_default_options.
    Patch by Jonny Saunders and Adam Turner.
  • #​13172: Add support for short signatures in autosummary.
    Patch by Tim Hoffmann.
  • #​13271: Change the signature prefix for abstract methods
    in the Python domain to abstractmethod from abstract.
    Patch by Adam Turner.
  • #​13271: Support the :abstract: option for
    classes, methods, and properties in the Python domain.
    Patch by Adam Turner.
  • #​12507: Add the collapsible <collapsible-admonitions> option
    to admonition directives.
    Patch by Chris Sewell.
  • #​8191, #​8159: Add include-subclasses option to
    the inheritance-diagram directive.
    Patch by Walter Dörwald.
  • #​11995: autodoc: Add support for python_display_short_literal_types.
    Patch by Bénédikt Tran and Adam Turner.
  • #​13163: Always print the full context when Sphinx encounters an internal error.
    Patch by Kevin Deldycke and Adam Turner.
  • #​13105: Introduce the py:deco role to cross-reference decorator
    functions and methods in the Python domain.
    Patch by Adam Turner.
  • #​9169: Add the intersphinx_resolve_self option
    to resolve an intersphinx reference to the current project.
    Patch by Jakob Lykke Andersen and Adam Turner.
  • #​11280: Add ability to skip a particular section using the no-search class.
    Patch by Will Lachance.
  • #​13326: Remove hardcoding from handling productionlist
    nodes in all writers, to improve flexibility.
    Patch by Adam Turner.
  • #​13335: Use misc.highlighting_failure subtype for Pygments unknown lexers.
    Patch by Bart Kamphorst.
  • #​13354: Insert abbreviation nodes (hover text) for positional- and keyword-only
    separators in Python signatures.
    Patch by Adam Turner.
  • #​13333: Add the sphinx.ext.apidoc extension,
    to automate API documentation generation from Python modules.
    Patch by Chris Sewell and Adam Turner.

Bugs fixed

  • #​12463: autosummary: Respect an empty module __all__.
    Patch by Valentin Pratz
  • #​13060: HTML Search: use Map to store per-file term scores.
    Patch by James Addison
  • #​13130: LaTeX docs: pdflatex index creation may fail for index entries
    in French. See latex_use_xindy.
    Patch by Jean-François B.
  • #​13152: LaTeX: fix a typo from v7.4.0 in a default for \sphinxboxsetup.
    Patch by Jean-François B.
  • #​13096: HTML Search: check that query terms exist as properties in
    term indices before accessing them.
  • #​11233: linkcheck: match redirect URIs against linkcheck_ignore by
    overriding session-level requests.get_redirect_target.
  • #​13195: viewcode: Fix issue where import paths differ from the directory
    structure.
    Patch by Ben Egan and Adam Turner.
  • #​13188: autodoc: fix detection of class methods implemented in C.
    Patch by Bénédikt Tran.
  • #​1810: Always copy static files when building, regardless of whether
    any documents have changed since the previous build.
    Patch by Adam Turner.
  • #​13201: autodoc: fix ordering of members when using groupwise
    for autodoc_member_order. Class methods are now rendered
    before static methods, which themselves are rendered before regular
    methods and attributes.
    Patch by Bénédikt Tran.
  • #​12975: Avoid rendering a trailing comma in C and C++ multi-line signatures.
  • #​13178: autodoc: Fix resolution for pathlib types.
    Patch by Adam Turner.
  • #​13136: autodoc: Correctly handle multiple inheritance.
    Patch by Pavel Holica
  • #​13273, #​13318: Properly convert command-line overrides for Boolean types.
    Patch by Adam Turner.
  • #​13302, #​13319: Use the correct indentation for continuation lines
    in productionlist directives.
    Patch by Adam Turner.
  • #​13328: Fix parsing of PEP 695 functions with return annotations.
    Patch by Bénédikt Tran. Initial work by Arash Badie-Modiri.

Testing

  • #​13224: Correctness fixup for test_html_multi_line_copyright.
    Patch by Colin Watson, applied by James Addison.

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.
Azure/azure-sdk-for-python (azure-core)

v1.32.0

Compare Source

1.32.0 (2024-10-31)

Features Added
  • Added a default implementation to handle token challenges in BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy.
Bugs Fixed
  • Fixed an issue where the tracing_attributes keyword argument wasn't being handled at the request/method level. #​38164
Other Changes
  • Log "x-vss-e2eid" and "x-msedge-ref" headers in HttpLoggingPolicy.
psf/black (black)

v25.1.0

Compare Source

Highlights

This release introduces the new 2025 stable style (#​4558), stabilizing
the following changes:

  • Normalize casing of Unicode escape characters in strings to lowercase (#​2916)
  • Fix inconsistencies in whether certain strings are detected as docstrings (#​4095)
  • Consistently add trailing commas to typed function parameters (#​4164)
  • Remove redundant parentheses in if guards for case blocks (#​4214)
  • Add parentheses to if clauses in case blocks when the line is too long (#​4269)
  • Whitespace before # fmt: skip comments is no longer normalized (#​4146)
  • Fix line length computation for certain expressions that involve the power operator (#​4154)
  • Check if there is a newline before the terminating quotes of a docstring (#​4185)
  • Fix type annotation spacing between * and more complex type variable tuple (#​4440)

The following changes were not in any previous release:

  • Remove parentheses around sole list items (#​4312)
  • Generic function definitions are now formatted more elegantly: parameters are
    split over multiple lines first instead of type parameter definitions (#​4553)
Stable style
  • Fix formatting cells in IPython notebooks with magic methods and starting or trailing
    empty lines (#​4484)
  • Fix crash when formatting with statements containing tuple generators/unpacking
    (#​4538)
Preview style
  • Fix/remove string merging changing f-string quotes on f-strings with internal quotes
    (#​4498)
  • Collapse multiple empty lines after an import into one (#​4489)
  • Prevent string_processing and wrap_long_dict_values_in_parens from removing
    parentheses around long dictionary values (#​4377)
  • Move wrap_long_dict_values_in_parens from the unstable to preview style (#​4561)
Packaging
  • Store license identifier inside the License-Expression metadata field, see
    PEP 639. (#​4479)
Performance
  • Speed up the is_fstring_start function in Black's tokenizer (#​4541)
Integrations
  • If using stdin with --stdin-filename set to a force excluded path, stdin won't be
    formatted. (#​4539)

v24.10.0

Compare Source

Highlights
  • Black is now officially tested with Python 3.13 and provides Python 3.13
    mypyc-compiled wheels. (#​4436) (#​4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory
    safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
    use Python 3.12.6 or Python 3.12.4 instead. (#​4447)
  • Black no longer supports running with Python 3.8 (#​4452)
Stable style
  • Fix crashes involving comments in parenthesised return types or X | Y style unions.
    (#​4453)
  • Fix skipping Jupyter cells with unknown %% magic (#​4462)
Preview style
  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#​4440)
Caching
  • Fix bug where the cache was shared between runs with and without --unstable (#​4466)
Packaging
  • Upgrade version of mypyc used to 1.12 beta (#​4450) (#​4449)
  • blackd now requires a newer version of aiohttp. (#​4451)
Output
  • Added Python target version information on parse error (#​4378)
  • Add information about Black version to internal error messages (#​4457)
boto/boto3 (boto3)

v1.37.18

Compare Source

=======

  • api-change:bedrock: [botocore] A CustomModelUnit(CMU) is an abstract view of the hardware utilization that Bedrock needs to host a a single copy of your custom imported model. Bedrock determines the number of CMUs that a model copy needs when you import the custom model. You can use CMUs to estimate the cost of Inference's.
  • api-change:datazone: [botocore] Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs.
  • api-change:route53-recovery-control-config: [botocore] Adds dual-stack (IPv4 and IPv6) endpoint support for route53-recovery-control-config operations, opt-in dual-stack addresses for cluster endpoints, and UpdateCluster API to update the network-type of clusters between IPv4 and dual-stack.
  • api-change:sagemaker: [botocore] This release does the following: 1.) Adds DurationHours as a required field to the SearchTrainingPlanOfferings action in the SageMaker AI API; 2.) Adds support for G6e instance types for SageMaker AI inference optimization jobs.

v1.37.17

Compare Source

=======

  • api-change:amplify: [botocore] Added appId field to Webhook responses
  • api-change:bedrock: [botocore] With this release, Bedrock Evaluation will now support bring your own inference responses.
  • api-change:controlcatalog: [botocore] Add ExemptAssumeRoot parameter to adapt for new AWS AssumeRoot capability.
  • api-change:mailmanager: [botocore] Amazon SES Mail Manager. Extended rule string and boolean expressions to support analysis in condition evaluation. Extended ingress point string expression to support analysis in condition evaluation
  • api-change:network-firewall: [botocore] You can now use flow operations to either flush or capture traffic monitored in your firewall's flow table.

v1.37.16

Compare Source

=======

  • api-change:bedrock: [botocore] Support custom prompt routers for evaluation jobs
  • api-change:ec2: [botocore] Doc-only updates for EC2 for March 2025.
  • api-change:lambda: [botocore] Add Ruby 3.4 (ruby3.4) support to AWS Lambda.
  • api-change:mediaconnect: [botocore] This release adds support for NDI flow outputs in AWS Elemental MediaConnect. You can now send content from your MediaConnect transport streams directly to your NDI environment using the new NDI output type.
  • api-change:neptune-graph: [botocore] Update IAM Role ARN Validation to Support Role Paths
  • api-change:sagemaker: [botocore] Added support for g6, g6e, m6i, c6i instance types in SageMaker Processing Jobs.

v1.37.15

Compare Source

=======

  • api-change:appsync: [botocore] Providing Tagging support for DomainName in AppSync
  • api-change:cleanrooms: [botocore] This release adds support for PySpark jobs. Customers can now analyze data by running jobs using approved PySpark analysis templates.
  • api-change:mediaconvert: [botocore] This release adds support for AVC passthrough, the ability to specify PTS offset without padding, and an A/V segment matching feature.
  • api-change:route53: [botocore] Amazon Route 53 now supports the iso-f regions for private DNS Amazon VPCs and cloudwatch healthchecks.

v1.37.14

Compare Source

=======

  • api-change:application-signals: [botocore] This release adds support for adding, removing, and listing SLO time exclusion windows with the BatchUpdateExclusionWindows and ListServiceLevelObjectiveExclusionWindows APIs.
  • api-change:geo-maps: [botocore] Provide support for vector map styles in the GetStaticMap operation.
  • api-change:rum: [botocore] CloudWatch RUM now supports unminification of JS error stack traces.
  • api-change:taxsettings: [botocore] Adjust Vietnam PaymentVoucherNumber regex and minor API change.
  • api-change:wafv2: [botocore] AWS WAF now lets you inspect fragments of request URIs. You can specify the scope of the URI to inspect and narrow the set of URI fragments.

v1.37.13

Compare Source

=======

  • api-change:cognito-identity: [botocore] Updated API model build artifacts for identity pools
  • api-change:cognito-idp: [botocore] Minor description updates to API parameters
  • api-change:glue: [botocore] This release added AllowFullTableExternalDataAccess to glue catalog resource.
  • api-change:lakeformation: [botocore] This release added "condition" to LakeFormation OptIn APIs, also added WithPrivilegedAccess flag to RegisterResource and DescribeResource.

v1.37.12

Compare Source

=======

  • api-change:acm-pca: [botocore] Private Certificate Authority service now supports P521 and RSA3072 key algorithms.
  • api-change:amplify: [botocore] Introduced support for Skew Protection. Added enableSkewProtection field to createBranch and updateBranch API.
  • api-change:codebuild: [botocore] AWS CodeBuild now supports webhook filtering by organization name
  • api-change:datazone: [botocore] This release adds support to update projects and environments
  • api-change:dynamodb: [botocore] Generate account endpoints for DynamoDB requests using ARN-sourced account ID when available
  • api-change:ec2: [botocore] This release changes the CreateLaunchTemplate, CreateLaunchTemplateVersion, ModifyLaunchTemplate CLI and SDKs such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
  • api-change:ivs-realtime: [botocore] IVS Real-Time now offers customers the ability to adjust the participant & composition recording segment duration
  • api-change:logs: [botocore] Updated CreateLogAnomalyDetector to accept only kms key arn
  • api-change:mediapackagev2: [botocore] This release adds the ResetChannelState and ResetOriginEndpointState operation to reset MediaPackage V2 channel and origin endpoint. This release also adds a new field, UrlEncodeChildManifest, for HLS/LL-HLS to allow URL-encoding child manifest query string based on the requirements of AWS SigV4.
  • api-change:s3control: [botocore] Updating GetDataAccess response for S3 Access Grants to include the matched Grantee for the requested prefix

v1.37.11

Compare Source

=======

  • api-change:ec2: [botocore] This release adds the GroupLongName field to the response of the DescribeAvailabilityZones API.
  • api-change:ecr: [botocore] This release adds Amazon ECR to Amazon ECR pull through cache rules support.
  • api-change:ecs: [botocore] This is a documentation only update for Amazon ECS to address various tickets.
  • api-change:inspector2: [botocore] Adding componentArn to network reachability details
  • api-change:medialive: [botocore] Add an enum option DISABLED for Output Locking Mode under Global Configuration.

v1.37.10

Compare Source

=======

  • api-change:bedrock-agent: [botocore] Add support for computer use tools
  • api-change:bedrock-agent-runtime: [botocore] Add support for computer use tools
  • api-change:ce: [botocore] Releasing minor partition endpoint updates.
  • api-change:connect: [botocore] Add support for contact transfers in external voice systems.
  • api-change:medialive: [botocore] Adds defaultFontSize and defaultLineHeight as options in the EbuTtDDestinationSettings within the caption descriptions for an output stream.
  • api-change:pca-connector-ad: [botocore] PrivateCA Connector for Active Directory now supports dual stack endpoints. This release adds the IpAddressType option to the VpcInformation on a Connector which determines whether the endpoint supports IPv4 only or IPv4 and IPv6 traffic.
  • api-change:securityhub: [botocore] This release adds new StandardsControlsUpdatable field to the StandardsSubscription resource
  • api-change:timestream-influxdb: [botocore] This release updates the default value of pprof-disabled from false to true.

v1.37.9

Compare Source

======

  • api-change:bedrock-agent: [botocore] Introduces support for Neptune Analytics as a vector data store and adds Context Enrichment Configurations, enabling use cases such as GraphRAG.
  • api-change:bedrock-agent-runtime: [botocore] Support Multi Agent Collaboration within Inline Agents
  • api-change:cloudfront: [botocore] Documentation updates for Amazon CloudFront.
  • api-change:ec2: [botocore] Add serviceManaged field to DescribeAddresses API response.
  • api-change:elbv2: [botocore] This release adds support for assigning IP addresses to Application Load Balancers from VPC IP Address Manager pools.
  • api-change:neptune-graph: [botocore] Several small updates to resolve customer requests.

v1.37.8

Compare Source

======

  • api-change:bedrock: [botocore] This releases adds support for Custom Prompt Router
  • api-change:cloudtrail: [botocore] Doc-only update for CloudTrail.
  • api-change:ivs-realtime: [botocore] IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.
  • api-change:networkflowmonitor: [botocore] This release contains 2 changes. 1: DeleteScope/GetScope/UpdateScope operations now return 404 instead of 500 when the resource does not exist. 2: Expected string format for clientToken fields of CreateMonitorInput/CreateScopeInput/UpdateMonitorInput have been updated to be an UUID based string.
  • api-change:redshift-data: [botocore] This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.
  • api-change:wafv2: [botocore] You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.
  • api-change:workspaces: [botocore] Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.

v1.37.7

Compare Source

======

  • api-change:bedrock-runtime: [botocore] This releases adds support for Custom Prompt Router ARN
  • api-change:datasync: [botocore] AWS DataSync now supports modifying ServerHostname while updating locations SMB, NFS, and ObjectStorage.
  • api-change:gameliftstreams: [botocore] New Service: Amazon GameLift Streams delivers low-latency game streaming from AWS global infrastructure to virtually any device with a browser at up to 1080p resolution and 60 fps.
  • api-change:iotfleetwise: [botocore] This release adds floating point support for CAN/OBD signals and adds support for signed OBD signals.
  • api-change:workspaces: [botocore] Added DeviceTypeWorkSpacesThinClient type to allow users to access their WorkSpaces through a WorkSpaces Thin Client.

v1.37.6

Compare Source

======

  • api-change:elasticache: [botocore] Doc only update, listing 'valkey7' and 'valkey8' as engine options for parameter groups.
  • api-change:iot-managed-integrations: [botocore] Adding managed integrations APIs for IoT Device Management to setup and control devices across different manufacturers and connectivity protocols. APIs include managedthing operations, credential and provisioning profile management, notification configuration, and OTA update.
  • api-change:iotsitewise: [botocore] AWS IoT SiteWise now supports MQTT-enabled, V3 gateways. Configure data destinations for real-time ingestion into AWS IoT SiteWise or buffered ingestion using Amazon S3 storage. You can also use path filters for precise data collection from specific MQTT topics.
  • api-change:rds: [botocore] Note support for Database Insights for Amazon RDS.

v1.37.5

Compare Source

======

  • api-change:cognito-idp: [botocore] Added the capacity to return available challenges in admin authentication and to set version 3 of the pre token generation event for M2M ATC.
  • api-change:ec2: [botocore] Update the DescribeVpcs response
  • api-change:qbusiness: [botocore] Adds support for the ingestion of audio and video files by Q Business, which can be configured with the mediaExtractionConfiguration parameter.
  • api-change:rum: [botocore] Add support for PutResourcePolicy, GetResourcePolicy and DeleteResourcePolicy to support resource based policies for AWS CloudWatch RUM
  • api-change:sagemaker: [botocore] Add DomainId to CreateDomainResponse
  • api-change:transcribe: [botocore] Updating documentation for post call analytics job queueing.
  • enhancement:configuration: [botocore] Add support for disabling host prefix injection via the AWS_DISABLE_HOST_PREFIX_INJECTION environment variable or the disable_host_prefix_injection parameter in the shared aws configuration file.

v1.37.4

Compare Source

======

  • api-change:bedrock-agent: [botocore] This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20.
  • api-change:bedrock-data-automation: [botocore] Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.
  • api-change:bedrock-data-automation-runtime: [botocore] Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.
  • api-change:dms: [botocore] Add skipped status to the Result Statistics of an Assessment Run
  • api-change:eks: [botocore] Adding licenses to EKS Anywhere Subscription operations response.
  • api-change:mediaconvert: [botocore] The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.
  • api-change:pricing: [botocore] Update GetProducts and DescribeServices API request input validations.
  • api-change:ssm: [botocore] Systems Manager doc-only updates for Feb. 2025.
  • enhancement:useragent: [botocore] Update user agent string to include client feature use.

v1.37.3

Compare Source

======

  • api-change:bedrock-agent-runtime: [botocore] Introduces Sessions (preview) to enable stateful conversations in GenAI applications.
  • api-change:emr: [botocore] Definition update for EbsConfiguration.
  • api-change:qbusiness: [botocore] This release supports deleting attachments from conversations.
  • api-change:redshift-serverless: [botocore] Add track support for Redshift Serverless workgroup.
  • api-change:sagemaker: [botocore] SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference.
  • api-change:storagegateway: [botocore] This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3.

v1.37.2

Compare Source

======

  • api-change:application-signals: [botocore] This release adds API support for reading Service Level Objectives and Services from monitoring accounts, from SLO and Service-scoped operations, including ListServices and ListServiceLevelObjectives.
  • api-change:batch: [botocore] AWS Batch: Resource Aware Scheduling feature support
  • api-change:chime: [botocore] Removes the Amazon Chime SDK APIs from the "chime" namespace. Amazon Chime SDK APIs continue to be available in the AWS SDK via the dedicated Amazon Chime SDK namespaces: chime-sdk-identity, chime-sdk-mediapipelines, chime-sdk-meetings, chime-sdk-messaging, and chime-sdk-voice.
  • api-change:cloudfront: [botocore] Documentation update for VPC origin config.
  • api-change:ec2: [botocore] Amazon EC2 Fleet customers can now override the Block Device Mapping specified in the Launch Template when creating a new Fleet request, saving the effort of creating and associating new Launch Templates to customize the Block Device Mapping.
  • api-change:iotfleetwise: [botocore] This release adds an optional listResponseScope request parameter in certain list API requests to limit the response to metadata only.
  • api-change:oam: [botocore] This release adds support for sharing AWS::ApplicationSignals::Service and AWS::ApplicationSignals::ServiceLevelObjective resources.
  • api-change:sagemaker: [botocore] AWS SageMaker InferenceComponents now support rolling update deployments for Inference Components.
  • enhancement:Protocol: [botocore] Adds support for the smithy-rpc-v2-cbor protocol. If a service supports smithy-rpc-v2-cbor, this protocol will automatically be used. For more information, see https://smithy.io/2.0/additional-specs/protocols/smithy-rpc-v2.html

v1.37.1

Compare Source

=======

  • api-change:bedrock: [botocore] A CustomModelUnit(CMU) is an abstract view of the hardware utilization that Bedrock needs to

Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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.

@missingcharacter
Copy link
Owner 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 infra-thunder in /tmp/renovate/repos/github/missingcharacter/infra-thunder/.venv

The current project's supported Python range (>=3.10,<4.0) is not compatible with some of the required packages Python requirement:
  - sphinx requires Python >=3.11, so it will not be satisfied for Python >=3.10,<3.11

Because infra-thunder depends on sphinx (8.2.3) which requires Python >=3.11, version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For sphinx, a possible solution would be to set the `python` property to ">=3.11,<4.0"

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

- `pre-commit/pre-commit-hooks` to `v5.0.0`
- `igorshubovych/markdownlint-cli` to `v0.44.0`
- `gruntwork-io/pre-commit` to `v0.1.28`
- `rhysd/actionlint` to `v1.7.7`
@missingcharacter missingcharacter merged commit 79a0f3d into main Mar 22, 2025
2 checks passed
@missingcharacter missingcharacter deleted the renovate/all branch March 22, 2025 01:35
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