Skip to content

Commit

Permalink
Upgrades pyyaml to v6.0.1:
Browse files Browse the repository at this point in the history
    * adds patched version of pyyaml to buildscript
    * installation updates lockfile
    * updates CHANGELOG
  • Loading branch information
withtwoemms committed Jan 8, 2024
1 parent 1e419f2 commit 471ef37
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 44 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- python -m scanapi command [#501](https://github.com/scanapi/scanapi/issues/501)
- Upgrades pyyaml to v6.0.1 [#675](https://github.com/scanapi/scanapi/issues/675)

## [2.8.2] - 2023-03-06
### Fixed
Expand Down
96 changes: 53 additions & 43 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ appdirs = "^1.4.4"
curlify2 = "^1.0.1"
MarkupSafe = "2.1.2"
rich = "13.3.5"
PyYAML = "~6.0"
PyYAML = "6.0.1"
Jinja2 = "~3.1.0"
click = "8.0.3"
httpx = "^0.24.0"
Expand Down

0 comments on commit 471ef37

Please sign in to comment.