From 78b357a7ed484ffb6ef8d5bf9428d707ed00d8d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:27:11 +0000 Subject: [PATCH 1/5] Update traitlets requirement from ~=5.5.0 to ~=5.6.0 Updates the requirements on [traitlets](https://github.com/ipython/traitlets) to permit the latest version. - [Release notes](https://github.com/ipython/traitlets/releases) - [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/traitlets/compare/5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: traitlets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bf6674fa16..5114b23c118 100644 --- a/requirements.txt +++ b/requirements.txt @@ -159,7 +159,7 @@ tomli~=2.0.1 tornado~=6.2 towncrier~=22.8.0 tqdm~=4.64.1 -traitlets~=5.5.0 +traitlets~=5.6.0 types-requests~=2.28.11 types-setuptools~=65.6.0 types-tabulate~=0.9.0 From 74a00081bd291ceb9c3d91c6bf314410cc231c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:27:20 +0000 Subject: [PATCH 2/5] Update asttokens requirement from ~=2.1.0 to ~=2.2.0 Updates the requirements on [asttokens](https://github.com/gristlabs/asttokens) to permit the latest version. - [Release notes](https://github.com/gristlabs/asttokens/releases) - [Commits](https://github.com/gristlabs/asttokens/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: asttokens dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bf6674fa16..c76e3c38687 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ alabaster==0.7.12 argon2-cffi~=21.3.0 argon2-cffi-bindings~=21.2.0 -asttokens~=2.1.0 +asttokens~=2.2.0 attrs~=22.1.0 autodocsumm==0.2.9 azure-core~=1.26.0 From 14434c6608ce9e581b5f4938da05ea2032bd2055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:28:21 +0000 Subject: [PATCH 3/5] Bump pytest-asyncio from 0.20.1 to 0.20.2 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.1 to 0.20.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.1...v0.20.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bf6674fa16..a81c9e7d14e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -112,7 +112,7 @@ PyQt5-sip~=12.11.0 pyqtgraph==0.13.1 pyrsistent==0.19.1 pytest~=7.2.0 -pytest-asyncio==0.20.1 +pytest-asyncio==0.20.2 pytest-cov~=4.0.0 pytest-forked~=1.4.0 pytest-mock~=3.10.0 From 6563197e9e22a05803cd2cfaeda206a6f81f47ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:28:29 +0000 Subject: [PATCH 4/5] Bump pytest-rerunfailures from 10.2 to 10.3 Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 10.2 to 10.3. - [Release notes](https://github.com/pytest-dev/pytest-rerunfailures/releases) - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/10.2...10.3) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bf6674fa16..3ac2f2aa0c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -116,7 +116,7 @@ pytest-asyncio==0.20.1 pytest-cov~=4.0.0 pytest-forked~=1.4.0 pytest-mock~=3.10.0 -pytest-rerunfailures==10.2 +pytest-rerunfailures==10.3 pytest-xdist~=3.0.2 python-dateutil~=2.8.2 pytz~=2022.5 From 2c8b94dea30cf19bca6b3bf4d82903e00493667e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:28:35 +0000 Subject: [PATCH 5/5] Bump nbclient from 0.7.0 to 0.7.1 Bumps [nbclient](https://github.com/jupyter/nbclient) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/jupyter/nbclient/releases) - [Changelog](https://github.com/jupyter/nbclient/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbclient/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: nbclient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bf6674fa16..e8fa3c7e960 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ msal~=1.20.0 msal-extensions~=1.0.0 mypy==0.991 mypy-extensions~=0.4.3 -nbclient==0.7.0 +nbclient==0.7.1 nbconvert~=7.2.2 nbformat~=5.7.0 nbsphinx==0.8.9