diff --git a/poetry.lock b/poetry.lock index 06bbd97f..55ec4ea3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. [[package]] name = "astroid" @@ -2153,15 +2153,17 @@ files = [ [[package]] name = "schedule" -version = "1.2.1" +version = "1.2.2" description = "Job scheduling for humans." optional = false python-versions = ">=3.7" files = [ - {file = "schedule-1.2.1-py2.py3-none-any.whl", hash = "sha256:14cdeb083a596aa1de6dc77639a1b2ac8bf6eaafa82b1c9279d3612823063d01"}, - {file = "schedule-1.2.1.tar.gz", hash = "sha256:843bc0538b99c93f02b8b50e3e39886c06f2d003b24f48e1aa4cadfa3f341279"}, + {file = "schedule-1.2.2-py3-none-any.whl", hash = "sha256:5bef4a2a0183abf44046ae0d164cadcac21b1db011bdd8102e4a0c1e91e06a7d"}, ] +[package.extras] +timezone = ["pytz"] + [[package]] name = "scipy" version = "1.13.1" @@ -2462,4 +2464,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "eb5b52d85ed92745facd5ea23770f627c570ac385523506d75f0ab5b5d9b48a2" +content-hash = "566952d750fcc09561ca64dca85511de6d43a683b38e98d51f6ed39b0bbe723e" diff --git a/pyproject.toml b/pyproject.toml index 7a9c8c59..c73985f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pycairo = "1.26.0" python = ">=3.9,<3.13" pyzmq = "26.0.3" requests = "2.32.2" -schedule = "1.2.1" +schedule = "1.2.2" scipy = "1.13.1" sigmf = "1.2.1" sysrsync = "1.1.1"