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 = "*"}