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

Update logbook requirement from <1.6,>=1.5 to >=1.5,<1.8 in /core #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 28, 2024

Updates the requirements on logbook to permit the latest version.

Release notes

Sourced from logbook's releases.

1.7.0.post0

See CHANGES

Changelog

Sourced from logbook's changelog.

Version 1.7.0.post0

Released on November 11th, 2023

  • Ensure setuptools can read version number statically during build

Version 1.7.0

Released on October 3rd, 2023

  • Dropped support for Python 3.7
  • Passing (keyfile, certfile) to MailHandler's secure argument is deprecated in favour of passing an ssl.SSLContext.
  • Python 3.12 support

Version 1.6.0

Released on July 30th, 2023

  • Dropped support for Python 2.7, 3.5, and 3.6.
  • Uses pyproject.toml based build.
  • Added nteventlog extra for NTEventLogHandler.
  • Supports SQLAlchemy 1.4 and 2.0.
  • Fix various deprecation warnings.
  • exc_info arg may be a BaseException instance (thanks Mattijs Ugen)
  • FileHandler supports path-like objects.
  • Fixed bug which prevented compilation on Cython 3
  • Wheels are generated for more platforms and architectures

Version 1.5.3

Released on October 16th, 2019

  • Fixed deprecated imports from collections module.

Version 1.5.2

Released on August 21st, 2019

  • No changes

Version 1.5.1

Released on August 20th, 2019

... (truncated)

Commits
  • f6ecc76 Merge branch 'release/1.7.0.post0'
  • e77135a Bump version to 1.7.0.post0
  • dc69de8 Update CHANGES
  • 11e7932 Merge pull request #363 from jameshilliard/fix-version-attr
  • a589aaa Merge pull request #362 from getlogbook/dependabot/github_actions/pypa/cibuil...
  • 3b7d90b Fix version attr module path with setuptools static attr parser
  • 36460ea Bump pypa/cibuildwheel from 2.16.1 to 2.16.2
  • 46e4ec8 Merge branch 'develop'
  • c22e03a Force readthedocs to use newer sphinx
  • e339dc1 Merge branch 'release/1.7.0'
  • 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [logbook](https://github.com/getlogbook/logbook) to permit the latest version.
- [Release notes](https://github.com/getlogbook/logbook/releases)
- [Changelog](https://github.com/getlogbook/logbook/blob/develop/CHANGES)
- [Commits](getlogbook/logbook@1.5.0...1.7.0.post0)

---
updated-dependencies:
- dependency-name: logbook
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 28, 2024
Copy link

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants