From cc9f59075689456c5f73bd7bfe05065e2ca8ef62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:05:28 -0500 Subject: [PATCH 1/5] 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](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] * 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](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- doc/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index ed6d655..7965432 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 0b8bd8b..e039ab5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 From d6b2df743242731d9c3be100915c373cf325435a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:05:46 -0500 Subject: [PATCH 2/5] 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](https://github.com/scipy/scipy/compare/v1.8.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- doc/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 7965432..2363bf0 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -25,7 +25,7 @@ pyparsing==3.0.8 pytz==2022.1 requests==2.27.1 retworkx==0.11.0 -scipy==1.8.0 +scipy==1.10.0 semantic-version==2.7 snowballstemmer==2.2.0 Sphinx==4.5.0 diff --git a/requirements.txt b/requirements.txt index e039ab5..7c7474b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pennylane-lightning==0.30.0 PyJWT==2.4.0 requests==2.27.1 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 From bc31459b941de539dcb4f89e60de694387acbadb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:06:02 -0500 Subject: [PATCH 3/5] 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](https://github.com/urllib3/urllib3/compare/1.26.9...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- doc/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 2363bf0..4686a0c 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 7c7474b..7304c1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ retworkx==0.11.0 scipy==1.10.0 semantic-version==2.6.0 toml==0.10.2 -urllib3==1.26.9 +urllib3==1.26.18 From 4b46f0df6c023b0175e6db3352e02601e314bec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:06:20 -0500 Subject: [PATCH 4/5] 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](https://github.com/pygments/pygments/compare/2.11.2...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 4686a0c..fc54d6d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -19,7 +19,7 @@ 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 From 5b8dde30639e098ae7605ea44f42575a9978e0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:06:43 -0500 Subject: [PATCH 5/5] 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](https://github.com/psf/requests/compare/v2.27.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- doc/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index fc54d6d..597fa7d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -23,7 +23,7 @@ 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.10.0 semantic-version==2.7 diff --git a/requirements.txt b/requirements.txt index 7304c1f..23546b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ 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.10.0 semantic-version==2.6.0