Skip to content

Commit

Permalink
Merge pull request #138 from CQCL/release/1.26.0
Browse files Browse the repository at this point in the history
Release/1.26.0
  • Loading branch information
cqc-melf authored Mar 19, 2024
2 parents 1a27519 + 593dc35 commit 8857842
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: pip
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/[email protected].3
uses: actions/[email protected].4
2 changes: 1 addition & 1 deletion _metadata.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__extension_version__ = "0.34.1"
__extension_version__ = "0.35.0"
__extension_name__ = "pytket-braket"
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
~~~~~~~~~

0.35.0 (March 2024)
-------------------

* Updated pytket version requirement to 1.26.

0.34.1 (January 2024)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket ~= 1.24",
"pytket ~= 1.26",
"amazon-braket-sdk ~= 1.53",
"amazon-braket-schemas ~= 1.19",
"amazon-braket-default-simulator ~= 1.20",
Expand Down
2 changes: 1 addition & 1 deletion tests/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest
pytest-timeout ~= 2.2.0
pytest-timeout ~= 2.3.1
hypothesis
requests_mock

0 comments on commit 8857842

Please sign in to comment.