Skip to content

Commit

Permalink
Merge pull request #138 from iherasymenko/ih-referencing-constraint
Browse files Browse the repository at this point in the history
Relax referencing dependency constraint
  • Loading branch information
p1c2u authored Jun 25, 2024
2 parents cde0c63 + 1c1432f commit 3978cfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -45,7 +45,7 @@ pathable = "^0.4.1"
python = "^3.8.0"
PyYAML = ">=5.1"
requests = {version = "^2.31.0", optional = true}
referencing = ">=0.28.0,<0.35.0"
referencing = ">=0.28.0,<0.36.0"

[tool.poetry.dev-dependencies]
pre-commit = "*"
Expand Down

0 comments on commit 3978cfe

Please sign in to comment.