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

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Update all dependencies #72

merged 2 commits into from
Jul 19, 2024

Conversation

redhat-renovate-bot
Copy link
Contributor

@redhat-renovate-bot redhat-renovate-bot commented Jul 8, 2024

This PR contains the following updates:

Package Type Update Change
ansible-core (source) dependencies minor 2.15.9 -> 2.17.2
ansible-core (source) minor ==2.16.6 -> ==2.17.2
ansible-runner (source) dependencies minor 2.3.6 -> 2.4.0
ansible-runner (source) minor ==2.3.6 -> ==2.4.0
arcaflow-plugin-sdk dependencies minor 0.13.0 -> 0.14.1
arcaflow-plugin-sdk minor ==0.13.0 -> ==0.14.1
black (changelog) dev-dependencies minor 24.2.0 -> 24.4.2
packaging minor ==24.0 -> ==24.1
setuptools (changelog) major ==69.5.1 -> ==71.0.3
typing-extensions (changelog) minor ==4.11.0 -> ==4.12.2
zope-interface minor ==6.3 -> ==6.4.post2
zope.interface minor ==6.3 -> ==6.4.post2

Release Notes

ansible/ansible (ansible-core)

v2.17.2

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.17.1

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.17.0

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.9

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.8

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.7

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.6

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.5

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.4

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.3

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.2

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.1

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.0

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.15.12

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.15.11

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.15.10

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

ansible/ansible-runner (ansible-runner)

v2.4.0

Compare Source

What's Changed
  • Bump minimum supported Python to 3.9
Bug Fixes
arcalot/arcaflow-plugin-sdk-python (arcaflow-plugin-sdk)

v0.14.1: : Bug fixes/detection, compatibility improvements, and dependency updates

Compare Source

What's Changed

Full Changelog: arcalot/arcaflow-plugin-sdk-python@0.14.0...0.14.1

v0.14.0

Compare Source

What's Changed
New Contributors

Full Changelog: arcalot/arcaflow-plugin-sdk-python@0.13.0...0.14.0

psf/black (black)

v24.4.2

Compare Source

This is a bugfix release to fix two regressions in the new f-string parser introduced in
24.4.1.

Parser
  • Fix regression where certain complex f-strings failed to parse (#​4332)
Performance
  • Fix bad performance on certain complex string literals (#​4331)

v24.4.1

Compare Source

Highlights
  • Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#​3822)
Stable style
  • Fix crash involving indented dummy functions containing newlines (#​4318)
Parser
  • Add support for type parameter defaults, a new syntactic feature added to Python 3.13
    by PEP 696 (#​4327)
Integrations
  • Github Action now works even when git archive is skipped (#​4313)

v24.4.0

Compare Source

Stable style
  • Fix unwanted crashes caused by AST equivalency check (#​4290)
Preview style
  • if guards in case blocks are now wrapped in parentheses when the line is too long.
    (#​4269)
  • Stop moving multiline strings to a new line unless inside brackets (#​4289)
Integrations
  • Add a new option use_pyproject to the GitHub Action psf/black. This will read the
    Black version from pyproject.toml. (#​4294)

v24.3.0

Compare Source

Highlights

This release is a milestone: it fixes Black's first CVE security vulnerability. If you
run Black on untrusted input, or if you habitually put thousands of leading tab
characters in your docstrings, you are strongly encouraged to upgrade immediately to fix
CVE-2024-21503.

This release also fixes a bug in Black's AST safety check that allowed Black to make
incorrect changes to certain f-strings that are valid in Python 3.12 and higher.

Stable style
  • Don't move comments along with delimiters, which could cause crashes (#​4248)
  • Strengthen AST safety check to catch more unsafe changes to strings. Previous versions
    of Black would incorrectly format the contents of certain unusual f-strings containing
    nested strings with the same quote type. Now, Black will crash on such strings until
    support for the new f-string syntax is implemented. (#​4270)
  • Fix a bug where line-ranges exceeding the last code line would not work as expected
    (#​4273)
Performance
  • Fix catastrophic performance on docstrings that contain large numbers of leading tab
    characters. This fixes
    CVE-2024-21503.
    (#​4278)
Documentation
  • Note what happens when --check is used with --quiet (#​4236)
pypa/packaging (packaging)

v24.1

Compare Source

What's Changed

New Contributors

Full Changelog: pypa/packaging@24.0...24.1

pypa/setuptools (setuptools)

v71.0.3

Compare Source

v71.0.2

Compare Source

v71.0.1

Compare Source

v71.0.0

Compare Source

v70.3.0

Compare Source

v70.2.0

Compare Source

v70.1.1

Compare Source

v70.1.0

Compare Source

v70.0.0

Compare Source

python/typing_extensions (typing-extensions)

v4.12.2

Compare Source

  • Fix regression in v4.12.0 where specialization of certain
    generics with an overridden __eq__ method would raise errors.
    Patch by Jelle Zijlstra.
  • Fix tests so they pass on 3.13.0b2

v4.12.1

Compare Source

  • Preliminary changes for compatibility with the draft implementation
    of PEP 649 in Python 3.14. Patch by Jelle Zijlstra.
  • Fix regression in v4.12.0 where nested Annotated types would cause
    TypeError to be raised if the nested Annotated type had unhashable
    metadata. Patch by Alex Waygood.

v4.12.0

Compare Source

This release is mostly the same as 4.12.0rc1 but fixes one more
longstanding bug.

  • Fix incorrect behaviour of typing_extensions.ParamSpec on Python 3.8 and
    3.9 that meant that
    isinstance(typing_extensions.ParamSpec("P"), typing.TypeVar) would have a
    different result in some situations depending on whether or not a profiling
    function had been set using sys.setprofile. Patch by Alex Waygood.
zopefoundation/zope.interface (zope-interface)

v6.4.post2

Compare Source

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

  • Publish missing Windows wheels, second attempt.
    (#&#8203;295 <https://github.com/zopefoundation/zope.interface/issues/295>_)

v6.4.post1

Compare Source

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

  • Publish missing Windows wheels.
    (#&#8203;295 <https://github.com/zopefoundation/zope.interface/issues/295>_)

v6.4.post0

Compare Source

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

  • The sdist of version 6.4 was uploaded to PyPI as
    zope_interface-6.4.tar.gz instead of zope.interface-6.4-py2.tar.gz
    which cannot be installed by zc.buildout. This release is a re-release
    of version 6.4 with the correct sdist name.
    (#&#8203;298 <https://github.com/zopefoundation/zope.interface/issues/298>_)

v6.4

Compare Source

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

  • Publish missing Windows wheels, second attempt.
    (#&#8203;295 <https://github.com/zopefoundation/zope.interface/issues/295>_)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

@redhat-renovate-bot redhat-renovate-bot force-pushed the renovate/all branch 30 times, most recently from 398e752 to 32294e4 Compare July 9, 2024 02:10
@redhat-renovate-bot redhat-renovate-bot force-pushed the renovate/all branch 21 times, most recently from 67eb486 to 8b4f7ce Compare July 18, 2024 18:04
Signed-off-by: redhat-renovate-bot <[email protected]>
@webbnh webbnh self-assigned this Jul 18, 2024
@webbnh webbnh requested a review from mfleader July 18, 2024 19:47
@redhat-renovate-bot
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@webbnh webbnh merged commit da92c9e into main Jul 19, 2024
3 checks passed
@webbnh webbnh deleted the renovate/all branch July 19, 2024 15:15
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.

3 participants