From 9f3c6b274f004897dfb655d247d2c2fa66389bdd Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Sun, 17 Sep 2023 17:21:26 -0400 Subject: [PATCH] Update Python types-setuptools package to 68.2.0.0 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index ba693ca..02f54fb 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,4 +4,4 @@ ruff==0.0.290 # Python linting # Type checking mypy==1.5.1 # Static typing -types-setuptools==68.0.0.3 # Type stubs for setuptools module +types-setuptools==68.2.0.0 # Type stubs for setuptools module