Commits on Source (10)
-
Stefan Hynek authored
-
Stefan Hynek authored
tag with release version if applicable; else tag with commit short sha
-
Stefan Hynek authored
Resolve "refactor release workflow" Closes #29 See merge request !19
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
Resolve "achieve reuse compliance" Closes #31 See merge request !21
-
Stefan Hynek authored
also, update cheroot, sentry-sdk close #32
-
Stefan Hynek authored
Resolve "update wsgidav to 4.1.0" Closes #32 See merge request !22
-
Stefan Hynek authored
## [1.1.3](1.1.2...1.1.3) (2022-11-29) ### Bug Fixes * **wsgidav:** update to remediate GHSA-xx6g-jj35-pxjv, CVE-2022-41905 ([a6f91cc2](a6f91cc2)), closes [#32](#32)
Showing
- .cz.yaml 1 addition, 1 deletion.cz.yaml
- .dockerignore 1 addition, 1 deletion.dockerignore
- .gitignore 1 addition, 1 deletion.gitignore
- .gitlab-ci.yml 7 additions, 5 deletions.gitlab-ci.yml
- .pre-commit-config.yaml 1 addition, 1 deletion.pre-commit-config.yaml
- .pylintrc 1 addition, 1 deletion.pylintrc
- .vscode/launch.json.license 1 addition, 1 deletion.vscode/launch.json.license
- .vscode/settings.json.license 1 addition, 1 deletion.vscode/settings.json.license
- AUTHORS 11 additions, 0 deletionsAUTHORS
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- CHANGELOG.md.license 1 addition, 1 deletionCHANGELOG.md.license
- Dockerfile 1 addition, 1 deletionDockerfile
- LICENSES/AGPL-3.0-or-later.txt 235 additions, 0 deletionsLICENSES/AGPL-3.0-or-later.txt
- docker-compose.yml 1 addition, 1 deletiondocker-compose.yml
- package-lock.json.license 1 addition, 1 deletionpackage-lock.json.license
- package.json 1 addition, 2 deletionspackage.json
- package.json.license 1 addition, 1 deletionpackage.json.license
- requirements.dev.txt 1 addition, 1 deletionrequirements.dev.txt
- requirements.txt 4 additions, 4 deletionsrequirements.txt
- src/main.py 4 additions, 0 deletionssrc/main.py
AUTHORS
0 → 100644
LICENSES/AGPL-3.0-or-later.txt
0 → 100644
This diff is collapsed.
# SPDX-FileCopyrightText: 2022 Stefan Hynek | ||
# SPDX-FileCopyrightText: 2022 Georg-August-Universität Göttingen | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients/-/archive/ce076d15a29aeb13a87cc33d343b6730a2ec22ec/textgrid-python-clients-1d58717eb0175514eba5dec759c07c4be3090f16.tar.gz | ||
cheroot==8.5.2 | ||
sentry-sdk==1.4.3 | ||
WsgiDAV==4.0.1 | ||
cheroot==9.0.0 | ||
sentry-sdk==1.11.1 | ||
WsgiDAV==4.1.0 |