Skip to content

Commit 3552a2a

Browse files
authored
Update version and questionary
1 parent 79381a1 commit 3552a2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rhdndat"
3-
version = "2.7.2"
3+
version = "2.7.3"
44
description = "www.romhacking.net update checker"
55
authors = ["i30817 <i30817@gmail.com>"]
66
license = "GNU General Public License v3.0"
@@ -10,7 +10,7 @@ repository = "https://github.com/i30817/rhdndat"
1010
[tool.poetry.dependencies]
1111
python = "^3.8"
1212
beautifulsoup4 = "^4.10.0"
13-
questionary = "^1.10.0"
13+
questionary = "^2.1.1"
1414
typer = "^0.19.0"
1515
colorama = "^0.4.4"
1616
lxml = "^4.9.1"

rhdndat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.7.2'
1+
__version__ = '2.7.3'

0 commit comments

Comments
 (0)