Skip to content

Commit

Permalink
Bump lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maybelinot committed Oct 31, 2023
1 parent fbc953a commit e0d9db3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yamx"
version = "0.1.4"
version = "0.1.5"
description = "YAML parser that supports jinja conditional expressions"

license = "Apache-2.0"
Expand All @@ -23,8 +23,8 @@ python = ">=3.8"

# Standard dependencies with semver constraints
jinja2 = "^3.1.2"
immutables= "^0.19"
"ruamel.yaml" = "0.17.32"
immutables= "^0"
"ruamel.yaml" = "0.18.3"
"ruamel.yaml.string" = "0.1.0"


Expand Down

4 comments on commit e0d9db3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
yamx
   extra.py102298%27, 68
   yamx.py73199%42
yamx/containers
   data.py1201191%49, 57, 84, 160, 166, 177, 207–210, 214–215, 217
yamx/jinja
   condition.py82199%53
yamx/loader
   preprocessor.py62297%104, 182
yamx/representer
   rendering.py115298%123, 134
TOTAL7601998% 

Tests Skipped Failures Errors Time
152 0 💤 0 ❌ 0 🔥 3.509s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
yamx
   extra.py102298%27, 68
   yamx.py73199%42
yamx/containers
   data.py1201191%49, 57, 84, 160, 166, 177, 207–210, 214–215, 217
yamx/jinja
   condition.py82199%53
yamx/loader
   preprocessor.py62297%104, 182
yamx/representer
   rendering.py115298%123, 134
TOTAL7601998% 

Tests Skipped Failures Errors Time
152 0 💤 0 ❌ 0 🔥 3.377s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
yamx
   extra.py102298%27, 68
   yamx.py73199%42
yamx/containers
   data.py1201191%49, 57, 84, 160, 166, 177, 207–210, 214–215, 217
yamx/jinja
   condition.py82199%53
yamx/loader
   preprocessor.py62297%104, 182
yamx/representer
   rendering.py115298%123, 134
TOTAL7601998% 

Tests Skipped Failures Errors Time
152 0 💤 0 ❌ 0 🔥 3.829s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
yamx
   extra.py102298%27, 68
   yamx.py73199%42
yamx/containers
   data.py1201191%49, 57, 84, 160, 166, 177, 207–210, 214–215, 217
yamx/jinja
   condition.py82199%53
yamx/loader
   preprocessor.py62297%104, 182
yamx/representer
   rendering.py115298%123, 134
TOTAL7601998% 

Tests Skipped Failures Errors Time
152 0 💤 0 ❌ 0 🔥 3.787s ⏱️

Please sign in to comment.