[PR #9] [CLOSED] Bump python-dotenv from 0.15.0 to 0.17.0 #58

Closed
opened 2026-09-02 13:09:10 +02:00 by TheLovinator · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheLovinator1/discord-twitter-webhooks/pull/9
Author: @dependabot[bot]
Created: 4/5/2021
Status: Closed

Base: masterHead: dependabot/pip/python-dotenv-0.17.0


📝 Commits (1)

  • cbda21a Bump python-dotenv from 0.15.0 to 0.17.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps python-dotenv from 0.15.0 to 0.17.0.

Release notes

Sourced from python-dotenv's releases.

Version 0.17.0

Changed

  • Make dotenv get <key> only show the value, not key=value (#313 by @​bbc2).

Added

Version 0.16.0

Changed

  • The default value of the encoding parameter for load_dotenv and dotenv_values is now "utf-8" instead of None (#306 by @​bbc2).
  • Fix resolution order in variable expansion with override=False (#287 by @​bbc2).
Changelog

Sourced from python-dotenv's changelog.

[0.17.0] - 2021-04-02

Changed

  • Make dotenv get <key> only show the value, not key=value (#313 by [@​bbc2]).

Added

[0.16.0] - 2021-03-27

Changed

  • The default value of the encoding parameter for load_dotenv and dotenv_values is now "utf-8" instead of None (#306 by [@​bbc2]).
  • Fix resolution order in variable expansion with override=False (#287 by [@​bbc2]).
Commits
  • cfca79a Release version 0.17.0
  • 48c5c8e Only display value with dotenv get
  • f2eba2c Remove outdated Coveralls badge
  • 6242550 Use badge from GitHub Actions
  • efc5182 Add --override/--no-override flag to "dotenv run"
  • b96db46 Release version v0.16.0
  • b158aa7 Use UTF-8 as default encoding
  • a7fe93f Add GitHub actions to replace Travis CI
  • ac670cf Fix misspelling
  • 1927225 doc: add table of content
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheLovinator1/discord-twitter-webhooks/pull/9 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/5/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/python-dotenv-0.17.0` --- ### 📝 Commits (1) - [`cbda21a`](https://github.com/TheLovinator1/discord-twitter-webhooks/commit/cbda21ad3185abeee991ef30aa43dfda1e85b20a) Bump python-dotenv from 0.15.0 to 0.17.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.15.0 to 0.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/theskumar/python-dotenv/releases">python-dotenv's releases</a>.</em></p> <blockquote> <h2>Version 0.17.0</h2> <h2>Changed</h2> <ul> <li>Make <code>dotenv get &lt;key&gt;</code> only show the value, not <code>key=value</code> (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/313">#313</a> by <a href="https://github.com/bbc2"><code>@​bbc2</code></a>).</li> </ul> <h2>Added</h2> <ul> <li>Add <code>--override</code>/<code>--no-override</code> option to <code>dotenv run</code> (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/312">#312</a> by <a href="https://github.com/zueve"><code>@​zueve</code></a> and <a href="https://github.com/bbc2"><code>@​bbc2</code></a>).</li> </ul> <h2>Version 0.16.0</h2> <h2>Changed</h2> <ul> <li>The default value of the <code>encoding</code> parameter for <code>load_dotenv</code> and <code>dotenv_values</code> is now <code>&quot;utf-8&quot;</code> instead of <code>None</code> (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/306">#306</a> by <a href="https://github.com/bbc2"><code>@​bbc2</code></a>).</li> <li>Fix resolution order in variable expansion with <code>override=False</code> (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/287">#287</a> by <a href="https://github.com/bbc2"><code>@​bbc2</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md">python-dotenv's changelog</a>.</em></p> <blockquote> <h2>[0.17.0] - 2021-04-02</h2> <h3>Changed</h3> <ul> <li>Make <code>dotenv get &lt;key&gt;</code> only show the value, not <code>key=value</code> (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/313">#313</a> by [<a href="https://github.com/bbc2"><code>@​bbc2</code></a>]).</li> </ul> <h3>Added</h3> <ul> <li>Add <code>--override</code>/<code>--no-override</code> option to <code>dotenv run</code> (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/312">#312</a> by [<a href="https://github.com/zueve"><code>@​zueve</code></a>] and [<a href="https://github.com/bbc2"><code>@​bbc2</code></a>]).</li> </ul> <h2>[0.16.0] - 2021-03-27</h2> <h3>Changed</h3> <ul> <li>The default value of the <code>encoding</code> parameter for <code>load_dotenv</code> and <code>dotenv_values</code> is now <code>&quot;utf-8&quot;</code> instead of <code>None</code> (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/306">#306</a> by [<a href="https://github.com/bbc2"><code>@​bbc2</code></a>]).</li> <li>Fix resolution order in variable expansion with <code>override=False</code> (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/287">#287</a> by [<a href="https://github.com/bbc2"><code>@​bbc2</code></a>]).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/theskumar/python-dotenv/commit/cfca79a3cd384710c98651da79d66d964e0a65d1"><code>cfca79a</code></a> Release version 0.17.0</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/48c5c8e16c1dcb2188984f2245559cee37fe9db4"><code>48c5c8e</code></a> Only display value with <code>dotenv get</code></li> <li><a href="https://github.com/theskumar/python-dotenv/commit/f2eba2c1293b92f23bdf0d6a5b2e7210395dfedf"><code>f2eba2c</code></a> Remove outdated Coveralls badge</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/6242550a53efe45ef53d9904fbb8c4257470c276"><code>6242550</code></a> Use badge from GitHub Actions</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/efc51829f8e7693dbf4b7655169a9f852e9943d2"><code>efc5182</code></a> Add --override/--no-override flag to &quot;dotenv run&quot;</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/b96db46dc8b66adba8afcfd3ec3b8ed2b4d6cefe"><code>b96db46</code></a> Release version v0.16.0</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/b158aa721cdf625c72f79f3583e5cc1f0cea2950"><code>b158aa7</code></a> Use UTF-8 as default encoding</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/a7fe93f6cc73ab9de28191e3854f1a713d53363b"><code>a7fe93f</code></a> Add GitHub actions to replace Travis CI</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/ac670cf993fd622bfc0a5ea961681341b291779e"><code>ac670cf</code></a> Fix misspelling</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/192722508a62fc4e25293a9e6061744773a3fdf7"><code>1927225</code></a> doc: add table of content</li> <li>Additional commits viewable in <a href="https://github.com/theskumar/python-dotenv/compare/v0.15.0...v0.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-dotenv&package-manager=pip&previous-version=0.15.0&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
TheLovinator 2026-09-02 13:09:10 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
TheLovinator/discord-twitter-webhooks#58
No description provided.