Skip to content

Commit bc1aec7

Browse files
Python3.9 dependency range correction (#3038)
Co-authored-by: Mr. Walls <kendrick-walls-work@users.noreply.github.com>
1 parent 44b7bd6 commit bc1aec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dynamic = [
4545
]
4646
dependencies = [
4747
"distlib>=0.3.7,<1",
48-
"filelock>=3.16.1,<4; python_version<'3.10'",
48+
"filelock>=3.16.1,<=3.19.1; python_version<'3.10'",
4949
"filelock>=3.20.1,<4; python_version>='3.10'",
5050
"importlib-metadata>=6.6; python_version<'3.8'",
5151
"platformdirs>=3.9.1,<5",

0 commit comments

Comments
 (0)