Bump iso8601 from 1.0.2 to 2.0.0

Bumps [iso8601](https://github.com/micktwomey/pyiso8601) from 1.0.2 to 2.0.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/1.0.2...2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-11 19:20:42 +00:00
committed by GitHub
parent 6715d5b220
commit 0afd2f66a1
2 changed files with 7 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ flask-migrate = "==4.0.1"
flask-redis = "==0.4.0"
flask-sqlalchemy = {version = "==2.5.1", ref = "aa7a61a5357cf6f5dcc135d98c781192457aa6fa", git = "https://github.com/pallets-eco/flask-sqlalchemy.git"}
gunicorn = {version = "==20.1.0", extras = ["eventlet"], ref = "1299ea9e967a61ae2edebe191082fd169b864c64", git = "https://github.com/benoitc/gunicorn.git"}
iso8601 = "==1.0.2"
iso8601 = "==2.0.0"
itsdangerous = "==2.1.2"
jsonschema = {version = "==4.17.3", extras = ["format"]}
lxml = "==4.9.3"