From 120a7b1b067cf5c4c68afeadecd5541eafeaed68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 17:23:07 +0000 Subject: [PATCH] Bump ipaddress from 1.0.18 to 1.0.23 Bumps [ipaddress](https://github.com/phihag/ipaddress) from 1.0.18 to 1.0.23. - [Release notes](https://github.com/phihag/ipaddress/releases) - [Commits](https://github.com/phihag/ipaddress/compare/v1.0.18...v1.0.23) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 281c03ba3..914931242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ docopt==0.6.2 enum34==1.1.6; python_version < '3.4' functools32==3.2.3.post2; python_version < '3.2' idna==2.8 -ipaddress==1.0.18 +ipaddress==1.0.23 jsonschema==3.2.0 paramiko==2.7.1 pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'