Skip to content

Commit

Permalink
Merge pull request #1921 from AppDaemon/dependabot/pip/iso8601-2.1.0
Browse files Browse the repository at this point in the history
Bump iso8601 from 1.1.0 to 2.1.0
  • Loading branch information
acockburn committed Jan 30, 2024
2 parents 15b8e1d + 6ad571c commit 0cf2cfc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ idna==3.6
# yarl
iniconfig==2.0.0
# via pytest
iso8601==1.1.0
iso8601==2.1.0
# via appdaemon (pyproject.toml)
jinja2==3.1.3
# via aiohttp-jinja2
Expand Down
2 changes: 1 addition & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ idna==3.6
# yarl
imagesize==1.4.1
# via sphinx
iso8601==1.1.0
iso8601==2.1.0
# via appdaemon (pyproject.toml)
jinja2==3.1.3
# via
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
'bcrypt ~= 4.0.1',
'deepdiff == 6.3.0',
'feedparser ~= 6.0.10',
'iso8601 ~= 1.1.0',
'iso8601 >= 1.1,< 2.2',
'paho-mqtt ~= 1.6.1',
'pid ~= 3.0.4',
'python-dateutil ~= 2.8.2',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ idna==3.6
# via
# requests
# yarl
iso8601==1.1.0
iso8601==2.1.0
# via appdaemon (pyproject.toml)
jinja2==3.1.3
# via aiohttp-jinja2
Expand Down

0 comments on commit 0cf2cfc

Please sign in to comment.