Skip to content

Commit

Permalink
Revert dateutil lock back to >= 2.7.0 (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Sep 12, 2021
1 parent 3f056f3 commit a4f1797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.rst
@@ -1,15 +1,14 @@
Changelog
=========

1.2.0 (2021-09-06)
1.2.0 (2021-09-12)
------------------

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

1.1.1 (2021-06-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -3,7 +3,7 @@ pre-commit==2.*
pytest==6.*
pytest-cov==2.*
pytest-mock==3.*
python-dateutil>=2.8.2
python-dateutil>=2.7.0
pytz==2021.*
simplejson==3.*
sphinx==4.*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
zip_safe=False,
python_requires=">=3.6",
install_requires=[
"python-dateutil>=2.8.2",
"python-dateutil>=2.7.0",
"typing_extensions; python_version<'3.8'",
],
classifiers=[
Expand Down

0 comments on commit a4f1797

Please sign in to comment.