diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f384d36..0d8ea0b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: pip directory: "/" schedule: diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1a89600..4243ef8 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -163,4 +163,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4.0.3 + uses: actions/deploy-pages@v4.0.4 diff --git a/_metadata.py b/_metadata.py index 70265d1..361f8cd 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.34.1" +__extension_version__ = "0.35.0" __extension_name__ = "pytket-braket" diff --git a/docs/changelog.rst b/docs/changelog.rst index 0ecb3c6..25d03b9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ~~~~~~~~~ +0.35.0 (March 2024) +------------------- + +* Updated pytket version requirement to 1.26. + 0.34.1 (January 2024) --------------------- diff --git a/setup.py b/setup.py index 15f398d..8891962 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/tests/test-requirements.txt b/tests/test-requirements.txt index 7103107..3e2e603 100644 --- a/tests/test-requirements.txt +++ b/tests/test-requirements.txt @@ -1,4 +1,4 @@ pytest -pytest-timeout ~= 2.2.0 +pytest-timeout ~= 2.3.1 hypothesis requests_mock