python-dotenv: update to v0.19.0
authorJavier Marcet <javier@marcet.info>
Mon, 20 Sep 2021 20:36:30 +0000 (22:36 +0200)
committerRosen Penev <rosenp@gmail.com>
Tue, 21 Sep 2021 04:12:01 +0000 (21:12 -0700)
commit313109e6a66ab36609776f8065c50872d5a9b597
treef2891454e699a9185859814fbd6fb9fd03fdb062
parente652a8c958bf7adbb680992b4f021dd2411f5e65
python-dotenv: update to v0.19.0

Changed:

 - Require Python 3.5 or a later version. Python 2 and 3.4 are no
 longer supported

 - Raise ValueError if quote_mode isn't one of always, auto or never
 in set_key

 - When writing a value to a .env file with set_key or dotenv set
 <key> <value>

Added:

 - The dotenv_path argument of set_key and unset_key now has a type of
 Union[str, os.PathLike] instead of just os.PathLike

Signed-off-by: Javier Marcet <javier@marcet.info>
lang/python/python-dotenv/Makefile