Skip to content

Commit 5e26b3b

Browse files
authored
Upgrade userpath to 1.6.0 for locale enoding fix (#700)
* Prevents UnicodeError during `pipx ensurepath` on some systems
1 parent ab93425 commit 5e26b3b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dev
22

3+
- Fix to `pipx ensurepath` to fix behavior in user locales other than UTF-8, to fix #644. The internal change is to use userpath v1.6.0 or greater. (#700)
34

45
0.16.3
56

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ zip_safe = true
3232
python_requires = >=3.6
3333
install_requires =
3434
colorama>=0.4.4;sys_platform=="win32"
35-
userpath>=1.5.0
35+
userpath>=1.6.0
3636
argcomplete>=1.9.4, <2.0
3737
packaging>=20.0
3838
importlib-metadata>=3.3.0; python_version < '3.8'

0 commit comments

Comments
 (0)