Skip to content

Commit

Permalink
chore: unpin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-fs committed Feb 2, 2023
1 parent b1f6bed commit 92d2072
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 64 deletions.
111 changes: 50 additions & 61 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybuild-deps"
version = "0.0.3"
version = "0.0.4"
description = "A simple tool for detection of PEP-517 build dependencies."
authors = ["Bruno Ciconelle <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -17,8 +17,8 @@ Changelog = "https://github.com/bruno-fs/pybuild-deps/releases"
python = "^3.8"
click = ">=8.0.1"
tomli = { version = "^2.0.1", python = "<3.11" }
xdg = "^5.1.1"
requests = "^2.28.2"
xdg = "*"
requests = "*"

[tool.poetry.group.dev.dependencies]
Pygments = ">=2.10.0"
Expand Down

0 comments on commit 92d2072

Please sign in to comment.