Skip to content

Commit 6074c5c

Browse files
Bump tornado from 6.4 to 6.4.1 in /docker/sds-api/spine-directory-service/sds (#614)
* Bump tornado in /docker/sds-api/spine-directory-service/sds Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4 to 6.4.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Trigger build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven McCullagh <steven.mccullagh@madetech.com> Co-authored-by: stevenmccullaghmadetech <118556488+stevenmccullaghmadetech@users.noreply.github.com>
1 parent babceff commit 6074c5c

4 files changed

Lines changed: 20 additions & 15 deletions

File tree

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"java.compile.nullAnalysis.mode": "automatic",
3+
"java.configuration.updateBuildConfiguration": "interactive"
4+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Contributions to this project are welcome from anyone, providing that they confo
2020
### Licensing
2121
This code is dual licensed under the MIT license and the OGL (Open Government License). Any new work added to this repository must conform to the conditions of these licenses. In particular this means that this project may not depend on GPL-licensed or AGPL-licensed libraries, as these would violate the terms of those libraries' licenses.
2222

23-
The contents of this repository are protected by Crown Copyright ©.
23+
The contents of this repository are protected by Crown Copyright © 2024.
2424

2525
## Development
2626

docker/sds-api/spine-directory-service/sds/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ coverage = "~=4.5"
88
unittest-xml-reporting = "~=2.5"
99

1010
[packages]
11-
tornado = "~=6.0"
11+
tornado = "~=6.4"
1212
ldap3 = "~=2.8.1"
1313
isodate = "~=0.6"
1414
python-json-logger = "~=2.0.1"

docker/sds-api/spine-directory-service/sds/Pipfile.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)