Skip to content

Commit c049c06

Browse files
committed
before drop python 3.8 support
1 parent 481cb0b commit c049c06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ classifiers = [
2424
]
2525
dynamic = ["version"]
2626
dependencies = [
27-
"httpdbg >= 0.24.2",
28-
"pytest >= 7.0.0"
27+
"httpdbg>=0.24.2,<0.28.0",
28+
"pytest>=7.0.0"
2929
]
3030

3131
[tool.setuptools]

pytest_httpdbg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
from pytest_httpdbg.plugin import httpdbg_record_filename # noqa F401
33

4-
VERSION = "0.4.0"
4+
VERSION = "0.4.1"

0 commit comments

Comments
 (0)