From c883f6c38ef7a77ce253443de070d6c06d9b033c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:27:03 +0000 Subject: [PATCH] Bump setuptools from 65.5.1 to 70.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.1 to 70.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v65.5.1...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 7d21183..a2004ba 100644 --- a/Pipfile +++ b/Pipfile @@ -38,7 +38,7 @@ mccabe = "*" # https://github.com/PyCQA/mccabe pycodestyle = "*" # https://github.com/PyCQA/pycodestyle pyflakes = "*" # https://github.com/PyCQA/pyflakes pylint = "*" # https://pylint.org/Update requests version -setuptools = "==65.5.1" # for pycallgraph +setuptools = "==70.0.0" # for pycallgraph vprof = "*" # https://github.com/nvdv/vprof watchdog = {extras = ["watchmedo"], version = "*"}