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 d8f58df..c957af7 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -159,4 +159,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 c86b841..b7aafbd 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.33.0" +__extension_version__ = "0.34.0" __extension_name__ = "pytket-pyquil" diff --git a/docs/changelog.rst b/docs/changelog.rst index 7dd51cc..bb0e212 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ~~~~~~~~~ +0.34.0 (March 2024) +------------------- + +* Updated pytket version requirement to 1.26. + 0.33.0 (January 2024) --------------------- diff --git a/setup.py b/setup.py index de1fdad..a393d41 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ packages=find_namespace_packages(include=["pytket.*"]), include_package_data=True, install_requires=[ - "pytket ~= 1.24", + "pytket ~= 1.26", "pyquil ~= 3.5", "typing-extensions ~= 4.2", ], diff --git a/tests/test-requirements.txt b/tests/test-requirements.txt index 6330b88..1f98cf6 100644 --- a/tests/test-requirements.txt +++ b/tests/test-requirements.txt @@ -1,5 +1,5 @@ pytest -pytest-timeout ~= 2.2.0 +pytest-timeout ~= 2.3.1 hypothesis requests_mock docker