Skip to content

Commit

Permalink
Bump cython from 0.29.28 to 3.0.7 (#374)
Browse files Browse the repository at this point in the history
* Bump cython from 0.29.28 to 3.0.7

Bumps [cython](https://github.com/cython/cython) from 0.29.28 to 3.0.7.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.28...3.0.7)

---
updated-dependencies:
- dependency-name: cython
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pybind11 from 2.9.2 to 2.11.1 (#368)

Bumps [pybind11](https://github.com/pybind/pybind11) from 2.9.2 to 2.11.1.
- [Release notes](https://github.com/pybind/pybind11/releases)
- [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.rst)
- [Commits](pybind/pybind11@v2.9.2...v2.11.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump symengine from 0.9.2 to 0.11.0 (#369)

Bumps [symengine](https://github.com/symengine/symengine.py) from 0.9.2 to 0.11.0.
- [Release notes](https://github.com/symengine/symengine.py/releases)
- [Commits](symengine/symengine.py@v0.9.2...v0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump psutil from 5.9.6 to 5.9.7 (#370)

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.6 to 5.9.7.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.9.6...release-5.9.7)

---
updated-dependencies:
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pbr from 5.8.1 to 6.0.0 (#372)

Bumps [pbr](https://docs.openstack.org/pbr/latest/) from 5.8.1 to 6.0.0.

---
updated-dependencies:
- dependency-name: pbr
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 02b12bc commit 52d3d77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ipykernel==6.22.0
jinja2==3.0.3
nbsphinx==0.9.3
pennylane==0.30.0
pybind11==2.9.2
pybind11==2.11.1
pygments==2.17.2
pygments-github-lexers==0.0.5
qiskit==0.44.1
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ certifi==2023.11.17
cffi==1.15.1
charset-normalizer==3.1.0
cryptography==41.0.7
Cython==0.29.28
Cython==3.0.7
dill==0.3.6
future==0.18.3
idna==3.3
Expand All @@ -16,11 +16,11 @@ ninja==1.11.1
ntlm-auth==1.5.0
numpy==1.22.3
orjson==3.6.8
pbr==5.8.1
pbr==6.0.0
pennylane==0.30.0
PennyLane-Lightning==0.30.0
ply==3.11
psutil==5.9.6
psutil==5.9.7
pycparser==2.21
python-constraint==1.4.0
python-dateutil==2.8.2
Expand All @@ -37,7 +37,7 @@ scipy==1.10.1
semantic-version==2.10.0
six==1.16.0
stevedore==5.0.0
symengine==0.9.2
symengine==0.11.0
sympy==1.12
toml==0.10.2
tweedledum==1.1.1
Expand Down

0 comments on commit 52d3d77

Please sign in to comment.