From c6140ffc9ad82ca350ab719fc715c9f60eec1801 Mon Sep 17 00:00:00 2001 From: fretchen Date: Sat, 11 May 2024 23:17:04 +0200 Subject: [PATCH] Version update --- poetry.lock | 14 +++++++------- requirements.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0c484ea..db090c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1297,13 +1297,13 @@ files = [ [[package]] name = "pre-commit" -version = "3.7.0" +version = "3.7.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, - {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, + {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, + {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, ] [package.dependencies] @@ -2071,13 +2071,13 @@ files = [ [[package]] name = "sqooler" -version = "0.7.0" +version = "0.7.1" description = "Code that enables validated cloud access to quantum hardware (simulators)" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "sqooler-0.7.0-py3-none-any.whl", hash = "sha256:2e92d71753a41d628ac5efc53d858549bd3894bbb344673a4ff1d3d0d10e81f6"}, - {file = "sqooler-0.7.0.tar.gz", hash = "sha256:8f96e6887e9c4de7e9fa39c60326d6a7b91466c75718b38caffc270b379e94dc"}, + {file = "sqooler-0.7.1-py3-none-any.whl", hash = "sha256:e4d920ca0f6776402c3ae23d29335abfeea65e6b75803e76c02d20b86b1b61b3"}, + {file = "sqooler-0.7.1.tar.gz", hash = "sha256:9f5ca6322ce9e5dbed289c75fb6b02471f3de0f033c445dbc949158643fe3aa1"}, ] [package.dependencies] diff --git a/requirements.txt b/requirements.txt index e4007f6..a2796a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ scipy==1.13.0 ; python_version >= "3.10" and python_version < "4.0" setuptools-scm==8.1.0 ; python_version >= "3.10" and python_version < "4.0" setuptools==69.5.1 ; python_version >= "3.10" and python_version < "4.0" six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" -sqooler==0.7.0 ; python_version >= "3.10" and python_version < "4.0" +sqooler==0.7.1 ; python_version >= "3.10" and python_version < "4.0" stone==3.3.3 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" typing-extensions==4.11.0 ; python_version >= "3.10" and python_version < "4.0"