Skip to content

Commit

Permalink
chore: Loosen PyYAML and devtools constraints (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: Will Da Silva <[email protected]>
  • Loading branch information
edgarrmondragon and WillDaSilva authored Jan 17, 2023
1 parent bfcca27 commit 3c09cd2
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 44 deletions.
94 changes: 52 additions & 42 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ packages = [

[tool.poetry.dependencies]
python = "<3.12,>=3.7"
structlog = "^21.2.0"
structlog = "^21"
PyYAML = "^6.0.0"
pydantic = ">=1.9.0,<2"
devtools = "^0.10.0"
devtools = ">=0.9.0,<1"

# Sphinx dependencies installed as optional 'docs' extras
# https://github.com/readthedocs/readthedocs.org/issues/4912#issuecomment-664002569
Expand Down

0 comments on commit 3c09cd2

Please sign in to comment.