Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 11, 2023

Bumps check-manifest from 0.41 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.

0.47 (2021-09-22)

  • Fix setuptools_scm workaround for packages with dashes in the name ([#145](https://github.com/mgedmin/check-manifest/issues/145) <https://github.com/mgedmin/check-manifest/issues/145>_).

0.46 (2021-01-04)

  • The pre-commit <https://pre-commit.com>__ hook now always uses Python 3.

0.45 (2020-10-31)

  • Add Python 3.9 support.

  • Drop Python 3.5 support.

  • Switch from pep517 to python-build <https://pypi.org/p/build>__ ( [#128](https://github.com/mgedmin/check-manifest/issues/128) <https://github.com/mgedmin/check-manifest/pull/128>__).

  • Add --no-build-isolation option so check-manifest can succeed building

... (truncated)

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

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 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 [check-manifest](https://github.com/mgedmin/check-manifest) from 0.41 to 0.49.
- [Release notes](https://github.com/mgedmin/check-manifest/releases)
- [Changelog](https://github.com/mgedmin/check-manifest/blob/master/CHANGES.rst)
- [Commits](mgedmin/check-manifest@0.41...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 added the dependencies Pull requests that update a dependency file label Jan 11, 2023
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.

1 participant