Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Apr 16, 2023
1 parent 19f2c61 commit a90f869
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
16 changes: 7 additions & 9 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ astral==3.2
# via appdaemon (pyproject.toml)
async-timeout==4.0.2
# via aiohttp
attrs==22.2.0
# via
# aiohttp
# pytest
attrs==23.1.0
# via aiohttp
bcrypt==4.0.1
# via appdaemon (pyproject.toml)
bidict==0.22.1
Expand Down Expand Up @@ -49,7 +47,7 @@ distlib==0.3.6
# via virtualenv
feedparser==6.0.10
# via appdaemon (pyproject.toml)
filelock==3.10.7
filelock==3.11.0
# via virtualenv
flake8==6.0.0
# via appdaemon (pyproject.toml)
Expand Down Expand Up @@ -83,7 +81,7 @@ nodeenv==1.7.0
# via pre-commit
ordered-set==4.1.0
# via deepdiff
packaging==23.0
packaging==23.1
# via
# black
# build
Expand All @@ -102,15 +100,15 @@ platformdirs==3.2.0
# virtualenv
pluggy==1.0.0
# via pytest
pre-commit==3.2.1 ; python_version > "3.7"
pre-commit==3.2.2 ; python_version > "3.7"
# via appdaemon (pyproject.toml)
pycodestyle==2.10.0
# via flake8
pyflakes==3.0.1
# via flake8
pyproject-hooks==1.0.0
# via build
pytest==7.3.0
pytest==7.3.1
# via appdaemon (pyproject.toml)
python-dateutil==2.8.2
# via appdaemon (pyproject.toml)
Expand All @@ -126,7 +124,7 @@ pyyaml==6.0
# pre-commit
requests==2.28.2
# via appdaemon (pyproject.toml)
ruff==0.0.260
ruff==0.0.261
# via appdaemon (pyproject.toml)
sgmllib3k==1.0.0
# via feedparser
Expand Down
4 changes: 2 additions & 2 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ astral==3.2
# via appdaemon (pyproject.toml)
async-timeout==4.0.2
# via aiohttp
attrs==22.2.0
attrs==23.1.0
# via aiohttp
babel==2.12.1
# via sphinx
Expand Down Expand Up @@ -81,7 +81,7 @@ myst-parser==1.0.0
# via appdaemon (pyproject.toml)
ordered-set==4.1.0
# via deepdiff
packaging==23.0
packaging==23.1
# via sphinx
paho-mqtt==1.6.1
# via appdaemon (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ astral==3.2
# via appdaemon (pyproject.toml)
async-timeout==4.0.2
# via aiohttp
attrs==22.2.0
attrs==23.1.0
# via aiohttp
bcrypt==4.0.1
# via appdaemon (pyproject.toml)
Expand Down

0 comments on commit a90f869

Please sign in to comment.