Bump dependencies

This commit is contained in:
Adam Goldsmith 2024-03-02 14:01:35 -05:00
parent 2b0db0489a
commit ac2ee587fc
3 changed files with 523 additions and 511 deletions

1023
pdm.lock

File diff suppressed because it is too large Load Diff

2
pdm.toml Normal file
View File

@ -0,0 +1,2 @@
[strategy]
save = "compatible"

View File

@ -8,10 +8,11 @@ authors = [
{name = "Adam Goldsmith", email = "adam@adamgoldsmith.name"}, {name = "Adam Goldsmith", email = "adam@adamgoldsmith.name"},
] ]
dependencies = [ dependencies = [
"esphome~=2023.4", "esphome~=2024.2",
"tornado~=6.2", "tornado~=6.4",
"esptool~=4.5", "esptool~=4.7",
"pip>=23.1", "pip~=24.0",
"setuptools~=69.1",
] ]
requires-python = ">=3.10" requires-python = ">=3.10"
license = {text = "MIT"} license = {text = "MIT"}