Skip to content

Commit c7efe53

Browse files
authored
Update setup.py
1 parent 138eaec commit c7efe53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
REQUIRED = []
3636

3737
# What packages are optional?
38-
EXTRAS = {"test": ["pytest", "mock", "ruff==0.5.7"]}
38+
EXTRAS = {"test": ["pytest", "mock", "ruff==0.6.1"]}
3939

4040
# Import the README and use it as the long-description.
4141
# Note: this will only work if 'README.md' is present in your MANIFEST.in file!

0 commit comments

Comments
 (0)