Skip to content

Commit

Permalink
Bump netqasm from 0.13.3 to 0.15.0
Browse files Browse the repository at this point in the history
Bumps [netqasm](https://github.com/QuTech-Delft/netqasm) from 0.13.3 to 0.15.0.
- [Changelog](https://github.com/QuTech-Delft/netqasm/blob/v0.15.0/CHANGELOG.md)
- [Commits](QuTech-Delft/netqasm@v0.13.3...v0.15.0)

---
updated-dependencies:
- dependency-name: netqasm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 4e6e100 commit 7aefc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_long_description():
],
license="MIT",
packages=find_packages(where="src", exclude=["*tests*"]),
install_requires=["typer[all]", "netqasm==0.13.3", "pydantic>=2.1.1", "pydantic-settings",
install_requires=["typer[all]", "netqasm==0.15.0", "pydantic>=2.1.1", "pydantic-settings",
"tabulate", "jsonschema>=4.19.0", "referencing", "pyyaml", "typing-extensions",
"apistar", "typesystem==0.2.4", "pyjwt"],
extras_require={
Expand Down

0 comments on commit 7aefc62

Please sign in to comment.