daq-tools / kotori

A flexible data historian based on InfluxDB, Grafana, MQTT, and more. Free, open, simple.
https://getkotori.org/
GNU Affero General Public License v3.0
107 stars 17 forks source link

Update plumbum requirement from <1.7,>=1.6.1 to >=1.6.1,<1.9 #161

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on plumbum to permit the latest version.

Release notes

Sourced from plumbum's releases.

Version 1.8.2

What's Changed

New Contributors

Full Changelog: https://github.com/tomerfiliba/plumbum/compare/v1.8.1...v1.8.2

Changelog

Sourced from plumbum's changelog.

1.8.2

  • Fix author metadata on PyPI package and add static check ([#648](https://github.com/tomerfiliba/plumbum/issues/648) <https://github.com/tomerfiliba/plumbum/pull/648>_)
  • Add testing for Python 3.12 beta 1 ([#650](https://github.com/tomerfiliba/plumbum/issues/650) <https://github.com/tomerfiliba/plumbum/pull/650>_)
  • Use Ruff for linting ([#643](https://github.com/tomerfiliba/plumbum/issues/643) <https://github.com/tomerfiliba/plumbum/pull/643>_)
  • Paths: Add type hinting for Path ([#646](https://github.com/tomerfiliba/plumbum/issues/646) <https://github.com/tomerfiliba/plumbum/pull/646>_)

1.8.1

  • Accept path-like objects ([#627](https://github.com/tomerfiliba/plumbum/issues/627) <https://github.com/tomerfiliba/plumbum/pull/627>_)
  • Move the build backend to hatchling and hatch-vcs. Users should be unaffected. Third-party packaging may need to adapt to the new build system. ([#607](https://github.com/tomerfiliba/plumbum/issues/607) <https://github.com/tomerfiliba/plumbum/pull/607>_)

1.8.0

  • Drop Python 2.7 and 3.5 support, add 3.11 support ([#573](https://github.com/tomerfiliba/plumbum/issues/573) <https://github.com/tomerfiliba/plumbum/pull/573>_)
  • Lots of extended checks and fixes for problems exposed.
  • Color: support NO_COLOR/FORCE_COLOR ([#575](https://github.com/tomerfiliba/plumbum/issues/575) <https://github.com/tomerfiliba/plumbum/pull/575>_)
  • Commands: New iter_lines buffer_size parameter ([#582](https://github.com/tomerfiliba/plumbum/issues/582) <https://github.com/tomerfiliba/plumbum/pull/582>_)
  • Commands: cache remote commands ([#583](https://github.com/tomerfiliba/plumbum/issues/583) <https://github.com/tomerfiliba/plumbum/pull/583>_)
  • SSH: Support reverse tunnels and dynamically allocated ports ([#608](https://github.com/tomerfiliba/plumbum/issues/608) <https://github.com/tomerfiliba/plumbum/pull/608>_)
  • CLI: add Set(..., all_markers={"*", "all"}) and fix support for other separators ([#619](https://github.com/tomerfiliba/plumbum/issues/619) <https://github.com/tomerfiliba/plumbum/pull/619>_)
  • CLI: support future annotations ([#621](https://github.com/tomerfiliba/plumbum/issues/621) <https://github.com/tomerfiliba/plumbum/pull/621>_)
  • Color: fix the ABC ([#617](https://github.com/tomerfiliba/plumbum/issues/617) <https://github.com/tomerfiliba/plumbum/pull/617>_)
  • Exceptions: fix for exception pickling ([#586](https://github.com/tomerfiliba/plumbum/issues/586) <https://github.com/tomerfiliba/plumbum/pull/586>_)
  • Fix for StdinDataRedirection and modifiers ([#605](https://github.com/tomerfiliba/plumbum/issues/605) <https://github.com/tomerfiliba/plumbum/pull/605>_)

1.7.2

  • Commands: avoid issue mktemp issue on some BSD variants ([#571](https://github.com/tomerfiliba/plumbum/issues/571) <https://github.com/tomerfiliba/plumbum/pull/571>_)
  • Better specification of dependency on pywin32 ([#568](https://github.com/tomerfiliba/plumbum/issues/568) <https://github.com/tomerfiliba/plumbum/pull/568>_)
  • Some DeprecationWarnings changed to FutureWarnings ([#567](https://github.com/tomerfiliba/plumbum/issues/567) <https://github.com/tomerfiliba/plumbum/pull/567>_)

1.7.1

  • Paths: glob with local paths no longer expands the existing path too ([#552](https://github.com/tomerfiliba/plumbum/issues/552) <https://github.com/tomerfiliba/plumbum/pull/552>_)
  • Paramiko: support reverse tunnels ([#562](https://github.com/tomerfiliba/plumbum/issues/562) <https://github.com/tomerfiliba/plumbum/pull/562>_)
  • SSHMachine: support forwarding Unix sockets in .tunnel() ([#550](https://github.com/tomerfiliba/plumbum/issues/550) <https://github.com/tomerfiliba/plumbum/pull/550>_)
  • CLI: Support COLOR_GROUP_TITLES ([#553](https://github.com/tomerfiliba/plumbum/issues/553) <https://github.com/tomerfiliba/plumbum/pull/553>_)
  • Fix a deprecated in Python 3.10 warning ([#563](https://github.com/tomerfiliba/plumbum/issues/563) <https://github.com/tomerfiliba/plumbum/pull/563>_)
  • Extended testing and checking on Python 3.10 and various PyPy versions. Nox is supported for easier new-user development.

1.7.0

... (truncated)

Commits
  • fee37af docs: add changelog for 1.8.2
  • 2283af6 ci: add 3.12 beta testing (#650)
  • f590bea ci: use trusted publisher deployment (#649)
  • 33f0083 Add warning about pipeline stalling (#640)
  • c2c2275 chore: add type hints to abstractmethods of Path (#646)
  • bc32edc fix: add and update checks (#648)
  • c03482b chore(deps): bump pypa/gh-action-pypi-publish from 1.8.3 to release/v1 (#645)
  • 9a9ad92 chore(deps): bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 (#641)
  • 83c0506 chore(deps): bump pypa/gh-action-pypi-publish from 1.8.0 to 1.8.1 (#638)
  • 4b40628 chore(deps): bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.0 (#637)
  • 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 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.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (55bf8c4) 78.59% compared to head (8e742a1) 78.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #161 +/- ## ======================================= Coverage 78.59% 78.59% ======================================= Files 55 55 Lines 3014 3014 ======================================= Hits 2369 2369 Misses 645 645 ``` | [Flag](https://app.codecov.io/gh/daq-tools/kotori/pull/161/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/daq-tools/kotori/pull/161/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools) | `78.59% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.