Skip to content

Commit

Permalink
Raise minimum filelock version (#12960)
Browse files Browse the repository at this point in the history
This is the version of filelock that includes py.typed

Co-authored-by: hauntsaninja <>
  • Loading branch information
hauntsaninja authored Jun 9, 2022
1 parent 9b4bce9 commit 3833277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-r mypy-requirements.txt
-r build-requirements.txt
attrs>=18.0
filelock>=3.0.0,<3.4.2; python_version<'3.7'
filelock>=3.0.0; python_version>='3.7'
filelock>=3.3.0,<3.4.2; python_version<'3.7'
filelock>=3.3.0; python_version>='3.7'
flake8==3.9.2
flake8-bugbear==22.3.20
flake8-pyi>=20.5
Expand Down

0 comments on commit 3833277

Please sign in to comment.