Skip to content

Commit

Permalink
added dacite 1.8.0 requirement to setup.py and test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Lagg committed Nov 19, 2023
1 parent 88283c5 commit 02fff60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .git-subtree/python-govee-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"aiohttp>=3.7.4.post0",
"bios>=0.1.2",
"certifi>=2021.10.8",
"dacite>=1.6.0",
"dacite>=1.8.0",
"events>=0.3",
"pexpect>=4.8.0",
"pygatt>=4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ asynctest>=0.13.0
black>=22.3.0
colorlog==4.6.2
coveralls
dacite==1.6.0
dacite==1.8.0
events>=0.3
flake8
govee_api_laggat
Expand Down

0 comments on commit 02fff60

Please sign in to comment.