Skip to content

Commit

Permalink
Apply rename of package xdg to xdg-base-dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
bodograumann committed Dec 30, 2023
1 parent d62ee62 commit 544064c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion holper/cli.py
Expand Up @@ -8,7 +8,7 @@

import sqlalchemy
import typer
from xdg import xdg_data_home
from xdg_base_dirs import xdg_data_home

from holper import core, iof, model, resources, sportsoftware, start

Expand Down
12 changes: 6 additions & 6 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
Expand Up @@ -22,7 +22,7 @@ pystache = "^0.6.0"
python-iconv = "^1.1"
sqlalchemy = "^2.0.23"
typer = "^0.9.0"
xdg = "^5.1.1"
xdg-base-dirs = "^6.0.1"
pydantic = "^2.5.0"
pydantic-xml = "^2.4.0"

Expand Down

0 comments on commit 544064c

Please sign in to comment.