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

Bump overrides from 3.1.0 to 7.3.1 #111

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 18, 2022

Bumps overrides from 3.1.0 to 7.3.1.

Release notes

Sourced from overrides's releases.

Overrides 7.3.1

Full Changelog: mkorpela/overrides@7.3.0...7.3.1

Fix type defs for @override mkorpela/overrides#109

Thanks @​bersbersbers for contribution!

Overrides 7.3.0

Full Changelog: mkorpela/overrides@7.2.0...7.3.0

Add an alias to @overrides decorator called @override. Use it as default as it seems to be de facto wording suggested. mkorpela/overrides#108

Overrides 7.2.0

Full Changelog: mkorpela/overrides@7.1.0...7.2.0

@final decorator now is directly typing.final when running in Python 3.11 or above.

Thank you ucucha for pointing this out!

Overrides 7.1.0

Changes Preliminary support for upcoming Python 3.11.

Full Changelog: mkorpela/overrides@7.0.0...7.1.0

Overrides 7.0.0

What's Changed

Backwards incompatibilities:

  • Magic methods starting with double underscore marked as final will now raise TypeError when accidentally overriden
  • AssertionErrors from EnforceOverrides metaclass changed to TypeErrors

Full Changelog: mkorpela/overrides@6.5.0...7.0.0

Overrides 6.5.0

Full Changelog: mkorpela/overrides@6.4.0...6.5.0

Allow positional only argument name to change from super class name mkorpela/overrides#88

Overrides 6.4.0

What's Changed

See mkorpela/overrides#96

Full Changelog: mkorpela/overrides@6.3.0...6.4.0

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [overrides](https://github.com/mkorpela/overrides) from 3.1.0 to 7.3.1.
- [Release notes](https://github.com/mkorpela/overrides/releases)
- [Commits](mkorpela/overrides@3.1.0...7.3.1)

---
updated-dependencies:
- dependency-name: overrides
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2022
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.

0 participants