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

python-deps(deps-dev): Update maison requirement from ^1.4.3 to ^2.0.0 in the python-dependencies group across 1 directory #7

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Updates the requirements on maison to permit the latest version.
Updates maison to 2.0.0

Release notes

Sourced from maison's releases.

v2.0.0

This version introduces some breaking changes:

Renaming ProjectConfig to UserConfig

The new name better reflects what the object represents, the user's configuration.

The renaming also includes some other changes to the API:

  • The config values are now accessed through UserConfig().values.
  • The project_name has been renamed to package_name to better reflect that it refers to the configuration of the package, not the user's project.

Removing pydantic as a dependency

Previously this was a dependency of maison. This meant that any installs of maison will also install pydantic, but pydantic was only used for an optional part of this package (validation). The use of pydantic to perform validation against a schema is still preferred, but it's now up to the user to include this dependency.

Dropping 3.8 support

This was done in #311

Changes

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [maison](https://github.com/dbatten5/maison) to permit the latest version.

Updates `maison` to 2.0.0
- [Release notes](https://github.com/dbatten5/maison/releases)
- [Commits](dbatten5/maison@v1.4.3...v2.0.0)

---
updated-dependencies:
- dependency-name: maison
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

The following labels could not be found: python, dependencies.

@dependabot dependabot bot requested a review from a team as a code owner August 19, 2024 23:00
@nfelt14
Copy link
Collaborator

nfelt14 commented Aug 22, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 22, 2024

Looks like maison is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Aug 22, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-dependencies-9867134693 branch August 22, 2024 17:16
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.

2 participants