Update check-manifest requirement from >=0.42,<0.49 to >=0.42,<0.50
Updates the requirements on check-manifest to permit the latest version.
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
.gitmodulesexists 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_scmworkaround 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
pep517topython-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-isolationoption so check-manifest can succeed building
... (truncated)
Commits
00a3953Preparing release 0.49fd932dfUse type annotations on class attributes45c925fisort insists on this blank line, wtf?80549f4Fix tests on OpenIndiana where /usr/bin/false exits with 2556982e1aMerge pull request #160 from mgedmin/py3112e59b5dSupport Python 3.117b8c279Merge pull request #159 from mgedmin/fix-git-submodule-tests-using-file-protocol1ce75c4Try a different workaround3fc1989git config doesn't work, try git -c227fb10Spell the name of the file: protocol correctly- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)