Bump iso8601 from 2.0.0 to 2.1.0

Bumps [iso8601](https://github.com/micktwomey/pyiso8601) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/micktwomey/pyiso8601/releases)
- [Changelog](https://github.com/micktwomey/pyiso8601/blob/main/CHANGELOG.md)
- [Commits](https://github.com/micktwomey/pyiso8601/compare/2.0.0...2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-06 14:31:27 +00:00
committed by GitHub
parent 62c05a2658
commit 83dd98656b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1691,13 +1691,13 @@ files = [
[[package]]
name = "iso8601"
version = "2.0.0"
version = "2.1.0"
description = "Simple module to parse ISO 8601 dates"
optional = false
python-versions = ">=3.7,<4.0"
files = [
{file = "iso8601-2.0.0-py3-none-any.whl", hash = "sha256:ebe10061b932edb8a8e33cc635d661926c59b9c3bed7a4f4edca8c62d400af10"},
{file = "iso8601-2.0.0.tar.gz", hash = "sha256:739960d37c74c77bd9bd546a76562ccb581fe3d4820ff5c3141eb49c839fda8f"},
{file = "iso8601-2.1.0-py3-none-any.whl", hash = "sha256:aac4145c4dcb66ad8b648a02830f5e2ff6c24af20f4f482689be402db2429242"},
{file = "iso8601-2.1.0.tar.gz", hash = "sha256:6b1d3829ee8921c4301998c909f7829fa9ed3cbdac0d3b16af2d743aed1ba8df"},
]
[[package]]
@@ -4520,4 +4520,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "717d7ec538c6dc8cd2d601527281d24a76513082c42d17aaa7f850e36d2f6bd3"
content-hash = "fb6aabe642ae69597f971ffee83c7734e7d4105c12383efb8be6bed3c041a687"

View File

@@ -46,7 +46,7 @@ flask-migrate = "==4.0.5"
flask-redis = "==0.4.0"
flask-sqlalchemy = "==3.0.5"
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
iso8601 = "==2.0.0"
iso8601 = "==2.1.0"
itsdangerous = "==2.1.2"
jsonschema = {version = "==4.17.0", extras = ["format"]}
lxml = "==4.9.3"