Skip to content

Commit

Permalink
requirements update
Browse files Browse the repository at this point in the history
  • Loading branch information
jsl12 committed Oct 11, 2024
1 parent 6c760b0 commit 4f6346e
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile pyproject.toml
#
aiohappyeyeballs==2.4.0
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.10.5
aiohttp==3.10.10
# via
# aiohttp-jinja2
# appdaemon (pyproject.toml)
# aiohttp-jinja2
# sockjs
aiohttp-jinja2==1.6
# via appdaemon (pyproject.toml)
aiosignal==1.3.1
# via aiohttp
annotated-types==0.7.0
# via pydantic
astral==3.2
# via appdaemon (pyproject.toml)
async-timeout==4.0.3
Expand All @@ -27,7 +25,7 @@ bidict==0.23.1
# via python-socketio
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
deepdiff==8.0.1
# via appdaemon (pyproject.toml)
Expand All @@ -39,15 +37,15 @@ frozenlist==1.4.1
# aiosignal
h11==0.14.0
# via wsproto
idna==3.8
idna==3.10
# via
# requests
# yarl
iso8601==2.1.0
# via appdaemon (pyproject.toml)
jinja2==3.1.4
# via aiohttp-jinja2
markupsafe==2.1.5
markupsafe==3.0.1
# via jinja2
multidict==6.1.0
# via
Expand All @@ -59,6 +57,12 @@ paho-mqtt==2.1.0
# via appdaemon (pyproject.toml)
pid==3.0.4
# via appdaemon (pyproject.toml)
propcache==0.2.0
# via yarl
pydantic==2.9.2
# via appdaemon (pyproject.toml)
pydantic-core==2.23.4
# via pydantic
python-dateutil==2.9.0.post0
# via appdaemon (pyproject.toml)
python-engineio==4.9.1
Expand All @@ -73,21 +77,25 @@ requests==2.32.3
# via appdaemon (pyproject.toml)
sgmllib3k==1.0.0
# via feedparser
simple-websocket==1.0.0
simple-websocket==1.1.0
# via python-engineio
six==1.16.0
# via python-dateutil
sockjs==0.13.0
# via appdaemon (pyproject.toml)
tomli==2.0.1
tomli==2.0.2
# via appdaemon (pyproject.toml)
tomli-w==1.0.0
# via appdaemon (pyproject.toml)
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
urllib3==2.2.3
# via requests
uvloop==0.20.0 ; sys_platform != "win32"
uvloop==0.20.0
# via appdaemon (pyproject.toml)
wsproto==1.2.0
# via simple-websocket
yarl==1.11.1
yarl==1.14.0
# via aiohttp

0 comments on commit 4f6346e

Please sign in to comment.