From f81ddddeedb265beb43c21a207a101b92af00d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 17:07:42 +0000 Subject: [PATCH 1/2] build(deps-dev): bump types-requests from 2.27.12 to 2.27.13 Bumps [types-requests](https://github.com/python/typeshed) from 2.27.12 to 2.27.13. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests 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 d49bb1f7..de7cc10d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ flake8-use-fstring==1.3 mypy==0.941 pep8-naming==0.12.1 safety==1.10.3 -types-requests==2.27.12 +types-requests==2.27.13 # Code formatting tools autopep8==1.6.0 From 221d15e54f4992717da17d235ff651ab10761e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 17:07:55 +0000 Subject: [PATCH 2/2] build(deps-dev): bump setuptools from 60.9.3 to 60.10.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 60.9.3 to 60.10.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v60.9.3...v60.10.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:development update-type: version-update:semver-minor ... 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 d49bb1f7..f57ca129 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ wheel # We can't rely on just picking this up from either the base (not venv), # or venv-init-time version. Specify here so that dependabot will prod us # about new versions. -setuptools==60.9.3 +setuptools==60.10.0 # Static analysis tools flake8==4.0.1