Skip to content

Commit 72fcfbb

Browse files
authored
Merge pull request #117 from maxmind/greg/2.8.0
2.8.0
2 parents 1ca2e15 + cfb3970 commit 72fcfbb

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

HISTORY.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
History
44
-------
55

6-
2.8.0
6+
2.8.0 (2023-05-09)
77
++++++++++++++++++
88

99
* IMPORTANT: Python 3.7 or greater is required. If you are using an older
1010
version, please use an earlier release.
11-
* Added ``shopify_payments`` to the ``/payment/processor`` validation.
12-
* Added ``google_pay`` to the ``/payment/processor`` validation.
13-
* Added ``placetopay`` to the ``/payment/processor`` validation.
11+
* Added the following new values to the ``/payment/processor`` validation:
12+
* ``google_pay``
13+
* ``placetopay``
14+
* ``shopify_payments``
1415

1516
2.7.2 (2022-03-29)
1617
++++++++++++++++++

minfraud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Internal module for version (to prevent cyclic imports)"""
2-
__version__ = "2.7.2"
2+
__version__ = "2.8.0"

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ deps =
2626
# explicitly require indirect dependency to fix build failure.
2727
# This can be removed when aiohttp 3.9 is released.
2828
charset-normalizer==2.1.1
29+
# This is to work around https://github.com/mindflayer/python-mocket/issues/199
30+
# It can be removed once that is fixed.
31+
urllib3==1.26.15
2932
commands = pytest tests
3033

3134
[testenv:py310-black]

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
requirements = [
2020
"aiohttp>=3.6.2,<4.0.0",
2121
"email_validator>=1.1.1,<3.0.0",
22-
"geoip2>=4.5.0,<5.0.0",
22+
"geoip2>=4.7.0,<5.0.0",
2323
"requests>=2.24.0,<3.0.0",
24-
"urllib3>=1.25.2,<3.0.0",
2524
"voluptuous",
2625
]
2726

0 commit comments

Comments
 (0)