Skip to content

Commit c521e39

Browse files
committed
Bump version and respx req for httpx 18
1 parent 9db248e commit c521e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def readme():
77

88
PACKAGE_NAME = 'ha-philipsjs'
99
HERE = os.path.abspath(os.path.dirname(__file__))
10-
VERSION = '2.7.2'
10+
VERSION = '2.7.3'
1111

1212
PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'ccu', 'build'])
1313

@@ -46,7 +46,7 @@ def readme():
4646
'pytest-aiohttp',
4747
'coveralls',
4848
'pytest-mock',
49-
'respx>=0.16.2',
49+
'respx>=0.17.0',
5050
]
5151
},
5252
python_requires='>=3.8'

0 commit comments

Comments
 (0)