Skip to content

Commit d15bae6

Browse files
Version bump
1 parent e97bbcd commit d15bae6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

mediux_posters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"get_state_root",
77
"setup_logging",
88
]
9-
__version__ = "0.1.0"
9+
__version__ = "0.2.0"
1010

1111
import logging
1212
import os

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["hatchling"]
44

55
[dependency-groups]
66
dev = [
7-
"pre-commit >= 4.0.1"
7+
"pre-commit >= 4.1.0"
88
]
99

1010
[project]
@@ -26,13 +26,13 @@ classifiers = [
2626
"Typing :: Typed"
2727
]
2828
dependencies = [
29-
"PlexAPI >= 4.16.0",
29+
"PlexAPI >= 4.16.1",
3030
"beautifulsoup4 >= 4.12.3",
31-
"pydantic >= 2.10.4",
31+
"pydantic >= 2.10.6",
3232
"requests >= 2.32.3",
3333
"rich >= 13.9.4",
34-
"tomli >= 2.2.1 ; python_version < \"3.11\"",
35-
"tomli-w >= 1.1.0",
34+
"tomli >= 2.2.1 ; python_version < '3.11'",
35+
"tomli-w >= 1.2.0",
3636
"typer >= 0.15.1"
3737
]
3838
description = ""

0 commit comments

Comments
 (0)