Skip to content

Commit

Permalink
Dependabot updates (#65)
Browse files Browse the repository at this point in the history
* Bump certifi from 2022.12.7 to 2023.7.22 (#64)

* Bump certifi from 2022.12.7 to 2023.7.22

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](certifi/python-certifi@2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump certifi from 2022.12.7 to 2023.7.22 in /doc (#57)

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](certifi/python-certifi@2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

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

---------

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

* Bump scipy from 1.8.0 to 1.10.0 (#63)

Bumps [scipy](https://github.com/scipy/scipy) from 1.8.0 to 1.10.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.8.0...v1.10.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
...

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

* Bump urllib3 from 1.26.9 to 1.26.18 (#58)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.9...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

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

* Bump pygments from 2.11.2 to 2.15.0 in /doc (#59)

Bumps [pygments](https://github.com/pygments/pygments) from 2.11.2 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.11.2...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
...

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

* Bump requests from 2.27.1 to 2.31.0 (#62)

Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.27.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
lillian542 and dependabot[bot] authored Dec 15, 2023
1 parent 112643e commit 2ce6191
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ autograd==1.4
autoray==0.3.1
Babel==2.9.1
cachetools==5.0.0
certifi==2022.12.7
certifi==2023.7.22
charset-normalizer==2.0.12
docutils==0.16
future==0.18.2
Expand All @@ -19,13 +19,13 @@ numpy==1.22.3
packaging==21.3
pennylane==0.30.0
PennyLane-Lightning==0.30.0
Pygments==2.11.2
Pygments==2.15.0
PyJWT==2.4.0
pyparsing==3.0.8
pytz==2022.1
requests==2.27.1
requests==2.31.0
retworkx==0.11.0
scipy==1.8.0
scipy==1.10.0
semantic-version==2.7
snowballstemmer==2.2.0
Sphinx==4.5.0
Expand All @@ -37,7 +37,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
toml==0.10.2
urllib3==1.26.9
urllib3==1.26.18
# do not pin
pennylane-sphinx-theme
zipp==3.8.0
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ appdirs==1.4.4
autograd==1.4
autoray==0.3.1
cachetools==5.0.0
certifi==2022.12.7
certifi==2023.7.22
charset-normalizer==2.0.12
future==0.18.2
idna==3.3
Expand All @@ -12,9 +12,9 @@ numpy==1.22.3
pennylane==0.30.0
pennylane-lightning==0.30.0
PyJWT==2.4.0
requests==2.27.1
requests==2.31.0
retworkx==0.11.0
scipy==1.8.0
scipy==1.10.0
semantic-version==2.6.0
toml==0.10.2
urllib3==1.26.9
urllib3==1.26.18

0 comments on commit 2ce6191

Please sign in to comment.