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

fix(deps): update dependency cachier to v2.3.0 #416

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cachier 2.0.0 -> 2.3.0 age adoption passing confidence

Release Notes

python-cachier/cachier (cachier)

v2.3.0: : Support for runtime caching + list caching + kwargs order independent cache keys

Compare Source

v2.2.2: : Python 3.12 Support! 🐍

Compare Source

v2.2.1: : pymongo non-optional import bugfix 🐞

Compare Source

Contributed by @​cthoyt

v2.2.0: : Caching of None values support 📭

Compare Source

Contributed by @​jall ! ❤️

v2.1.1: : Global defaults added! 🌍

Compare Source

Contributed by @​lordjabez! ❤️

v2.1.0: : Precaching & method caching support added! 🗄

Compare Source

All thanks to the hard work of @​lordjabez

v2.0.2: : A simple CLI added 📟

Compare Source

Contributed by @​thewchan !

v2.0.1: : Better hash keys generation! 🔑

Compare Source

Contributed by @​lordjabez


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added the dependencies Pull requests that update a dependency file label Mar 19, 2023
@codecov
Copy link

codecov bot commented Mar 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (348f00a) 92.04% compared to head (dba2d2c) 92.04%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #416   +/-   ##
=======================================
  Coverage   92.04%   92.04%           
=======================================
  Files          52       52           
  Lines        2817     2817           
=======================================
  Hits         2593     2593           
  Misses        224      224           
Flag Coverage Δ
os-macOS-12 92.01% <ø> (ø)
os-ubuntu-latest 92.01% <ø> (ø)
os-windows-latest 91.36% <ø> (-0.51%) ⬇️
py-3.10 92.00% <ø> (+0.49%) ⬆️
py-3.11 91.79% <ø> (-0.22%) ⬇️
py-3.8 91.97% <ø> (+0.03%) ⬆️
py-3.9 91.50% <ø> (-0.32%) ⬇️
unittests 92.04% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@renovate renovate bot force-pushed the renovate/cachier-2.x branch 9 times, most recently from 76cec8d to 78d1648 Compare March 23, 2023 19:53
@renovate renovate bot changed the title fix(deps): update dependency cachier to v2.0.1 fix(deps): update dependency cachier to v2.0.2 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/cachier-2.x branch 5 times, most recently from f250a38 to 07e4765 Compare March 30, 2023 06:02
@renovate renovate bot changed the title fix(deps): update dependency cachier to v2.0.2 fix(deps): update dependency cachier to v2.1.0 Mar 31, 2023
@renovate renovate bot force-pushed the renovate/cachier-2.x branch 6 times, most recently from 186265a to f5b8bab Compare April 9, 2023 07:26
@renovate renovate bot changed the title fix(deps): update dependency cachier to v2.1.0 fix(deps): update dependency cachier to v2.1.1 Apr 9, 2023
@renovate renovate bot force-pushed the renovate/cachier-2.x branch 4 times, most recently from b642f53 to 5d28890 Compare April 17, 2023 15:38
@renovate renovate bot changed the title fix(deps): update dependency cachier to v2.2.1 fix(deps): update dependency cachier to v2.2.2 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/cachier-2.x branch 18 times, most recently from e4fad5d to b880122 Compare January 12, 2024 02:01
Copy link
Contributor Author

renovate bot commented Jan 12, 2024

⚠ 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...


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

Because micropy-cli depends on micropython-stubber (1.16.3) which requires Python >=3.9,<3.12, version solving failed.

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

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

@renovate renovate bot force-pushed the renovate/cachier-2.x branch 5 times, most recently from d40a906 to d43bd62 Compare January 27, 2024 08:40
@renovate renovate bot changed the title fix(deps): update dependency cachier to v2.2.2 fix(deps): update dependency cachier to v2.3.0 Feb 17, 2024
@renovate renovate bot enabled auto-merge (rebase) March 20, 2024 16:11
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.

None yet

0 participants