-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. bump rtoml to 0.11 2. bump tomlkit to 0.12.5 3. bump toml-test to 1.5.0 4. pytomlpp is excluded as it only supports python < 3.11 5. bump tomllib data to 3.12.4
- Loading branch information
Showing
13 changed files
with
754 additions
and
1,259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
[tool.poetry] | ||
name = "toml-bench" | ||
version = "0.3.1" | ||
version = "0.4.0" | ||
description = "Benchmarking for python toml libraries" | ||
authors = ["pwwang <[email protected]>"] | ||
license = "MIT" | ||
|
||
[tool.poetry.dependencies] | ||
benchwork = "^0.0.2" | ||
python = "^3.9" | ||
pyparam = "^0.5" | ||
benchwork = "^0.0.2" | ||
toml = "^0.10.2" | ||
rtoml = "^0.9.0" | ||
rtoml = "^0.11.0" | ||
# pytomlpp does not support python 3.11 yet | ||
pytomlpp = {version = "^1.0.13", python = "<3.11"} | ||
tomli = "^2.0.1" | ||
tomli-w = "^1.0.0" | ||
qtoml = "^0.3.1" | ||
tomlkit = "^0.11.8" | ||
tomlkit = "^0.12.5" | ||
python-dateutil = "^2.8.2" | ||
importlib-metadata = "^5.0.0" | ||
importlib-metadata = "^7.2.1" | ||
# required by tomlkit, but cannot be inferred by poetry | ||
regex = "^2022.10.31" | ||
regex = "^2024.5.15" | ||
argx = "^0.2.10" | ||
|
||
[tool.poetry.dev-dependencies] | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
79 changes: 31 additions & 48 deletions
79
reports/with_python3.11.md → reports/with_toml-test_v1.3.0.md
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters