Skip to content

Commit

Permalink
Release 0.7.11 (#520)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Tim020 and dependabot[bot] authored Dec 3, 2023
1 parent 45c4669 commit 0041240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.7.10",
"version": "0.7.11",
"private": true,
"scripts": {
"build": "vite build",
Expand Down
6 changes: 3 additions & 3 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
tornado==6.3.3
tornado==6.4
tornado-sqlalchemy==0.7.0
datetime==4.9
python-dateutil==2.8.2
pylint-ignore==2022.1025
marshmallow-sqlalchemy==0.29.0
tornado-prometheus==0.1.2
bcrypt==4.0.1
anytree==2.12.0
bcrypt==4.1.1
anytree==2.12.1

0 comments on commit 0041240

Please sign in to comment.