docs: cleanup: Rephrase and correct typos
[barectf.git] / pyproject.toml
index afa294fe875a0070da96cf6342f6207159558c67..1e195448885fc7a4c0b096ebeaf3712c1f29bcea 100644 (file)
@@ -27,7 +27,7 @@ build-backend = 'poetry.core.masonry.api'
 
 [tool.poetry]
 name = 'barectf'
-version = '3.1.0'
+version = '3.2.0-dev'
 description = 'Generator of ANSI C tracers which output CTF data streams'
 license = 'MIT'
 authors = ['Philippe Proulx <eeppeliteloop@gmail.com>']
@@ -53,9 +53,9 @@ classifiers = [
 packages = [{include = 'barectf'}]
 
 [tool.poetry.dependencies]
-python = '^3.6'
+python = '^3.8'
 termcolor = '^1.1'
-pyyaml = '^5.3'
+pyyaml = '^6.0'
 jsonschema = '^3.2'
 setuptools = '*'
 jinja2 = '^3.0'
This page took 0.026513 seconds and 4 git commands to generate.