Skip to content

Commit ce555a7

Browse files
rudolfbykerpawamoy
andauthored
Prefer >=1,<2 over ==1.* for dependency ranges.
Co-authored-by: Timothée Mazzucotelli <[email protected]>
1 parent 88aa01b commit ce555a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mkdocs==1.*
2-
pymdown-extensions==10.*
3-
mkdocs-material==9.*
1+
mkdocs>=1,<2
2+
pymdown-extensions>=10,<11
3+
mkdocs-material>=9,<10

0 commit comments

Comments
 (0)