Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump rdflib from 6.3.2 to 7.1.0 #12664

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps rdflib from 6.3.2 to 7.1.0.

Release notes

Sourced from rdflib's releases.

2024-10-17 RELEASE 7.1.0

This minor release incorporates just over 100 substantive PRs - interesting things submitted by people - and around 140 auto-generated update PRs from dependabot and similar.

There are no major changes in this release over 7.0.0 and this release can be used in place of 7.0.0 without much worry about altered behaviour.

Since the previous release, we have updated the way auto-generated PRs are handled to ease the job of maintainers.

Due to the large numbers of PRs contained in this release, an abbreviated listing of them only is provided in the release notes in the Changelog file entry for this release.

RDFlib 7.0.0

2023-08-02 RELEASE 7.0.0

This is a major release with relatively slight breaking changes, new features and bug fixes.

The most notable breaking change relates to how RDFLib handles the publicID parameter of the Graph.parse and Dataset.parse methods. Most users should not be affected by this change.

Instructions on adapting existing code to the breaking changes can be found in the upgrade guide from Version 6 to Version 7 which should be available here.

It is likely that the next couple of RDFLib releases will all be major versions, mostly because there are some more shortcomings of RDFLib's public interface that should be addressed.

If you use RDFLib, please consider keeping an eye on discussions, issues and pull-requests labelled with "feedback wanted".

A big thanks to everyone who contributed to this release.

BREAKING CHANGE: don't use publicID as the name for the default graph. (#2406)

Commit 4b96e9d, closes #2406.

When parsing data into a ConjunctiveGraph or Dataset, the triples in the default graphs in the sources were loaded into a graph named publicID.

This behaviour has been changed, and now the triples from the default graph in source RDF documents will be loaded into ConjunctiveGraph.default_context or Dataset.default_context.

The publicID parameter to ConjunctiveGraph.parse and Dataset.parse constructors will now only be used as the base URI for relative URI resolution.

... (truncated)

Changelog

Sourced from rdflib's changelog.

2024-10-17 RELEASE 7.1.0

This minor release incorporates just over 100 substantive PRs - interesting things submitted by people - and around 140 auto-generated update PRs from dependabot and similar.

There are no major changes in this release over 7.0.0 and this release can be used in place of 7.0.0 without much worry about altered behaviour.

Since the previous release, we have updated the way auto-generated PRs are handled to ease the job of maintainers.

Due to the large numbers of PRs contained in this release, an abbreviated listing of them only is provided here:

Merged human-made PRs:

... (truncated)

Commits
  • ac03f37 7.1.0 release (#2933)
  • 44e4e02 Revert "build(deps): bump library/python in /docker/unstable (#2926)" (#2932)
  • 8ab6251 build(deps): bump library/python in /docker/unstable (#2926)
  • 7956712 Bovlb patch 1 (#2931)
  • 9c469b5 Redo XSD Datetime, Date, Time, Duration parser and serializers (#2929)
  • cc25f16 Don't export hasjes to requirements.txt from poetry, in readthedocs generatio...
  • 989ad89 Use pytest in one more test and update contributing guide (#2919)
  • 1d44438 build(deps): bump library/python in /docker/latest (#2920)
  • cfdb8cd build(deps-dev): bump ruff from 0.6.8 to 0.6.9 (#2921)
  • 57a6a48 build(deps): bump library/python in /docker/unstable (#2922)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [rdflib](https://github.com/RDFLib/rdflib) from 6.3.2 to 7.1.0.
- [Release notes](https://github.com/RDFLib/rdflib/releases)
- [Changelog](https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md)
- [Commits](RDFLib/rdflib@6.3.2...7.1.0)

---
updated-dependencies:
- dependency-name: rdflib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2024
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Oct 21, 2024
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.05%. Comparing base (fbd853d) to head (d1f7d68).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12664      +/-   ##
==========================================
+ Coverage   60.80%   67.05%   +6.25%     
==========================================
  Files         951      951              
  Lines       56913    56913              
  Branches     6720     6720              
==========================================
+ Hits        34605    38163    +3558     
+ Misses      20766    17141    -3625     
- Partials     1542     1609      +67     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants