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

chore(deps): update python dependencies #315

Merged
merged 1 commit into from
Dec 22, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
click (source, changelog) >=8.1.7 -> >=8.1.8 age adoption passing confidence
githubkit >=0.11.14 -> >=0.12.2 age adoption passing confidence
jinja2 (changelog) >=3.1.4 -> >=3.1.5 age adoption passing confidence
nonebot-adapter-github >=0.4.1 -> >=0.5.0 age adoption passing confidence
pydantic-extra-types (changelog) >=2.10.0 -> >=2.10.1 age adoption passing confidence

Release Notes

pallets/click (click)

v8.1.8

Compare Source

Unreleased

  • Fix an issue with type hints for click.open_file(). :issue:2717
  • Fix issue where error message for invalid click.Path displays on
    multiple lines. :issue:2697
  • Fixed issue that prevented a default value of "" from being displayed in
    the help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows.
    :issue:2705
  • Show correct value for flag default when using default_map.
    :issue:2632
  • Fix click.echo(color=...) passing color to coloroma so it can be
    forced on Windows. :issue:2606.
yanyongyu/githubkit (githubkit)

v0.12.2: Release 0.12.2

Compare Source

What's Changed

Full Changelog: yanyongyu/githubkit@v0.12.1...v0.12.2

v0.12.1: Release 0.12.1

Compare Source

What's Changed

Full Changelog: yanyongyu/githubkit@v0.12.0...v0.12.1

v0.12.0: Release 0.12.0

Compare Source

Breakings

  • Drop Python 3.8 support
  • query, header, cookie params in Rest API functions are now keyword only

New Features

  • add cache strategy option, including in-memory and redis cache
  • add basic throttling logic. By default, githubkit will limit the request concurrency to 100.

If you encounter any problems, please submit an issue 😄 .

What's Changed

Full Changelog: yanyongyu/githubkit@v0.11.14...v0.12.0

pallets/jinja (jinja2)

v3.1.5

Compare Source

Unreleased

  • 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
nonebot/adapter-github (nonebot-adapter-github)

v0.5.0: Release 0.5.0

Compare Source

What's Changed

Full Changelog: nonebot/adapter-github@v0.4.1...v0.5.0

pydantic/pydantic-extra-types (pydantic-extra-types)

v2.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-extra-types@v2.10.0...v2.10.1


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 5, 2024
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 85a702d to 3595f8b Compare December 6, 2024 23:15
@renovate renovate bot changed the title chore(deps): update dependency githubkit to >=0.12.0 chore(deps): update python dependencies Dec 6, 2024
@renovate renovate bot force-pushed the renovate/python-dependencies branch 2 times, most recently from 1c6e62a to 369417f Compare December 14, 2024 15:58
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 369417f to 8e3be19 Compare December 21, 2024 19:17
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 8e3be19 to 6c9fcef Compare December 22, 2024 14:59
Copy link

codecov bot commented Dec 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.57%. Comparing base (009d579) to head (6c9fcef).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #315   +/-   ##
=======================================
  Coverage   93.57%   93.57%           
=======================================
  Files          41       41           
  Lines        2258     2258           
=======================================
  Hits         2113     2113           
  Misses        145      145           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@he0119 he0119 merged commit 166edae into main Dec 22, 2024
7 checks passed
@he0119 he0119 deleted the renovate/python-dependencies branch December 22, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant