meilisearch / meilisearch-python

Python wrapper for the Meilisearch API
https://meilisearch.com
MIT License
465 stars 85 forks source link

Bump camel-converter from 3.1.2 to 4.0.1 #1037

Open dependabot[bot] opened 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps camel-converter from 3.1.2 to 4.0.1.

Release notes

Sourced from camel-converter's releases.

v4.0.1

Changes

v4.0.0

Changes

⚠ Breaking changes

Commits
  • 0c1bf18 Merge pull request #566 from sanders41/python-3.13
  • 19a1259 Bump version for release
  • 8fa91bf Add support for python 3.13
  • c7345b3 Merge pull request #565 from sanders41/pre-commit-ci-update-config
  • c09e1a3 [pre-commit.ci] pre-commit autoupdate
  • 4077ee4 Merge pull request #564 from sanders41/release-drafter
  • 584d4b2 Update release drafter template
  • 6a19fca Merge pull request #563 from sanders41/pre-commit-ci-update-config
  • 6862c88 [pre-commit.ci] pre-commit autoupdate
  • af0b294 Merge pull request #562 from sanders41/bump-version
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
sanders41 commented 3 weeks ago

All the dependabot PR failures seem to be related to the same thing. Bug report here https://github.com/pypa/pipenv/issues/6305

This will affect all PRs so we could pin an older version of pipenv if needed until there is a solutionf for this.