Skip to content

Commit

Permalink
Bump iso8601 from 1.1.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [iso8601](https://github.com/micktwomey/pyiso8601) from 1.1.0 to 2.1.0.
- [Release notes](https://github.com/micktwomey/pyiso8601/releases)
- [Changelog](https://github.com/micktwomey/pyiso8601/blob/main/CHANGELOG.md)
- [Commits](micktwomey/pyiso8601@1.1.0...2.1.0)

---
updated-dependencies:
- dependency-name: iso8601
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 034f07d commit 6ad571c
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 6ad571c

Please sign in to comment.