Skip to content

Commit

Permalink
deps: replace appdirs with platformdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Sep 18, 2024
1 parent 87f3e53 commit 2a2c768
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
19 changes: 4 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ python = "^3.8.1"
pyperclip = "^1.8.2"
PyYAML = "^6.0"
tzlocal = "2.1"
appdirs = "^1.4.4"
textual = "^0.79.1"
python-dateutil = "^2.8.2"
sqlalchemy = "^2.0.31"

platformdirs = "^4.3.6"
[tool.poetry.group.dev.dependencies]
ruff = "^0.5.3"
pre-commit = "^3.2.2"
Expand Down

0 comments on commit 2a2c768

Please sign in to comment.