Skip to content

Commit b64c7aa

Browse files
Update dependencies
1 parent 33947de commit b64c7aa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ classifiers = [
1919
"Programming Language :: Python :: 3",
2020
]
2121
dependencies = [
22-
"log21>=2.7.1",
22+
"log21>=2.10.2",
2323
"chardet>=5.2.0",
2424
"requests>=2.31.0",
2525
"importlib_resources>=6.1.0"
2626
]
27-
version = "1.4.5"
27+
version = "1.4.6"
2828

2929
[tool.setuptools]
3030
packages = ["whois21"]

whois21/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
domain_registration_data_lookup,
2727
domain_registration_data_lookup_)
2828

29-
__version__ = '1.4.5'
29+
__version__ = '1.4.6'
3030
__github__ = 'https://github.com/MPCodeWriter21/whois21'
3131
__author__ = 'CodeWriter21'
3232
__email__ = 'CodeWriter21@gmail.com'

0 commit comments

Comments
 (0)