dotenv-org / python-dotenv-vault

Load environment variables from encrypted .env.vault files
https://www.dotenv.org/docs/languages/python
MIT License
28 stars 9 forks source link

Update python-dotenv dependency to latest #21

Open nsnguyen opened 11 months ago

nsnguyen commented 11 months ago

We should update https://pypi.org/project/python-dotenv/ to latest

mnbf9rca commented 11 months ago

I thought about doing this. It would be good to retest for each new version/release. Perhaps use something like Mend Renovate to automatically retest every time there’s a change in Cryptography or python-dotenv so that we know it still works?

motdotla commented 11 months ago

Let's not automate it. Sometimes there are api changes. @nsnguyen or @mnbf9rca if you update to 1.0.0 make the update for this lib at least a minor bump. However, open to discussing this one bumping to 1.0.0 as well. The symmetry would be nice.

mnbf9rca commented 11 months ago

I was only thinking to automate the execution of the tests whenever there’s a change in a dependency, not the push to pypi. At least then the workflow would fail and you’d get notified.

mindevis commented 2 months ago

Please update this packages for support latest python-dotenv