You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

questo

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

questo - pypi Package Compare versions

Comparing version
0.3.0
to
0.4.0
+3
-2
PKG-INFO
Metadata-Version: 2.1
Name: questo
Version: 0.3.0
Version: 0.4.0
Summary: A library of extensible and modular CLI prompt elements

@@ -18,3 +18,4 @@ Home-page: https://github.com/petereon/questo

Classifier: Programming Language :: Python :: 3.12
Requires-Dist: python-yakh (>=0.3.2,<0.4.0)
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: python-yakh (>=0.4.0,<0.5.0)
Requires-Dist: rich (>=12.2.0)

@@ -21,0 +22,0 @@ Project-URL: Repository, https://github.com/petereon/questo

+2
-42
[tool.poetry]
name = "questo"
version = "0.3.0"
version = "0.4.0"
description = "A library of extensible and modular CLI prompt elements"

@@ -133,44 +133,4 @@ authors = ["Peter Vyboch <pvyboch1@gmail.com>"]

rich = ">=12.2.0"
python-yakh = "^0.3.2"
python-yakh = "^0.4.0"
[tool.poetry.group.test.dependencies]
expycted = '*'
mock = '*'
poethepoet = '*'
ward = "0.67.1b0"
ward-coverage = "^0.3.0"
[tool.poetry.group.dev.dependencies]
# Code Scanning and Formatting
black = { version = "*", allow-prereleases = true }
ruff = "^0.0.239"
mypy = "^0.942"
radon = '*'
xenon = '*'
toml-sort = '*'
isort = '*'
unify = "*"
## Performance
perflint = "^0.7.3"
# Testing
ward = "0.67.1b0"
mock = '*'
watchdog = '*'
# Coverage
ward-coverage = "^0.3.0"
# Task Runner
poethepoet = "*"
# Docs
pydoc-markdown = "^4.6.3"
# CI
pre-commit = "*"
detect-secrets = "^1.2.0"