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 check-manifest from 0.47 to 0.49 #4

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps check-manifest from 0.47 to 0.49.

Changelog

Sourced from check-manifest's changelog.

0.49 (2022-12-05)

  • Add Python 3.11 support.

  • Drop Python 3.6 support.

  • Exclude more common dev/test files.

0.48 (2022-03-13)

  • Add Python 3.10 support.

  • Switch to tomli instead of toml, after hearing about PEP-680. tomli will be included in the Python 3.11 standard library as tomllib, while toml is apparently unmaintained.

  • Fix submodule support when .gitmodules exists in a subdirectory ([#153](https://github.com/mgedmin/check-manifest/issues/153) <https://github.com/mgedmin/check-manifest/issues/153>). Note that this reverts a fix for [#124](https://github.com/mgedmin/check-manifest/issues/124) <https://github.com/mgedmin/check-manifest/issues/124>: git versions before 2.11 are no longer supported.

Commits
  • 00a3953 Preparing release 0.49
  • fd932df Use type annotations on class attributes
  • 45c925f isort insists on this blank line, wtf?
  • 80549f4 Fix tests on OpenIndiana where /usr/bin/false exits with 255
  • 6982e1a Merge pull request #160 from mgedmin/py311
  • 2e59b5d Support Python 3.11
  • 7b8c279 Merge pull request #159 from mgedmin/fix-git-submodule-tests-using-file-protocol
  • 1ce75c4 Try a different workaround
  • 3fc1989 git config doesn't work, try git -c
  • 227fb10 Spell the name of the file: protocol correctly
  • Additional commits viewable in compare view

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 show <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 9, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/check-manifest-0.49 branch 2 times, most recently from 389a354 to e1a027b Compare July 9, 2024 21:12
Bumps [check-manifest](https://github.com/mgedmin/check-manifest) from 0.47 to 0.49.
- [Changelog](https://github.com/mgedmin/check-manifest/blob/master/CHANGES.rst)
- [Commits](mgedmin/check-manifest@0.47...0.49)

---
updated-dependencies:
- dependency-name: check-manifest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/check-manifest-0.49 branch from e1a027b to ba2f4e1 Compare July 9, 2024 21:13
@chicocvenancio chicocvenancio merged commit 1b58a97 into main Jul 9, 2024
0 of 2 checks passed
@chicocvenancio chicocvenancio deleted the dependabot/pip/check-manifest-0.49 branch July 9, 2024 21:14
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 python Pull requests that update Python code
Development

Successfully merging this pull request may close these issues.

1 participant