Skip to content

Commit 8231154

Browse files
Update pytest-httpserver requirement from <1.1,>=1.0.4 to >=1.0.4,<1.2 (#3796)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel King <[email protected]>
1 parent 8820ede commit 8231154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def package_files(prefix: str, directory: str, extension: str):
140140
'moto[s3]>=5.0.1,<6',
141141
'mock-ssh-server==0.9.1',
142142
'cryptography==44.0.0',
143-
'pytest-httpserver>=1.0.4,<1.1',
143+
'pytest-httpserver>=1.0.4,<1.2',
144144
'setuptools==78.0.2',
145145
'scikit-learn>=1.2.0,<1.6',
146146
]

0 commit comments

Comments
 (0)