Skip to content

Commit

Permalink
Bump pandera from 0.6.5 to 0.13.4
Browse files Browse the repository at this point in the history
Bumps [pandera](https://github.com/pandera-dev/pandera) from 0.6.5 to 0.13.4.
- [Release notes](https://github.com/pandera-dev/pandera/releases)
- [Commits](unionai-oss/pandera@v0.6.5...v0.13.4)

---
updated-dependencies:
- dependency-name: pandera
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2022
1 parent 8102f46 commit f7b6ab7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
29 changes: 19 additions & 10 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 @@ -12,7 +12,7 @@ dfschema = "dfschema.cli:app"
python = ">=3.7.1,<4.0"
pandas = "^1.2.4"
sqlalchemy = {version = "1.*", optional = true}
pandera = {version = "^0.6", optional = true}
pandera = {version = ">=0.6,<0.14", optional = true}
pydantic = "^1.9.1"
typer = {version = "^0.6.1", optional = true}
PyYAML = {version = "^6.0", optional = true}
Expand Down

0 comments on commit f7b6ab7

Please sign in to comment.