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 Python dependencies #43

Merged
merged 1 commit into from Oct 25, 2023
Merged

Update Python dependencies #43

merged 1 commit into from Oct 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
black (changelog) 23.9.1 -> 23.10.1 age adoption passing confidence
codespell 2.2.5 -> 2.2.6 age adoption passing confidence
exceptiongroup (changelog) ==1.1.1 -> ==1.1.3 age adoption passing confidence
httpx (changelog) ==0.24.1 -> ==0.25.0 age adoption passing confidence
lightkube-models ==1.27.1.4 -> ==1.28.1.4 age adoption passing confidence
mypy (source, changelog) 1.5.1 -> 1.6.1 age adoption passing confidence
pytest (source, changelog) 7.4.2 -> 7.4.3 age adoption passing confidence
pytest-mock (changelog) 3.11.1 -> 3.12.0 age adoption passing confidence
pyyaml (source) ==6.0 -> ==6.0.1 age adoption passing confidence

Release Notes

psf/black (black)

v23.10.1

Compare Source

Highlights
  • Maintanence release to get a fix out for GitHub Action edge case (#​3957)
Preview style
  • Fix merging implicit multiline strings that have inline comments (#​3956)
  • Allow empty first line after block open before a comment or compound statement (#​3967)
Packaging
  • Change Dockerfile to hatch + compile black (#​3965)
Integrations
  • The summary output for GitHub workflows is now suppressible using the summary
    parameter. (#​3958)
  • Fix the action failing when Black check doesn't pass (#​3957)
Documentation

v23.10.0

Compare Source

Stable style
  • Fix comments getting removed from inside parenthesized strings (#​3909)
Preview style
  • Fix long lines with power operators getting split before the line length (#​3942)
  • Long type hints are now wrapped in parentheses and properly indented when split across
    multiple lines (#​3899)
  • Magic trailing commas are now respected in return types. (#​3916)
  • Require one empty line after module-level docstrings. (#​3932)
  • Treat raw triple-quoted strings as docstrings (#​3947)
Configuration
  • Fix cache versioning logic when BLACK_CACHE_DIR is set (#​3937)
Parser
  • Fix bug where attributes named type were not acccepted inside match statements
    (#​3950)
  • Add support for PEP 695 type aliases containing lambdas and other unusual expressions
    (#​3949)
Output
  • Black no longer attempts to provide special errors for attempting to format Python 2
    code (#​3933)
  • Black will more consistently print stacktraces on internal errors in verbose mode
    (#​3938)
Integrations
  • The action output displayed in the job summary is now wrapped in Markdown (#​3914)
codespell-project/codespell (codespell)

v2.2.6

Compare Source

What's Changed

New Contributors

Full Changelog: codespell-project/codespell@v2.2.5...v2.2.6

agronholm/exceptiongroup (exceptiongroup)

v1.1.3

Compare Source

v1.1.2

Compare Source

encode/httpx (httpx)

v0.25.0

Compare Source

Removed
  • Drop support for Python 3.7. (#​2813)
Added
  • Support HTTPS proxies. (#​2845)
  • Change the type of Extensions from Mapping[Str, Any] to MutableMapping[Str, Any]. (#​2803)
  • Add socket_options argument to httpx.HTTPTransport and httpx.AsyncHTTPTransport classes. (#​2716)
  • The Response.raise_for_status() method now returns the response instance. For example: data = httpx.get('...').raise_for_status().json(). (#​2776)
Fixed
  • Return 500 error response instead of exceptions when raise_app_exceptions=False is set on ASGITransport. (#​2669)
  • Ensure all WSGITransport environs have a SERVER_PROTOCOL. (#​2708)
  • Always encode forward slashes as %2F in query parameters (#​2723)
  • Use Mozilla documentation instead of httpstatuses.com for HTTP error reference (#​2768)
python/mypy (mypy)

v1.6.1

Compare Source

v1.6.0

Compare Source

pytest-dev/pytest (pytest)

v7.4.3

Compare Source

pytest-dev/pytest-mock (pytest-mock)

v3.12.0

Compare Source

  • Added support for Python 3.12.
  • Dropped support for EOL Python 3.7.
  • mocker.resetall() now also resets mocks created by mocker.create_autospec (#390_).

.. _#390:https://github.com/pytest-dev/pytest-mock/pull/3900

yaml/pyyaml (pyyaml)

v6.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 1am and before 2am on saturday" in timezone Etc/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 Mend Renovate. View repository job log here.

@renovate renovate bot requested review from deusebio and welpaolo October 7, 2023 01:07
@renovate renovate bot changed the title Update dependency codespell to v2.2.6 Update Python dependencies Oct 10, 2023
@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from 2ee1116 to 9057b07 Compare October 17, 2023 18:43
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 07b3ef4 to e59e160 Compare October 24, 2023 21:06
@renovate renovate bot force-pushed the renovate/python-dependencies branch from e59e160 to 5f34d6b Compare October 25, 2023 06:23
@welpaolo welpaolo merged commit 45bd17f into main Oct 25, 2023
4 checks passed
@welpaolo welpaolo deleted the renovate/python-dependencies branch October 25, 2023 06: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.

None yet

2 participants