Skip to content

Commit 0041240

Browse files
Release 0.7.11 (#520)
* Bump anytree from 2.12.0 to 2.12.1 in /server Bumps [anytree](https://github.com/c0fec0de/anytree) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/c0fec0de/anytree/releases) - [Commits](c0fec0de/anytree@2.12.0...2.12.1) --- updated-dependencies: - dependency-name: anytree dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump bcrypt from 4.0.1 to 4.1.1 in /server Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.0.1 to 4.1.1. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](pyca/bcrypt@4.0.1...4.1.1) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump tornado from 6.3.3 to 6.4 in /server Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.3 to 6.4. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.3.3...v6.4.0) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump version to 0.7.11 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45c4669 commit 0041240

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client",
3-
"version": "0.7.10",
3+
"version": "0.7.11",
44
"private": true,
55
"scripts": {
66
"build": "vite build",

server/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
tornado==6.3.3
1+
tornado==6.4
22
tornado-sqlalchemy==0.7.0
33
datetime==4.9
44
python-dateutil==2.8.2
55
pylint-ignore==2022.1025
66
marshmallow-sqlalchemy==0.29.0
77
tornado-prometheus==0.1.2
8-
bcrypt==4.0.1
9-
anytree==2.12.0
8+
bcrypt==4.1.1
9+
anytree==2.12.1

0 commit comments

Comments
 (0)