From cf1578a50952812ebe29620451a88bf5cb107802 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Fri, 21 Oct 2022 20:42:07 -0700 Subject: [PATCH] Bump dependency versions (#232) --- wpiformat/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpiformat/setup.py b/wpiformat/setup.py index a402f01..f0a2f14 100644 --- a/wpiformat/setup.py +++ b/wpiformat/setup.py @@ -69,7 +69,7 @@ zip_safe=True, setup_requires=["pytest-runner"], tests_require=["pytest"], - install_requires=["regex==2021.11.10", "black==22.6.0"], + install_requires=["regex==2022.9.13", "black==22.10.0"], license="BSD License", classifiers=[ "Development Status :: 5 - Production/Stable",