nlp-qrmine
nlp-qrmine copied to clipboard
chore(deps): bump catalogue from 1.0.0 to 2.0.9
Bumps catalogue from 1.0.0 to 2.0.9.
Release notes
Sourced from catalogue's releases.
v2.0.9
- Update for compatibility with future Python 3.12 (#62).
v2.0.8
- Improve future compatibility with
importlib.metadata
for python 3.10+.- Update tests for compatibility with python 3.10+.
v2.0.7
- Modify test suite for python 3.10 until
importlib.metadata
differences can be addressed.v2.0.6
- Prevent
Registry.find
from failing on Cython modules.v2.0.5
- Backport
packages_distributions
fromimportlib_metadata
.v2.0.4
- Fix conflicts between
catalogue
andimportlib-metadata
v2.0.3
- Add vendored
importlib-metadata
v3.2.0 to avoid conflicts withimportlib-metadata
requirements in other packagesv2.0.2
- Restrict
importlib-metadata
to<3.3.0
due to reports of performance regressions and issues with the test suitev2.0.1
No release notes provided.
v2.0.0
No release notes provided.
v1.0.2
- Require Python 3.6+.
v1.0.1
Note: v1.0.1 was deleted from PyPI because it was incompatible with python 2.7, but the package setup did not specify this correctly and yanked packages are not supported by the latest
pip
for python 2.7. The v1.0.2 release is identical to v1.0.1 except for the correctedpython_requires>=3.6
.
- Add vendored
importlib_metadata
v3.2.0 for use with Python 3.6-3.7 to avoid breaking changes in newer releases and to avoid conflicts withimportlib_metadata
requirements in other packages.- Backport changes from #41 for improved compatibility with Python 3.10+.
Commits
245ec35
Set version to v2.0.9, update classifiers (#64)8a64305
Switch from SelectableGroups to hasattr for importlib.metadata branching (#61...fecb244
Merge pull request #63 from adrianeboyd/ci/gha-v2.0.xbe013c2
Restrict mypy version18de138
CI: Switch from Azure to GHA (#59)9b0a961
CI: Use more generic GHA tests workflow (#58)b5fd699
Add Github Action (#54)c2822a1
Set version to v2.0.8 (#42)75f5e9c
Update for python 3.10+: branch on SelectableGroups (#41)fccd556
Add additional package config tests to CI (#37)- Additional commits viewable in compare view
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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.