Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
update attrs version (#99)
Browse files Browse the repository at this point in the history
update attrs version
  • Loading branch information
thomasgermain authored Dec 31, 2022
1 parent c391e08 commit 39bf686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Application
attrs>=21.2.0,<22.0.0
attrs>=22.0.0,<23.0.0
aiohttp>=3.8.0,<4.0.0
schema>=0.7.4,<0.8.0

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="pymultiMATIC",
version="0.6.11",
version="0.6.12",
description="Python interface with Vaillant multiMATIC",
long_description_content_type="text/markdown",
long_description=long_description,
Expand All @@ -20,7 +20,7 @@
zip_safe=False,
setup_requires=["pytest-runner"],
install_requires=[
"attrs>=21.2.0,<22.0.0",
"attrs>=22.0.0,<23.0.0",
"aiohttp>=3.8.0,<4.0.0",
"schema>=0.7.4,<0.8.0",
],
Expand Down

0 comments on commit 39bf686

Please sign in to comment.