Skip to content

Commit a4f1797

Browse files
authored
Revert dateutil lock back to >= 2.7.0 (#1041)
1 parent 3f056f3 commit a4f1797

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
Changelog
22
=========
33

4-
1.2.0 (2021-09-06)
4+
1.2.0 (2021-09-12)
55
------------------
66

77
- [NEW] Added Albanian, Tamil and Zulu locales.
88
- [NEW] Added support for ``Decimal`` as input to ``arrow.get()``.
99
- [FIX] The Estonian, Finnish, Nepali and Zulu locales now support ``dehumanize``.
1010
- [FIX] Improved validation checks when using parser tokens ``A`` and ``hh``.
1111
- [FIX] Minor bug fixes to Catalan, Cantonese, Greek and Nepali locales.
12-
- [INTERNAL] Updated ``dateutil`` requirement in ``setup.py`` to ``>=2.8.2``.
1312

1413
1.1.1 (2021-06-24)
1514
------------------

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pre-commit==2.*
33
pytest==6.*
44
pytest-cov==2.*
55
pytest-mock==3.*
6-
python-dateutil>=2.8.2
6+
python-dateutil>=2.7.0
77
pytz==2021.*
88
simplejson==3.*
99
sphinx==4.*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
zip_safe=False,
2424
python_requires=">=3.6",
2525
install_requires=[
26-
"python-dateutil>=2.8.2",
26+
"python-dateutil>=2.7.0",
2727
"typing_extensions; python_version<'3.8'",
2828
],
2929
classifiers=[

0 commit comments

Comments
 (0)