We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481cb0b commit c049c06Copy full SHA for c049c06
pyproject.toml
@@ -24,8 +24,8 @@ classifiers = [
24
]
25
dynamic = ["version"]
26
dependencies = [
27
- "httpdbg >= 0.24.2",
28
- "pytest >= 7.0.0"
+ "httpdbg>=0.24.2,<0.28.0",
+ "pytest>=7.0.0"
29
30
31
[tool.setuptools]
pytest_httpdbg/__init__.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
from pytest_httpdbg.plugin import httpdbg_record_filename # noqa F401
3
4
-VERSION = "0.4.0"
+VERSION = "0.4.1"
0 commit comments