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.7 in /core #8254

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Updates the requirements on logbook to permit the latest version.

Release notes

Sourced from logbook's releases.

1.6.0

See CHANGES

Changelog

Sourced from logbook's changelog.

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

  • Added support for asyncio and contextvars

Version 1.4.3

Released on January 16th, 2019

  • Fixed Pypi release for 1.4.2

Version 1.4.2

Released on December 11th, 2018

  • Use correct record delimiters (null for UNIX, newline for network) in SyslogHandler (thanks Jonathan Kamens)
  • Try to reconnect to SyslogHandler TCP sockets when they are disconnected (thanks Jonathan Kamens)

... (truncated)

Commits
  • 2cd4675 Merge branch 'release/1.6.0'
  • 18d97a4 Bump version
  • 011cfc2 Add release date
  • f8d5976 Update CHANGES
  • 097e3a5 Merge pull request #347 from getlogbook/feature/remove-old-compatibility-stuff
  • 6c54e0f Fix implicit concatenation on same line after black reformat
  • d755c73 Remove unused pytest markers
  • 7e90e9c Use timedelta.total_seconds()
  • 085a5ed Use importlib
  • 19d57f8 Use datetime.timestamp
  • 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.

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.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 31, 2023 00:33
@dependabot dependabot bot requested review from emmyoop and aranke and removed request for a team July 31, 2023 00:33
@dependabot dependabot bot added dependencies Changes to the version of dbt dependencies python Pull requests that update Python code labels Jul 31, 2023
@cla-bot cla-bot bot added the cla:yes label Jul 31, 2023
@github-actions
Copy link
Contributor

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.

@FishtownBuildBot FishtownBuildBot requested a review from a team as a code owner July 31, 2023 00:33
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.22%. Comparing base (518eb73) to head (45984f1).
Report is 565 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8254   +/-   ##
=======================================
  Coverage   86.22%   86.22%           
=======================================
  Files         174      174           
  Lines       25515    25515           
=======================================
  Hits        22001    22001           
  Misses       3514     3514           
Components Coverage Δ
Unit Tests 86.22% <ø> (ø)
Integration Tests 86.22% <ø> (ø)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2023

A newer version of logbook exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@emmyoop
Copy link
Member

emmyoop commented Sep 4, 2024

We don't use logbook anymore

@emmyoop emmyoop closed this Sep 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/core/logbook-gte-1.5-and-lt-1.7 branch September 4, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes dependencies Changes to the version of dbt dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants