Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2025

Updates the requirements on rdflib to permit the latest version.

Release notes

Sourced from rdflib's releases.

2025-10-30 RELEASE 7.4.0

This release addresses a couple of bugs and improves the testing matrix by adding python 3.12, 3.13 and 3.14 to the test matrix.

This is also the first RDFLib release to use MkDocs for documentation.

See the CHANGELOG.md for more details.

Full Changelog: RDFLib/rdflib@7.3.0...7.4.0

Changelog

Sourced from rdflib's changelog.

2025-09-19 RELEASE 7.2.1

A tiny clean up release.

Fixes:

  • Previous RDFLib releases required all downstream projects to specify <4.0.0. This release relaxes this requirement to allow Python 3.8.1 and later.

2025-09-19 RELEASE 7.2.0

This release contains a number of fixes and improvements to RDFLib.

New features:

  • Canonicalization is now optional in the longturtle serializer. When serializing with the longturtle format, set canon=True to enable canonicalization.
  • General type hints enhancements

Fixes:

  • Fixed deskolemization of literals
  • Fixed round-tripping of floats in N3 - floating point and scientific notation handling
  • Fixed CI validation workflow, including regressions in tests
  • Fixed Literal.toPython date conversion for gYear/gYearMonth
  • Fixed namespace prefixes in longturtle serialization
  • Fixed missing dot in RDF patch serialization

PRs merged:

... (truncated)

Commits
  • c2c94e5 chore: prep 7.4.0 release (#3289)
  • 6a04c63 chore(v7): upgrade ci and dev/test deps (#3288)
  • 8685a85 fix: set changed size when iterating the store's graphs (#3281)
  • 9b14b8f feat: v7 mkdocs (#3287)
  • 0ab817f added TypeError to test_roundtrip[test_other__service1], because different er...
  • ec04ee9 chore: 7.3.0 post release (#3278)
  • 3b67ea7 build: prep 7.3.0 (#3277)
  • 634638f feat: add Dataset iadd support (#3268)
  • 72287e4 fix: RecursiveSerializer- outputs undeclared prefix for predicates that conta...
  • 2a902e5 fix: allow static type checkers to infer term's new type (#3266)
  • Additional commits viewable 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 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 <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 [rdflib](https://github.com/RDFLib/rdflib) to permit the latest version.
- [Release notes](https://github.com/RDFLib/rdflib/releases)
- [Changelog](https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md)
- [Commits](RDFLib/rdflib@4.2.2...7.4.0)

---
updated-dependencies:
- dependency-name: rdflib
  dependency-version: 7.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 31, 2025
@codecov
Copy link

codecov bot commented Oct 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.18%. Comparing base (72051e2) to head (45f4a14).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2172   +/-   ##
=======================================
  Coverage   85.18%   85.18%           
=======================================
  Files          46       46           
  Lines        8332     8332           
  Branches     1954     1954           
=======================================
  Hits         7098     7098           
  Misses        768      768           
  Partials      466      466           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mr-c mr-c merged commit 0037b6d into main Oct 31, 2025
91 of 92 checks passed
@mr-c mr-c deleted the dependabot/pip/rdflib-gte-4.2.2-and-lt-7.5 branch October 31, 2025 08:26
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.

2 participants