Skip to content

Commit affa23e

Browse files
authored
Merge pull request maxmind#171 from maxmind/greg/upgrade-mocket
Upgrade mocket and remove unnecessary dep
2 parents e7fa8a8 + fe33dac commit affa23e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pyproject.toml

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

3838
[project.optional-dependencies]
3939
test = [
40-
"mocket>=3.12.3,<3.12.7",
40+
"mocket>=3.12.8",
4141
]
4242

4343
[tool.setuptools.package-data]

setup.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@ python =
2424

2525
[testenv:{py38,py39,py310,py311,py312}-test]
2626
deps =
27-
mocket==3.12.6
27+
mocket
2828
pytest
29-
30-
# explicitly require indirect dependency to fix build failure.
31-
# This can be removed when aiohttp 3.9 is released.
32-
charset-normalizer==2.1.1
3329
commands = pytest tests
3430

3531
[testenv:py312-black]

0 commit comments

Comments
 (0)