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-redis = "==0.4.0"
flask-sqlalchemy = {version = "==2.5.1", ref = "aa7a61a5357cf6f5dcc135d98c781192457aa6fa", git = "https://github.com/pallets-eco/flask-sqlalchemy.git"} 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"} 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" itsdangerous = "==2.1.2"
jsonschema = {version = "==4.17.3", extras = ["format"]} jsonschema = {version = "==4.17.3", extras = ["format"]}
lxml = "==4.9.3" lxml = "==4.9.3"

20
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "b49ee694f2ed2ec40d04643b4ac6f7a63dd0bb188ab00cb4aae1122b5bcb71fb" "sha256": "714f1854ff08581970d0138ae59af32f2a6202efa976ded0338b3f637613efe5"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@@ -516,11 +516,11 @@
}, },
"iso8601": { "iso8601": {
"hashes": [ "hashes": [
"sha256:27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1", "sha256:739960d37c74c77bd9bd546a76562ccb581fe3d4820ff5c3141eb49c839fda8f",
"sha256:d7bc01b1c2a43b259570bb307f057abc578786ea734ba2b87b836c5efc5bd443" "sha256:ebe10061b932edb8a8e33cc635d661926c59b9c3bed7a4f4edca8c62d400af10"
], ],
"index": "pypi", "index": "pypi",
"version": "==1.0.2" "version": "==2.0.0"
}, },
"isoduration": { "isoduration": {
"hashes": [ "hashes": [
@@ -795,7 +795,7 @@
"notifications-utils": { "notifications-utils": {
"editable": true, "editable": true,
"git": "https://github.com/GSA/notifications-utils.git", "git": "https://github.com/GSA/notifications-utils.git",
"ref": "86ebeec8985cc94ac9e402e1305fbd28c02b02d6" "ref": "69ca3ffc963d32b0253b6537977ee235f5b31935"
}, },
"numpy": { "numpy": {
"hashes": [ "hashes": [
@@ -961,14 +961,6 @@
"index": "pypi", "index": "pypi",
"version": "==2.8.0" "version": "==2.8.0"
}, },
"pypdf2": {
"hashes": [
"sha256:a74408f69ba6271f71b9352ef4ed03dc53a31aa404d29b5d31f53bfecfee1440",
"sha256:d16e4205cfee272fbdc0568b68d82be796540b1537508cef59388f839c191928"
],
"markers": "python_version >= '3.6'",
"version": "==3.0.1"
},
"pyrsistent": { "pyrsistent": {
"hashes": [ "hashes": [
"sha256:016ad1afadf318eb7911baa24b049909f7f3bb2c5b1ed7b6a8f21db21ea3faa8", "sha256:016ad1afadf318eb7911baa24b049909f7f3bb2c5b1ed7b6a8f21db21ea3faa8",
@@ -1114,7 +1106,7 @@
"sha256:78f9a9bf4e7be0c5ded4583326e7461e3a3c5aae24073648b4bdfa797d78c9d2", "sha256:78f9a9bf4e7be0c5ded4583326e7461e3a3c5aae24073648b4bdfa797d78c9d2",
"sha256:9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9" "sha256:9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9"
], ],
"markers": "python_version < '4.0' and python_full_version >= '3.5.0'", "markers": "python_full_version >= '3.5.0' and python_full_version < '4.0.0'",
"version": "==4.7.2" "version": "==4.7.2"
}, },
"s3transfer": { "s3transfer": {