diff options
| author | Bernát Gábor <gaborjbernat@gmail.com> | 2023-02-07 11:14:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-07 11:14:09 -0800 |
| commit | e08778baaaad2f410477b41d5e73cfff7acbe8b0 (patch) | |
| tree | ef96bfb6af5aa24cc4a2965566a94ab9d1895e3f | |
| parent | da9f201ebcd4cf915b1ba07fa4bfbb3cb90547a9 (diff) | |
| download | virtualenv-e08778baaaad2f410477b41d5e73cfff7acbe8b0.tar.gz | |
Bump platformdirs dependency to <4 (#2502)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Resolves https://github.com/pypa/virtualenv/issues/2499
| -rw-r--r-- | docs/changelog/2499.feature.rst | 1 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/changelog/2499.feature.rst b/docs/changelog/2499.feature.rst new file mode 100644 index 0000000..ce4f4e3 --- /dev/null +++ b/docs/changelog/2499.feature.rst @@ -0,0 +1 @@ +Allow platformdirs version ``3`` - by :user:`cdce8p`. diff --git a/pyproject.toml b/pyproject.toml index 2c8d262..5169e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "distlib<1,>=0.3.6", "filelock<4,>=3.4.1", 'importlib-metadata>=4.8.3; python_version < "3.8"', - "platformdirs<3,>=2.4", + "platformdirs<4,>=2.4", ] optional-dependencies.docs = [ "furo>=2022.12.7", |
