Skip to content

Commit

Permalink
Move to platformdirs 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fortysix2ahead committed Nov 13, 2023
1 parent c659465 commit 508b34d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ dependencies = [
'click ~= 8.1.7',
'fs ~= 2.4.16',
'more-itertools ~= 10.1.0',
'platformdirs >= 3.11,< 4.1',
'platformdirs ~= 4.0.0',
'pyyaml ~= 6.0.1',
'requests ~= 2.31.0',
'rich ~= 13.6.0',
'typing_extensions~=4.8.0',
'typing_extensions ~= 4.8.0',
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdocs~=1.5.3
mkdocs-click~=0.8.1
mkdocs-material~=9.4.7
more-itertools ~= 10.1.0
platformdirs>=3.11,<4.1
platformdirs ~= 4.0.0
requests~=2.31.0
rich~=13.6.0
setuptools~=68.2.2
Expand Down

0 comments on commit 508b34d

Please sign in to comment.