Skip to content

Commit 0cd6f5c

Browse files
authoredMar 7, 2024
change: Bump dependency versions (#71)
* change: Bump dependency versions * fix: bump PyBraket too * fix: CI for windows
1 parent 099c000 commit 0cd6f5c

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
 

‎.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: "Dev PyBraket package on Windows"
4545
if: ${{ matrix.os == 'windows-latest' }}
4646
run: |
47-
julia --project -e 'using Pkg; Pkg.develop(path=joinpath(pwd(), \"PyBraket\"))'
47+
julia --project -e 'using Pkg; Pkg.develop(path=joinpath(pwd(), "PyBraket"))'
4848
# must escape for windows
4949
- name: "Dev PyBraket package on OSX"
5050
if: ${{ matrix.os == 'macOS-latest' }}

‎Project.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Braket"
22
uuid = "19504a0f-b47d-4348-9127-acc6cc69ef67"
33
authors = ["Katharine Hyatt <hyatkath@amazon.com>"]
4-
version = "0.8.1"
4+
version = "0.8.2"
55

66
[deps]
77
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
@@ -32,24 +32,24 @@ Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
3232
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
3333

3434
[compat]
35-
AWS = "=1.90.3"
35+
AWS = "=1.90.4"
3636
AWSS3 = "=0.11.2"
3737
Aqua = "=0.8"
3838
Base64 = "1.6"
3939
AxisArrays = "=0.4.7"
40-
CSV = "=0.10.12"
40+
CSV = "=0.10.13"
4141
CodeTracking = "=1.3.5"
42-
Compat = "=4.10.1"
43-
DataStructures = "=0.18.15"
42+
Compat = "=4.14.0"
43+
DataStructures = "=0.18.18"
4444
Dates = "1.6"
4545
DecFP = "=1.3.2"
4646
Distributions = "=0.25.76"
4747
Distributed = "1.6"
4848
Downloads = "1"
4949
Graphs = "=1.9.0"
50-
HTTP = "=1.10.1"
50+
HTTP = "=1.10.3"
5151
InteractiveUtils = "1.6"
52-
JLD2 = "=0.4.41"
52+
JLD2 = "=0.4.46"
5353
JSON3 = "=1.14.0"
5454
LinearAlgebra = "1.6"
5555
Logging = "1.6"

‎PyBraket/Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PyBraket"
22
uuid = "e85266a6-1825-490b-a80e-9b9469c53660"
33
authors = ["Katharine Hyatt <hyatkath@amazon.com>"]
4-
version = "0.8.1"
4+
version = "0.8.2"
55

66
[deps]
77
Braket = "19504a0f-b47d-4348-9127-acc6cc69ef67"
@@ -14,9 +14,9 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
1414

1515
[compat]
1616
Aqua = "=0.8"
17-
Braket = "=0.8.1"
17+
Braket = "=0.8.2"
1818
CondaPkg = "=0.2.22"
19-
DataStructures = "=0.18.15"
19+
DataStructures = "=0.18.18"
2020
LinearAlgebra = "1.6"
2121
PythonCall = "=0.9.15"
2222
Statistics = "1"

0 commit comments

Comments
 (0)