From 683aeb50051e5d7d755c58d24f77cd442389734a Mon Sep 17 00:00:00 2001 From: Katharine Hyatt <67932820+kshyatt-aws@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:48:48 -0400 Subject: [PATCH] change: Bump versions to 0.9.2, update deps (#95) --- Project.toml | 12 ++++++------ PyBraket/Project.toml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Project.toml b/Project.toml index 90ba0f1e..7929bbde 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Braket" uuid = "19504a0f-b47d-4348-9127-acc6cc69ef67" authors = ["Katharine Hyatt "] -version = "0.9.1" +version = "0.9.2" [deps] AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc" @@ -33,7 +33,7 @@ Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] -AWS = "=1.90.4" +AWS = "=1.91.0" AWSS3 = "=0.11.2" Aqua = "=0.8" AxisArrays = "=0.4.7" @@ -47,21 +47,21 @@ DecFP = "=1.3.2" Distributed = "1.6" Distributions = "=0.25.76" Downloads = "1" -Graphs = "=1.11.1" +Graphs = "=1.11.2" HTTP = "=1.10.8" InteractiveUtils = "1.6" -JLD2 = "=0.4.48" +JLD2 = "=0.4.51" JSON3 = "=1.14.0" LinearAlgebra = "1.6" Logging = "1.6" Markdown = "=0.7.5" -Mocking = "=0.7.6" +Mocking = "=0.7.9" NamedTupleTools = "=0.14.3" OrderedCollections = "=1.6.3" Pkg = "1.6" Random = "1.6" SparseArrays = "1.6" -StaticArrays = "=1.9.5" +StaticArrays = "=1.9.7" Statistics = "1.6" StructTypes = "=1.10.0" Tar = "1.9.3" diff --git a/PyBraket/Project.toml b/PyBraket/Project.toml index b1df275e..0c240b7c 100644 --- a/PyBraket/Project.toml +++ b/PyBraket/Project.toml @@ -1,7 +1,7 @@ name = "PyBraket" uuid = "e85266a6-1825-490b-a80e-9b9469c53660" authors = ["Katharine Hyatt "] -version = "0.9.1" +version = "0.9.2" [deps] Braket = "19504a0f-b47d-4348-9127-acc6cc69ef67" @@ -14,11 +14,11 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" [compat] Aqua = "=0.8" -Braket = "=0.9.1" -CondaPkg = "=0.2.22" +Braket = "=0.9.2" +CondaPkg = "=0.2.23" DataStructures = "=0.18.20" LinearAlgebra = "1.6" -PythonCall = "=0.9.20" +PythonCall = "=0.9.21" Statistics = "1" StructTypes = "=1.10.0" Test = "1.6"