Skip to content

Commit b5b8f95

Browse files
author
keijack
committed
update dependencies
1 parent ad240bd commit b5b8f95

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

py_eureka_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
version = "0.11.8"
25+
version = "0.11.9"
2626

2727
"""
2828
Status of instances

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ classifiers = [
2222
]
2323
dynamic = ["version"]
2424
dependencies = [
25-
"ifaddr>=0.1.7",
26-
"dnspython>=2.2.0"
25+
"ifaddr>=0.2.0",
26+
"dnspython>=2.4.2"
2727
]
2828

2929
[tool.setuptools]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ifaddr>=0.1.7
2-
dnspython>=2.2.0
1+
ifaddr>=0.2.0
2+
dnspython>=2.4.2

0 commit comments

Comments
 (0)