Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates python-dotenv from 0.8.2 to 0.10.5.

Changelog

0.10.5

-----

- Fix handling of malformed lines and lines without a value ([bbc2])([222]):
- Don't print warning when key has no value.
- Reject more malformed lines (e.g. "A: B").
- Fix handling of lines with just a comment ([bbc2])([224]).

0.10.4

-----

- Make typing optional ([techalchemy])([179]).
- Print a warning on malformed line ([bbc2])([211]).
- Support keys without a value ([ulyssessouza])([220]).

0.10.3

-----

- Improve interactive mode detection ([andrewsmith])([183]).
- Refactor parser to fix parsing inconsistencies ([bbc2])([170]).
- Interpret escapes as control characters only in double-quoted strings.
- Interpret `` as start of comment only if preceded by whitespace.

0.10.2

-----

- Add type hints and expose them to users ([qnighy])([172])
- `load_dotenv` and `dotenv_values` now accept an `encoding` parameter, defaults to `None`
([theskumar])([earlbread])([161])
- Fix `str`/`unicode` inconsistency in Python 2: values are always `str` now. ([bbc2])([121])
- Fix Unicode error in Python 2, introduced in 0.10.0. ([bbc2])([176])

0.10.1

-----
- Fix parsing of variable without a value ([asyncee])([bbc2])([158])

0.10.0

-----

- Add support for UTF-8 in unquoted values ([bbc2])([148])
- Add support for trailing comments ([bbc2])([148])
- Add backslashes support in values ([bbc2])([148])
- Add support for newlines in values ([bbc2])([148])
- Force environment variables to str with Python2 on Windows ([greyli])
- Drop Python 3.3 support ([greyli])
- Fix stderr/-out/-in redirection ([venthur])

0.9.0

-----
- Add `--version` parameter to cli ([venthur])
- Enable loading from current directory ([cjauvin])
- Add 'dotenv run' command for calling arbitrary shell script with .env ([venthur])
Links

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Feb 7, 2020

Closing this in favor of #109

@pyup-bot pyup-bot closed this Feb 7, 2020
@hartym hartym deleted the pyup-update-python-dotenv-0.8.2-to-0.10.5 branch February 7, 2020 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants