crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
78 stars 31 forks source link

Update zope-testing requirement from <5,>=4 to >=4,<6 #521

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on zope-testing to permit the latest version.

Changelog

Sourced from zope-testing's changelog.

5.0.1 (2022-12-20)

  • Make wheels no longer universal.

5.0 (2022-12-20)

Backwards incompatible changes

  • Drop support for Python 2.7, 3.5, 3.6.

  • Drop modules which do not seem to be Python compatible:

    • zope.testing.loghandler
    • zope.testing.server
  • Drop doctest option IGNORE_EXCEPTION_MODULE_IN_PYTHON2.

  • Remove functions:

    • zope.testing.renormalizing.strip_dottedname_from_traceback
    • zope.testing.renormalizing.is_dotted_name

Features

  • Add support for Python 3.11.

4.10 (2022-03-07)

  • Show deprecation warnings when importing modules which are not ported to Python 3.

  • Improve test coverage.

  • Port zope.testing.formparser to Python 3.

  • Add support for Python 3.10.

4.9 (2021-01-08)

  • Make setupstack.txt test work again if the current directory is empty.

... (truncated)

Commits
  • 026fa90 Preparing release 5.0.1
  • a6f1f89 Make wheels no longer universal.
  • 8c8203c Back to development: 5.1
  • fd39909 Preparing release 5.0
  • 39c806d Merge pull request #45 from zopefoundation/config-with-pure-python-template-d...
  • f043939 Backwards incompatible changes
  • 4da116e Configuring for pure-python
  • f883365 Fix GHA: ubuntu-latest no longer contains Python 2.7 up to 3.6 (#44)
  • 9d6415f Support Python 3.11 final.
  • c1cf545 Add support for Python 3.11 by normalizing the tests.
  • 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 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)
dependabot[bot] commented 1 year ago

Looks like zope-testing is no longer updatable, so this is no longer needed.