Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Jan 29, 2024
1 parent f8f5793 commit 034f07d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --output-file=dev-requirements.txt --resolver=backtracking pyproject.toml
#
aiohttp==3.9.2
aiohttp==3.8.6
# via
# aiohttp-jinja2
# appdaemon (pyproject.toml)
Expand Down Expand Up @@ -102,9 +102,9 @@ platformdirs==4.1.0
# via
# black
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pre-commit==3.2.2 ; python_version > "3.7"
pre-commit==3.5.0 ; python_version > "3.7"
# via appdaemon (pyproject.toml)
pycodestyle==2.10.0
# via flake8
Expand All @@ -128,7 +128,7 @@ pyyaml==6.0.1
# pre-commit
requests==2.28.2
# via appdaemon (pyproject.toml)
ruff==0.1.14
ruff==0.0.292
# via appdaemon (pyproject.toml)
sgmllib3k==1.0.0
# via feedparser
Expand Down
2 changes: 1 addition & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=doc --output-file=doc-requirements.txt --resolver=backtracking pyproject.toml
#
aiohttp==3.9.2
aiohttp==3.8.6
# via
# aiohttp-jinja2
# appdaemon (pyproject.toml)
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires-python = ">=3.8"
keywords=[ "appdaemon", "home", "automation" ]
dependencies = [
'importlib-metadata; python_version<"3.8"',
'aiohttp >= 3.8.4,< 3.10.0',
'aiohttp ~= 3.8.4',
'aiohttp_jinja2 ~= 1.5.1',
'astral ~= 3.2',
'bcrypt ~= 4.0.1',
Expand Down Expand Up @@ -57,9 +57,9 @@ dev = [
"build ~= 0.10.0",
"flake8 ~= 6.0.0",
"black >= 23.1,< 23.4",
'pre-commit =~ 3.6.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
'pre-commit >= 3.1.1,< 3.6.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
"pytest >= 7.2.1,< 7.4.0",
"ruff>= 0.0.261,< 0.2.0"
"ruff~= 0.0.261"
]

# Dependencies required to build the documentation using sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --resolver=backtracking pyproject.toml
#
aiohttp==3.9.2
aiohttp==3.8.6
# via
# aiohttp-jinja2
# appdaemon (pyproject.toml)
Expand Down

0 comments on commit 034f07d

Please sign in to comment.