Skip to content

Commit

Permalink
avoid tomlkit versions with memory leak (#6160)
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Aug 13, 2022
1 parent 8c1d168 commit 35281d9
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 54 deletions.
106 changes: 53 additions & 53 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ platformdirs = "^2.5.2"
requests = "^2.18"
requests-toolbelt = "^0.9.1"
shellingham = "^1.5"
tomlkit = ">=0.11.1,<1.0.0"
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
tomlkit = ">=0.11.1,<1.0.0,!=0.11.2,!=0.11.3"
# exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953
virtualenv = "(>=20.4.3,<20.4.5 || >=20.4.7)"
xattr = { version = "^0.9.7", markers = "sys_platform == 'darwin'" }
Expand Down

0 comments on commit 35281d9

Please sign in to comment.