Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 3b15f34

Browse files
authored
Merge pull request #63 from catalyst-cooperative/dependabot/pip/main/flake8-rst-docstrings-gte-0.2-and-lt-0.4
Update flake8-rst-docstrings requirement from <0.3,>=0.2 to >=0.2,<0.4
2 parents bbb768b + bde30c0 commit 3b15f34

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
@@ -72,7 +72,7 @@
7272
"flake8-builtins>=1.5,<3", # Avoid shadowing Python built-in names
7373
"flake8-colors>=0.1,<0.2", # Produce colorful error / warning output
7474
"flake8-docstrings>=1.5,<2", # Ensure docstrings are formatted well
75-
"flake8-rst-docstrings>=0.2,<0.3", # Allow use of ReST in docstrings
75+
"flake8-rst-docstrings>=0.2,<0.4", # Allow use of ReST in docstrings
7676
"flake8-use-fstring>=1,<2", # Highlight use of old-style string formatting
7777
"mccabe>=0.6,<0.8", # Checks that code isn't overly complicated
7878
"pandas>=1.4,<1.6",

0 commit comments

Comments
 (0)