Skip to content

Commit

Permalink
Bump the python-packages group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) and [pyquil](https://github.com/rigetti/pyquil) to permit the latest version.

Updates `pytest-timeout` to 2.2.0
- [Commits](pytest-dev/pytest-timeout@1.4.2...2.2.0)

Updates `pyquil` to 4.1.1
- [Release notes](https://github.com/rigetti/pyquil/releases)
- [Changelog](https://github.com/rigetti/pyquil/blob/master/CHANGELOG.md)
- [Commits](rigetti/pyquil@v3.5.0...v4.1.1)

---
updated-dependencies:
- dependency-name: pytest-timeout
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pyquil
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 1216261 commit 88268ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
include_package_data=True,
install_requires=[
"pytket ~= 1.21",
"pyquil ~= 3.5",
"pyquil >= 3.5,< 5.0",
"typing-extensions ~= 4.2",
],
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion tests/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest
pytest-timeout ~= 1.4.2
pytest-timeout ~= 2.2.0
hypothesis
requests_mock
docker

0 comments on commit 88268ae

Please sign in to comment.