Skip to content

Commit e3e31e9

Browse files
dependabot[bot]echarrod
authored andcommitted
Bump iso8601 from 0.1.16 to 1.0.2
Bumps [iso8601](https://github.com/micktwomey/pyiso8601) from 0.1.16 to 1.0.2. - [Release notes](https://github.com/micktwomey/pyiso8601/releases) - [Commits](micktwomey/pyiso8601@0.1.16...1.0.2) --- updated-dependencies: - dependency-name: iso8601 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d2d159d commit e3e31e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ requests>=2.20.0
1212
urllib3>=1.24.3
1313
deprecated==1.2.13
1414
wheel==0.33.6
15-
iso8601==0.1.16
15+
iso8601==1.0.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ future==0.18.2
2424
# via -r requirements.in
2525
idna==2.7
2626
# via requests
27-
iso8601==0.1.16
27+
iso8601==1.0.2
2828
# via -r requirements.in
2929
itsdangerous==2.0.1
3030
# via -r requirements.in

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"future>=0.11.0",
2626
"asn1==2.2.0",
2727
"pyopenssl>=18.0.0",
28-
"iso8601==0.1.16",
28+
"iso8601==1.0.2",
2929
"pytz==2021.3",
3030
],
3131
extras_require={

0 commit comments

Comments
 (0)