Skip to content

Commit

Permalink
Merge pull request #188 from slincoln-aiq/update_dependencies
Browse files Browse the repository at this point in the history
Updated packaging and jinja2 pinned versions
  • Loading branch information
thomaspatzke authored Jan 23, 2024
2 parents f0d1ffd + ef72b24 commit 099d6a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
26 changes: 8 additions & 18 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 @@ -22,11 +22,11 @@ packages = [

[tool.poetry.dependencies]
python = "^3.8"
packaging = "^22.0"
packaging = ">= 22.0, < 24.0"
pyparsing = "^3.0.7"
pyyaml = "^6.0"
requests = "^2.28.1"
jinja2 = "^3.1.2"
jinja2 = "^3.1.3"

[tool.poetry.dev-dependencies]
black = "^23.3.0"
Expand Down

0 comments on commit 099d6a9

Please sign in to comment.