Skip to content

Commit a60a42d

Browse files
authored
Upgrade regex package (#225)
1 parent 04157fc commit a60a42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpiformat/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
zip_safe=True,
7171
setup_requires=["pytest-runner"],
7272
tests_require=["pytest"],
73-
install_requires=["regex==2021.08.21", "yapf==0.31.0"],
73+
install_requires=["regex==2021.11.10", "yapf==0.31.0"],
7474
license="BSD License",
7575
classifiers=[
7676
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)