diff options
author | Bernát Gábor <gaborjbernat@gmail.com> | 2022-12-05 20:37:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 20:37:15 -0800 |
commit | c5013f356e07183b0c2b7abeffd23a05fd404314 (patch) | |
tree | 45ece3cc183cc484fc74716ebf3a4d9fc67f8524 /pyproject.toml | |
parent | 4c77457137993c43da7a74aab49943283183f3e1 (diff) | |
download | tox-git-c5013f356e07183b0c2b7abeffd23a05fd404314.tar.gz |
Better handling of build backend without editable support and add --exit-and-dump-after flag (#2597)
Resolves https://github.com/tox-dev/tox/issues/2567
Resolves https://github.com/tox-dev/tox/issues/2595
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7589432e..c703ced6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ dependencies = [ "pluggy>=1", "pyproject-api>=1.2.1", 'tomli>=2.0.1; python_version < "3.11"', - "virtualenv>=20.17", - "filelock>=3.8.1", + "virtualenv>=20.17.1", + "filelock>=3.8.2", 'importlib-metadata>=5.1; python_version < "3.8"', 'typing-extensions>=4.4; python_version < "3.8"', ] |