Skip to content

Commit bfd4610

Browse files
Merge pull request #514 from AndreWohnsland/dev
Update dependencies
2 parents 7108dba + 008b11f commit bfd4610

File tree

4 files changed

+698
-676
lines changed

4 files changed

+698
-676
lines changed

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ readme = "readme.md"
77
requires-python = ">= 3.13"
88

99
dependencies = [
10-
"gitpython>=3.1.43",
11-
"requests>=2.32.3",
10+
"gitpython>=3.1.46",
11+
"requests>=2.32.5",
1212
"sumup>=0.0.22",
13-
"pyyaml>=6.0.1",
14-
"typer>=0.12.3",
15-
"pyfiglet>=1.0.2",
16-
"pillow>=10.4.0",
13+
"pyyaml>=6.0.3",
14+
"typer>=0.24.0",
15+
"pyfiglet>=1.0.4",
16+
"pillow>=12.1.1",
1717
"psutil>=6.0.0",
1818
"distro>=1.9.0",
19-
"fastapi[standard]>=0.115.12",
20-
"uvicorn>=0.34.0",
21-
"sse-starlette>=2.1.3",
19+
"fastapi[standard]>=0.129.0",
20+
"uvicorn>=0.41.0",
21+
"sse-starlette>=3.2.0",
2222
"mfrc522>=0.0.7 ; sys_platform == 'linux'",
2323
"rpi-ws281x>=5.0.0 ; sys_platform == 'linux'",
2424
"gpiozero>=2.0.1 ; sys_platform == 'linux'",
2525
"rpi-gpio>=0.7.1 ; sys_platform == 'linux'",
2626
"python-periphery>=2.4.1",
27-
"sqlalchemy>=2.0.40",
28-
"alembic>=1.14.1",
29-
"pulp>=3.2.2",
27+
"sqlalchemy>=2.0.46",
28+
"alembic>=1.18.4",
29+
"pulp>=3.3.0",
3030
"stamina>=25.2.0",
3131
"adafruit-circuitpython-mcp230xx>=2.5.19",
3232
"adafruit-circuitpython-pcf8574>=1.0.15",

0 commit comments

Comments
 (0)