Skip to content

Commit b32b0f2

Browse files
authored
Merge pull request #91 from CQCL/release/1.26.0
Release/1.26.0
2 parents cbdcb29 + 366c163 commit b32b0f2

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
- package-ecosystem: "github-actions"
66
directory: "/"
77
schedule:
8-
interval: "daily"
8+
interval: "weekly"
99
- package-ecosystem: pip
1010
directory: "/"
1111
schedule:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ jobs:
115115
steps:
116116
- name: Deploy to GitHub Pages
117117
id: deployment
118-
uses: actions/[email protected].3
118+
uses: actions/[email protected].4

dev-tool-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nox==2023.4.22
2-
poetry==1.7.1
1+
nox==2024.3.2
2+
poetry==1.8.2

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
~~~~~~~~~
33

4+
0.33.0 (March 2024)
5+
-------------------
6+
7+
* Updated pytket version requirement to 1.26.
8+
49
0.32.0 (January 2024)
510
---------------------
611

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Nox sessions."""
2+
23
import os
34
import shlex
45
import sys

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytket-aqt"
3-
version = "0.32.0"
3+
version = "0.33.0"
44
description = "Extension for pytket, providing access to AQT backends"
55
authors = ["TKET development team <[email protected]>"]
66
license = "Apache 2"
@@ -27,7 +27,7 @@ classifiers= [
2727

2828
[tool.poetry.dependencies]
2929
python = ">=3.10"
30-
pytket = "^1.24"
30+
pytket = "^1.26"
3131
requests = "^2.22"
3232
types-requests = "*"
3333
pydantic = "^2.0"

0 commit comments

Comments
 (0)