From 872a833c5dee517920d4d7db848ba7a05e06eb8b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 17 Jun 2024 09:05:29 +0000
Subject: [PATCH] chore(deps-py): bump guppylang from 0.5.0 to 0.5.2 (#410)
Bumps [guppylang](https://github.com/CQCL/guppy) from 0.5.0 to 0.5.2.
Release notes
Sourced from guppylang's
releases.
v0.5.2
0.5.2
(2024-06-13)
Bug Fixes
v0.5.1
0.5.1
(2024-06-12)
Bug Fixes
Changelog
Sourced from guppylang's
changelog.
0.5.2
(2024-06-13)
Bug Fixes
0.5.1
(2024-06-12)
Bug Fixes
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=guppylang&package-manager=pip&previous-version=0.5.0&new-version=0.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
poetry.lock | 8 ++++----
pyproject.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 1dfea5f0..cce675d8 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -178,13 +178,13 @@ test = ["coverage", "pytest (>=7,<8.1)", "pytest-cov", "pytest-mock (>=3)"]
[[package]]
name = "guppylang"
-version = "0.5.0"
+version = "0.5.2"
description = "Pythonic quantum-classical programming language"
optional = false
python-versions = "<4.0,>=3.10"
files = [
- {file = "guppylang-0.5.0-py3-none-any.whl", hash = "sha256:989af91e61d3140adb7b0fe4a5051e989502ba714d55bfe04093a357a2741176"},
- {file = "guppylang-0.5.0.tar.gz", hash = "sha256:18863b02f74138368621ef6dc37b4d240738f34279eaf7b497b3cb5f5ed516f4"},
+ {file = "guppylang-0.5.2-py3-none-any.whl", hash = "sha256:fc7f397869c96280fb19ed1eb7ef55e6a3198235e73dabf937cea106e91ee1f4"},
+ {file = "guppylang-0.5.2.tar.gz", hash = "sha256:a7716e5fa15190f9c3cadaec363f4f1a59660251cb7c45b180d96500cec9346f"},
]
[package.dependencies]
@@ -1034,4 +1034,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
-content-hash = "8cb1c4d800ec2d33d91c478d1dbb5307dcc6753011a620a39b8e1397aec3719c"
+content-hash = "7ffc42b58e4780c0a5476d204b68d5a553bf31f65837b3b569156d7657fd970a"
diff --git a/pyproject.toml b/pyproject.toml
index 1255ae7f..f515337d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ mypy = "^1.9.0"
hypothesis = "^6.103.2"
graphviz = "^0.20"
pre-commit = "^3.7.1"
-guppylang = "^0.5.0"
+guppylang = "^0.5.2"
[build-system]
requires = ["maturin~=1.5.1"]