Skip to content

Commit 63db463

Browse files
dependabot[bot]echarrod
authored andcommitted
Bump iso8601 from 0.1.12 to 0.1.13
Bumps [iso8601](https://github.com/micktwomey/pyiso8601) from 0.1.12 to 0.1.13. - [Release notes](https://github.com/micktwomey/pyiso8601/releases) - [Commits](micktwomey/pyiso8601@0.1.12...0.1.13) Signed-off-by: dependabot[bot] <[email protected]>
1 parent c9d5850 commit 63db463

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.10
1414
wheel==0.33.6
15-
iso8601==0.1.12
15+
iso8601==0.1.13

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cryptography==2.8 # via -r requirements.in, pyopenssl
1212
deprecated==1.2.10 # via -r requirements.in
1313
future==0.18.2 # via -r requirements.in
1414
idna==2.7 # via requests
15-
iso8601==0.1.12 # via -r requirements.in
15+
iso8601==0.1.13 # via -r requirements.in
1616
itsdangerous==1.1.0 # via -r requirements.in
1717
pbr==1.10.0 # via -r requirements.in
1818
protobuf==3.13.0 # 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.12",
28+
"iso8601==0.1.13",
2929
],
3030
extras_require={
3131
"examples": [

0 commit comments

Comments
 (0)