Skip to content

Commit

Permalink
build: allow patch updates in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Nov 3, 2023
1 parent f311249 commit 0ea850f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = [
"asyncio==3.4.3",
"denonavr==0.11.4",
"pyee==9.0.4",
"websockets==11.0.3",
"zeroconf==0.119.0",
"asyncio~=3.4.3",
"denonavr~=0.11.4",
"pyee~=9.0.4",
"websockets~=11.0.3",
"zeroconf~=0.119.0",
]

[project.readme]
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
denonavr==0.11.4
asyncio==3.4.3
pyee==9.0.4
websockets==11.0.3
zeroconf==0.119.0
denonavr~=0.11.4
asyncio~=3.4.3
pyee~=9.0.4
websockets~=11.0.3
zeroconf~=0.119.0

0 comments on commit 0ea850f

Please sign in to comment.