From 138fd9440aa105ca5e826ba710ec2ed934a8f71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 03:01:03 +0000 Subject: [PATCH 1/4] Bump types-python-dateutil from 2.8.7 to 2.8.8 Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.7 to 2.8.8. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-python-dateutil dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7773ff01a..6e6b27b88 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,4 +26,4 @@ types-requests==2.27.7 types-tabulate==0.8.5 # Extensions to datetime library -types-python-dateutil==2.8.7 \ No newline at end of file +types-python-dateutil==2.8.8 \ No newline at end of file From 013262f7e2055b2d0561d35b5ce5a222b959a544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 03:01:07 +0000 Subject: [PATCH 2/4] Bump mkdocs-material from 8.1.7 to 8.1.8 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.7 to 8.1.8. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.1.7...8.1.8) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 15124b543..0368c90ff 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,4 +1,4 @@ mkdocs==1.2.3 -mkdocs-material==8.1.7 +mkdocs-material==8.1.8 mdx_truly_sane_lists==1.2 pymdown-extensions==9.1 From cf79cef7bab8379b2784604b303f445ff81c13d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 03:01:24 +0000 Subject: [PATCH 3/4] Bump types-filelock from 3.2.4 to 3.2.5 Bumps [types-filelock](https://github.com/python/typeshed) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-filelock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7773ff01a..e16d7891e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ nbconvert==6.4.0 # mypy types types-cachetools==4.2.9 -types-filelock==3.2.4 +types-filelock==3.2.5 types-requests==2.27.7 types-tabulate==0.8.5 From b8413410d1e8d0f314bcf9b0475aebb9097938fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 03:01:33 +0000 Subject: [PATCH 4/4] Bump fastapi from 0.72.0 to 0.73.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.72.0 to 0.73.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.72.0...0.73.0) --- updated-dependencies: - dependency-name: fastapi 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 ddbda38ad..12004df59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ python-rapidjson==1.5 sdnotify==0.3.2 # API Server -fastapi==0.72.0 +fastapi==0.73.0 uvicorn==0.17.0 pyjwt==2.3.0 aiofiles==0.8.0