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

Bump pyshacl from 0.20.0 to 0.21.0 #1014

Merged
merged 1 commit into from
Apr 10, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Bumps pyshacl from 0.20.0 to 0.21.0.

Release notes

Sourced from pyshacl's releases.

v0.21.0 - 2023-03-31

In this release:

Added

  • New HTTP Server functionality
    • run PySHACL as a persistent service, exposing an OpenAPI3.0-compatible REST interface
  • Detection of filename when downloading web attachments is added
  • Better detection of invalid integer values for sh:minLength and sh:maxLength string constraints.

Fixed

  • Opening a http link that has chunked encoding, or content-disposition attachment will now work correctly.
Changelog

Sourced from pyshacl's changelog.

[0.21.0] - 2023-03-31

In this release:

Added

  • New HTTP Server functionality
    • run PySHACL as a persistent service, exposing an OpenAPI3.0-compatible REST interface
  • Detection of filename when downloading web attachments is added
  • Better detection of invalid integer values for sh:minLength and sh:maxLength string constraints.

Fixed

  • Opening a http link that has chunked encoding, or content-disposition attachment will now work correctly.
Commits
  • 88d4835 Fix non-nested import in HTTP server
  • 9ac6fa7 Formatting and fix linting
  • 6323931 Add new HTTP REST API service
  • e799188 Add new ability to download chunked or content-type disposition files, from H...
  • f9c28d8 Add better detection of invalid integers in sh:minLength and sh:maxLength str...
  • d218a01 Fix pytest tests return values, to avoid the new warning.
  • efec034 Fix tox config to work with Tox v4.0+. Add Python v3.11 support to tox config.
  • ee6980f Bump pytest version as per previous PR.
  • ae98bfb Merge pull request #171 from RDFLib/fix_dependabot
  • cf2fab4 fix dependabot/1
  • 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 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)

@dependabot dependabot bot added the Type: Dependencies Pull requests that update a dependency file label Apr 10, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/pyshacl-0.21.0 branch from 970961c to 6af26e3 Compare April 10, 2023 15:14
Bumps [pyshacl](https://github.com/RDFLib/pySHACL) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/RDFLib/pySHACL/releases)
- [Changelog](https://github.com/RDFLib/pySHACL/blob/master/CHANGELOG.md)
- [Commits](RDFLib/pySHACL@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: pyshacl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pyshacl-0.21.0 branch from 6af26e3 to c12ae3c Compare April 10, 2023 15:15
@codeclimate
Copy link

codeclimate bot commented Apr 10, 2023

Code Climate has analyzed commit c12ae3c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 84.4% (0.1% change).

View more on Code Climate.

@calina-c calina-c merged commit ee3824c into main Apr 10, 2023
@calina-c calina-c deleted the dependabot/pip/pyshacl-0.21.0 branch April 10, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant