Skip to content

Commit

Permalink
Merge pull request #13 from fortysix2ahead/dependabot/pip/platformdir…
Browse files Browse the repository at this point in the history
…s-gte-3.11-and-lt-4.1

Update platformdirs requirement from ~=3.11.0 to >=3.11,<4.1
  • Loading branch information
fortysix2ahead authored Nov 13, 2023
2 parents da57a02 + e1f701a commit c659465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
'click ~= 8.1.7',
'fs ~= 2.4.16',
'more-itertools ~= 10.1.0',
'platformdirs ~= 3.11.0',
'platformdirs >= 3.11,< 4.1',
'pyyaml ~= 6.0.1',
'requests ~= 2.31.0',
'rich ~= 13.6.0',
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.0
platformdirs>=3.11,<4.1
requests~=2.31.0
rich~=13.6.0
setuptools~=68.2.2
Expand Down

0 comments on commit c659465

Please sign in to comment.