We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79381a1 commit 3552a2aCopy full SHA for 3552a2a
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "rhdndat"
3
-version = "2.7.2"
+version = "2.7.3"
4
description = "www.romhacking.net update checker"
5
authors = ["i30817 <i30817@gmail.com>"]
6
license = "GNU General Public License v3.0"
@@ -10,7 +10,7 @@ repository = "https://github.com/i30817/rhdndat"
10
[tool.poetry.dependencies]
11
python = "^3.8"
12
beautifulsoup4 = "^4.10.0"
13
-questionary = "^1.10.0"
+questionary = "^2.1.1"
14
typer = "^0.19.0"
15
colorama = "^0.4.4"
16
lxml = "^4.9.1"
rhdndat/__init__.py
@@ -1 +1 @@
-__version__ = '2.7.2'
+__version__ = '2.7.3'
0 commit comments