Skip to content

Commit

Permalink
Bump dependency versions (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Oct 22, 2022
1 parent 452be68 commit cf1578a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpiformat/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cf1578a

Please sign in to comment.