Skip to content

Commit

Permalink
update validators dependency, edit changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jul 17, 2024
1 parent 6ab1c49 commit 014823e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/)

## [Unreleased]

### Changed

- raise OSError on post result graph error

## [1.0.0beta4] 2024-07-12

### Fixed
Expand Down
8 changes: 4 additions & 4 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 @@ homepage = "https://github.com/eccenca/cmem-plugin-reason"
[tool.poetry.dependencies]
# if you need to change python version here, change it also in .python-version
python = "^3.11"
validators = "^0.32.0"
validators = "^0.33.0"
pathvalidate = "^3.2.0"
defusedxml = "^0.7.1"

Expand Down

0 comments on commit 014823e

Please sign in to comment.