Skip to content

Update needletail requirement from 0.6 to 0.7#162

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/needletail-0.7
Open

Update needletail requirement from 0.6 to 0.7#162
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/needletail-0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on needletail to permit the latest version.

Release notes

Sourced from needletail's releases.

v0.7.1

Added

  • Build Python 3.14 wheels (#109)

Fixed

  • Add missing id, seq, and qual attributes of the Record class to the Python stub file (#106)
  • Fix multiline comment in python.rs module (#107)

Thanks @​apcamargo! 🎉

Changelog

Sourced from needletail's changelog.

[0.7.1] - 2025-12-10

Added

  • Build Python 3.14 wheels (#109)

Fixed

  • Add missing id, seq, and qual attributes of the Record class to the Python stub file (#106)
  • Fix multiline comment in python.rs module (#107)

[0.7.0] - 2025-04-18

Added

  • Add the phred_quality_score method to the Python Record class (#98)
  • Add Phred decoding functionality (#102)

[0.4.1] - 2020-03-12

Added

  • ParseErrorKind::EmptyFile variant to handle cases where there are less than two bytes in a file [#51[51]]

[0.4.0] - 2020-07-08

Changed

  • Added parse_fastx_file which replaces parse_sequence_reader and offers an iterator like usage and is faster than 0.3. Also adds parse_fastx_reader and parse_fastx_stdin.
  • SequenceRecord now offers more information about the file such as line ending, which allows writing a file identical to the input one.

[0.3.0] - 2019-09-12

Added

  • Improved error reporting (i.e., a parse failure now gives the record it failed on).
  • Significant code cleanup and additional linting (cargo clippy).
  • Significant additional test coverage, including via fuzzing.
  • Significant improvements to library documentation.

Changed

  • The .kmers method has been simplified and a new .canonical_kmers method has been introduced with much of the original's functionality.
  • Added parse_sequence_reader, which replaces fastx_stream and fastx_bytes.
  • fastx_cli updated and renamed to parse_sequence_path.
  • SeqRecord is now SequenceRecord and many of its methods are now in the Sequence trait (e.g., working on byte slices).
  • Automatic decompression now takes Read instead of Read + Seek so we can handle e.g. gzip files piped in through stdin.
  • See this link for additional details on updating code to v0.3.0.

Removed

  • Single-file zip handling (zip requires Seek) 😞

[0.3.1] - 2019-09-18

Fixed

... (truncated)

Commits

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

Updates the requirements on [needletail](https://github.com/onecodex/needletail) to permit the latest version.
- [Release notes](https://github.com/onecodex/needletail/releases)
- [Changelog](https://github.com/onecodex/needletail/blob/master/CHANGELOG.md)
- [Commits](onecodex/needletail@v0.6.0...v0.7.1)

---
updated-dependencies:
- dependency-name: needletail
  dependency-version: 0.7.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 30, 2026
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants