diff --git a/requirements-dev.txt b/requirements-dev.txt index d49bb1f7..31b82fc3 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 @@ -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