diff options
Diffstat (limited to '')
-rw-r--r-- | requirements-dev.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 9bf1117..15505a7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pytest>=2.7.0 tox>=1.9.2 behave>=1.2.4 -black>=22.3.0 +black>=23.3.0 pexpect==3.3; platform_system != "Windows" pre-commit>=1.16.0 coverage>=5.0.4 @@ -10,4 +10,4 @@ docutils>=0.13.1 autopep8>=1.3.3 twine>=1.11.0 wheel>=0.33.6 -sshtunnel>=0.4.0
\ No newline at end of file +sshtunnel>=0.4.0 |