Skip to content

[MNT] [Dependabot](deps): Update biopython requirement from >=1.83 to >=1.87#572

Merged
siddharth7113 merged 1 commit into
mainfrom
dependabot/pip/biopython-gte-1.87
May 4, 2026
Merged

[MNT] [Dependabot](deps): Update biopython requirement from >=1.83 to >=1.87#572
siddharth7113 merged 1 commit into
mainfrom
dependabot/pip/biopython-gte-1.87

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on biopython to permit the latest version.

Changelog

Sourced from biopython's changelog.

30 March 2026: Biopython 1.87

Migrated from setup.py to pyproject.toml for packaging configuration.

Addressed security issue CVE-2025-68463 in Bio.Entrez.Parser if parsing untrusted files.

Additionally, a number of small bugs and typos have been fixed with additions to the test suite and type annotations.

Many thanks to the Biopython developers and community for making this release possible, especially the following contributors:

  • Michiel de Hoon
  • Peter Cock
  • Timothy Dennis (first contribution)
  • Ziyan Rao (first contribution)
  • Manuel Lera-Ramirez
  • Sebastian Pipping

28 October 2025: Biopython 1.86

This release of Biopython supports Python 3.10, 3.11, 3.12, 3.13 and 3.14. It has also been tested on PyPy3.10 v7.3.19.

Bio.SearchIO now supports parsing the tabular and plain text output of Infernal <http://eddylab.org/infernal/> (v1.0.0+) RNA search tool. The format names are infernal-tab and infernal-text.

The default value of the gap score of a PairwiseAligner object was changed in this release. Previously, for consistency with Bio.pairwise2, the default value for gap score was 0. However, this means that a mismatch, an insertion followed by a deletion, and a deletion followed by an insertion all get assigned a score of 0. The aligner then finds a large number of alignments that are logically the same, but have trivial differences between them. For example, aligning AAACAAA to AAAGAAA previously yielded the following three alignments, all with score 6::

 AAACAAA        AAAC-AAA        AAA-CAAA
 AAAGAAA        AAA-GAAA        AAAG-AAA

With the new default parameter for the gap score, only the first alignment is returned.

Bio.PDB.PDBIO now ensures that b-factor values are always at most 6 characters to ensure that we do not violate the wwPDB specification. This should not have an impact on the majority of uses, as b-factor values are generally small (less than 100). When 1000 <= b-factor < 10_000, the value is rounded to a single decimal place. When,

... (truncated)

Commits

Updates the requirements on [biopython](https://github.com/biopython/biopython) to permit the latest version.
- [Changelog](https://github.com/biopython/biopython/blob/master/NEWS.rst)
- [Commits](https://github.com/biopython/biopython/commits)

---
updated-dependencies:
- dependency-name: biopython
  dependency-version: '1.87'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/biopython-gte-1.87 branch from ef9eaff to fdbe944 Compare April 30, 2026 11:51
@siddharth7113 siddharth7113 merged commit 1560fcc into main May 4, 2026
18 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/biopython-gte-1.87 branch May 4, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant