Skip to content

chore(deps): update orjsonl requirement from <1.0,>=0.3 to >=0.3,<2.0 in /loculus-silo#6063

Merged
anna-parker merged 1 commit into
mainfrom
dependabot/pip/loculus-silo/orjsonl-gte-0.3-and-lt-2.0
Mar 2, 2026
Merged

chore(deps): update orjsonl requirement from <1.0,>=0.3 to >=0.3,<2.0 in /loculus-silo#6063
anna-parker merged 1 commit into
mainfrom
dependabot/pip/loculus-silo/orjsonl-gte-0.3-and-lt-2.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on orjsonl to permit the latest version.

Release notes

Sourced from orjsonl's releases.

v1.0.0

Changed

  • Version bump to 1.0.0 to flag that orjsonl is stable.

Fixed

  • Fixed links to version numbers in the changelog.
Changelog

Sourced from orjsonl's changelog.

[1.0.0] - 2023-11-09

Changed

  • Fixed links to version numbers in this changelog.
  • Version bump to 1.0.0 to flag that orjsonl is stable.

[0.3.1] - 2023-10-08

Changed

  • Added tests for append() and extend() with newline set to False to achieve 100% coverage.

[0.3.0] - 2023-10-08

Added

  • Added the extend() function, which serializes and appends an iterable of Python objects to a UTF-8-encoded jsonl file.

Changed

  • Changed the append() function to serialize and append a single Python object to a UTF-8-encoded jsonl file.

[0.2.2] - 2022-12-24

Fixed

[0.2.1] - 2022-11-23

Added

  • Added new keywords to the project metadata.

Changed

  • Rephrased and simplifed the README file.
  • Changed the order of stream() and load() in orjsonl.py.

Fixed

  • Corrected typos in the README file.
  • Corrected typos in the changelog.
  • Corrected typos in docstrings.

[0.2.0] - 2022-11-22

Added

  • Added support for gzip, bzip2, xz and Zstandard compression to load(), stream(), save() and append() as requested in #1.
  • Created py.typed.
  • Ensured that load(), stream(), save() and append() are tested with compressed jsonl files.

Changed

  • Changed stream() to return a generator rather than a map.
  • Changed load(), stream(), save() and append() to rely on xopen.xopen() rather than open().
  • Updated the package description and README file to reflect the fact that orjsonl now supports compression.

Fixed

  • Fixed #1 by ensuring that stream() closes jsonl files whenever a generator has been exhuasted.
  • Corrected typos in the changelog.
  • Corrected typos in docstrings.
  • Ensured that optional arguments are type hinted as such.
  • Updated dependencies to prevent the use of versions of orjson older than 3.7.7.

... (truncated)

Commits
  • 055e185 Releasing v1.0.0.
  • 00bf864 Version bump to flag that orjsonl is stable.
  • 5bfef20 Reformatting README.
  • 36a9d1f Fixing typos
  • ef8a215 Added tests for append() and extend() with newline set to False to ac...
  • See full diff in compare view

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)

🚀 Preview: Add preview label to enable

Updates the requirements on [orjsonl](https://github.com/umarbutler/orjsonl) to permit the latest version.
- [Release notes](https://github.com/umarbutler/orjsonl/releases)
- [Changelog](https://github.com/umarbutler/orjsonl/blob/main/CHANGELOG.md)
- [Commits](umarbutler/orjsonl@v0.3.0...v1.0.0)

---
updated-dependencies:
- dependency-name: orjsonl
  dependency-version: 1.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 1, 2026
@anna-parker anna-parker merged commit ba3673a into main Mar 2, 2026
78 checks passed
@anna-parker anna-parker deleted the dependabot/pip/loculus-silo/orjsonl-gte-0.3-and-lt-2.0 branch March 2, 2026 16:44
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.

1 participant