From 8f3b30a04f0ffd5902075f15c52bc276e54ff690 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sun, 23 Jun 2024 05:42:18 -0400 Subject: [PATCH] build: bump tornado to version 6.4.1 Signed-off-by: Eric Callahan --- pyproject.toml | 2 +- scripts/moonraker-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9238379..b46f934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] dependencies = [ "tornado==6.2.0 ; python_version=='3.7'", - "tornado==6.4.0 ; python_version>='3.8'", + "tornado==6.4.1 ; python_version>='3.8'", "pyserial==3.4", "pyserial-asyncio==0.6", "pillow==9.5.0 ; python_version=='3.7'", diff --git a/scripts/moonraker-requirements.txt b/scripts/moonraker-requirements.txt index 2cd3809..9bffbbf 100644 --- a/scripts/moonraker-requirements.txt +++ b/scripts/moonraker-requirements.txt @@ -1,7 +1,7 @@ # Python dependencies for Moonraker --find-links=python_wheels tornado==6.2.0 ; python_version=='3.7' -tornado==6.4.0 ; python_version>='3.8' +tornado==6.4.1 ; python_version>='3.8' pyserial==3.4 pyserial-asyncio==0.6 pillow==9.5.0 ; python_version=='3.7'