Skip to content

Commit

Permalink
pyproject: update dependencies
Browse files Browse the repository at this point in the history
- Require at least filelock >= 3.9. This is Debian's (bookworm) minimum and using that distribution as a standard, I think it's a good target as its where users are likely to meet the mesa requirement for DXVK, Python, and python-xlib. Users should strive to use the latest version available, but an actual hard minimum version for this application would be at least where the context manager protocol was supported which was 1.0.0. A better one would be at least the commit where the module's reported memory leak was addressed, which looks to be 3.0.7
  • Loading branch information
R1kaB3rN committed Sep 19, 2024
1 parent aced441 commit e42043a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ classifiers = [
urls = { repository = "https://github.com/Open-Wine-Components/umu-launcher" }
dependencies = [
"python-xlib>=0.33",
"filelock>=3.15.4",
"filelock>=3.9.0",
]

[project.scripts]
Expand Down

0 comments on commit e42043a

Please sign in to comment.