Skip to content

Commit 1bc1280

Browse files
authored
Merge pull request #144 from maxmind/greg/upgrade-mocket
Upgrade mocket and remove unnecessary dep
2 parents 8f82776 + 9d48cef commit 1bc1280

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535

3636
[project.optional-dependencies]
3737
test = [
38-
"mocket>=3.12.3,<3.12.7",
38+
"mocket>=3.12.8",
3939
]
4040

4141
[tool.setuptools.package-data]

setup.cfg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ python =
1515

1616
[testenv:{py38,py39,py310,py311,py312}-test]
1717
deps =
18-
mocket==3.12.6
18+
mocket
1919
pytest
2020

21-
# explicitly require indirect dependency to fix build failure.
22-
# This can be removed when aiohttp 3.9 is released.
23-
charset-normalizer==2.1.1
2421
commands = pytest tests
2522

2623
[testenv:py312-black]

0 commit comments

Comments
 (0)