1 Commits

Author SHA1 Message Date
dependabot[bot]
146c202ff3 Bump sqlparse from 0.5.1 to 0.5.4 in /example
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.1 to 0.5.4.
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.1...0.5.4)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-version: 0.5.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-13 18:25:18 +00:00
3 changed files with 1 additions and 33 deletions

View File

@@ -1,31 +0,0 @@
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
{
"hermes": "https://software-metadata.pub/ns/hermes/"
}
],
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0000-0001-9447-460X",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Senckenberg Society for Nature Research"
},
"familyName": "Bauer",
"givenName": "Daniel",
"email": "daniel.bauer@senckenberg.de"
}
],
"description": "django_signposting is a Django middleware library that facilitates the addition of FAIR signposting headers to HTTP responses. This middleware helps in making your data more FAIR (Findable, accessible, interoperable, reuseable) by embedding signposting headers in responses, guiding clients to relevant resources linked to the response content.",
"keywords": [
"django",
"FAIR",
"signposting",
"links"
],
"license": "https://spdx.org/licenses/MIT",
"name": "FAIR signposting middleware for Django"
}

View File

@@ -1 +0,0 @@
main

View File

@@ -13,6 +13,6 @@ requests==2.32.3
rfc3987==1.3.8
signposting==0.9.9
soupsieve==2.6
sqlparse==0.5.1
sqlparse==0.5.4
urllib3==2.2.3
rocrate==0.11.0