[PR #11] [CLOSED] Bump python-dotenv from 0.17.0 to 0.17.1 #60

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/11
Author: @dependabot[bot]
Created: 4/30/2021
Status: Closed

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


📝 Commits (1)

  • 75d6dcf Bump python-dotenv from 0.17.0 to 0.17.1

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps python-dotenv from 0.17.0 to 0.17.1.

Release notes

Sourced from python-dotenv's releases.

Version 0.17.1

Fixed

  • Fixed tests for build environments relying on PYTHONPATH (#318 by @​befeleme).
Changelog

Sourced from python-dotenv's changelog.

[0.17.1] - 2021-04-29

Fixed

  • Fixed tests for build environments relying on PYTHONPATH (#318 by [@​befeleme]).
Commits

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/11 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/30/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/python-dotenv-0.17.1` --- ### 📝 Commits (1) - [`75d6dcf`](https://github.com/TheLovinator1/discord-twitter-webhooks/commit/75d6dcf69ffcd3f970f570310bd9340dac0cd98e) Bump python-dotenv from 0.17.0 to 0.17.1 ### 📊 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.17.0 to 0.17.1. <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.1</h2> <h2>Fixed</h2> <ul> <li>Fixed tests for build environments relying on <code>PYTHONPATH</code> (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/318">#318</a> by <a href="https://github.com/befeleme"><code>@​befeleme</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.1] - 2021-04-29</h2> <h3>Fixed</h3> <ul> <li>Fixed tests for build environments relying on <code>PYTHONPATH</code> (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/318">#318</a> by [<a href="https://github.com/befeleme"><code>@​befeleme</code></a>]).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/theskumar/python-dotenv/commit/303423864ae00f8d5f21cb39d6421a7d775a3daf"><code>3034238</code></a> Release version 0.17.1</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/7d9b45a290b509c31daed780b97a3a3f15d25065"><code>7d9b45a</code></a> Copy existing environment for usage in tests</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/abde8e5e8409c70c05edadf379ec7308a4965c8c"><code>abde8e5</code></a> Fix stream parse example in README.md</li> <li>See full diff in <a href="https://github.com/theskumar/python-dotenv/compare/v0.17.0...v0.17.1">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.17.0&new-version=0.17.1)](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#60
No description provided.