[PR #179] [MERGED] build(deps): bump requests from 2.22.0 to 2.23.0 in /examples/python #408

Closed
opened 2026-03-03 12:29:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/179
Author: @dependabot-preview[bot]
Created: 2/20/2020
Status: Merged
Merged: 2/20/2020
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/pip/examples/python/requests-2.23.0


📝 Commits (1)

  • 8065d8a build(deps): bump requests from 2.22.0 to 2.23.0 in /examples/python

📊 Changes

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

View changed files

📝 examples/python/requirements.txt (+1 -1)

📄 Description

Bumps requests from 2.22.0 to 2.23.0.

Changelog

Sourced from requests's changelog.

2.23.0 (2020-02-19)

Improvements

  • Remove defunct reference to prefetch in Session __attrs__ (#5110)

Bugfixes

  • Requests no longer outputs password in basic auth usage warning. (#5099)

Dependencies

  • Pinning for chardet and idna now uses major version instead of minor. This hopefully reduces the need for releases everytime a dependency is updated.
Commits
  • c7e0fc0 v2.23.0
  • fd13816 Revert "Fix for response with UTF-8 BOM #4976"
  • 24bcb9e Revert "Use urllib for chunked requests"
  • b15056d Revert "#4965 fix: Accessing response.content twice removes forgets read error."
  • 80011a7 Remove an obsolete attribute from attrs
  • c46f55b Limit dependencies to major instead of minor (#5342)
  • e113020 Fix the syntax highlighting in the example (#5276)
  • 23f6faa Merge pull request #5346 from stock1218/master
  • ae0a497 Update link to pipenv in installation guide.
  • b1631b0 Update link to pipenv in README.
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/fsouza/fake-gcs-server/pull/179 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/20/2020 **Status:** ✅ Merged **Merged:** 2/20/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/pip/examples/python/requests-2.23.0` --- ### 📝 Commits (1) - [`8065d8a`](https://github.com/fsouza/fake-gcs-server/commit/8065d8a77615db7336b49e9c77753d41ac157847) build(deps): bump requests from 2.22.0 to 2.23.0 in /examples/python ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/python/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.23.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/requests/blob/master/HISTORY.md">requests's changelog</a>.</em></p> <blockquote> <h2>2.23.0 (2020-02-19)</h2> <p><strong>Improvements</strong></p> <ul> <li>Remove defunct reference to <code>prefetch</code> in Session <code>__attrs__</code> (<a href="https://github-redirect.dependabot.com/psf/requests/issues/5110">#5110</a>)</li> </ul> <p><strong>Bugfixes</strong></p> <ul> <li>Requests no longer outputs password in basic auth usage warning. (<a href="https://github-redirect.dependabot.com/psf/requests/issues/5099">#5099</a>)</li> </ul> <p><strong>Dependencies</strong></p> <ul> <li>Pinning for <code>chardet</code> and <code>idna</code> now uses major version instead of minor. This hopefully reduces the need for releases everytime a dependency is updated.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/requests/commit/c7e0fc087ceeadb8b4c84a0953a422c474093d6d"><code>c7e0fc0</code></a> v2.23.0</li> <li><a href="https://github.com/psf/requests/commit/fd13816d015c4c90ee65297fa996caea6a094ed1"><code>fd13816</code></a> Revert &quot;Fix for response with UTF-8 BOM <a href="https://github-redirect.dependabot.com/psf/requests/issues/4976">#4976</a>&quot;</li> <li><a href="https://github.com/psf/requests/commit/24bcb9eab60d2db5e71979ea391b3e5675daff1f"><code>24bcb9e</code></a> Revert &quot;Use urllib for chunked requests&quot;</li> <li><a href="https://github.com/psf/requests/commit/b15056d1d3c4ca3546c88b9fe390f0721b198c2e"><code>b15056d</code></a> Revert &quot;<a href="https://github-redirect.dependabot.com/psf/requests/issues/4965">#4965</a> fix: Accessing response.content twice removes forgets read error.&quot;</li> <li><a href="https://github.com/psf/requests/commit/80011a7917afe2cd6a5fa8359e7ea90203880b3c"><code>80011a7</code></a> Remove an obsolete attribute from <strong>attrs</strong></li> <li><a href="https://github.com/psf/requests/commit/c46f55bd48dabc02f033d252f8c64e2011f37361"><code>c46f55b</code></a> Limit dependencies to major instead of minor (<a href="https://github-redirect.dependabot.com/psf/requests/issues/5342">#5342</a>)</li> <li><a href="https://github.com/psf/requests/commit/e11302018b72679505503241c9276a46c163e14a"><code>e113020</code></a> Fix the syntax highlighting in the example (<a href="https://github-redirect.dependabot.com/psf/requests/issues/5276">#5276</a>)</li> <li><a href="https://github.com/psf/requests/commit/23f6faa7cd36a95aa08da7885ad0adf41dd94ec0"><code>23f6faa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/psf/requests/issues/5346">#5346</a> from stock1218/master</li> <li><a href="https://github.com/psf/requests/commit/ae0a497b0c8506f6187167da8d181fa400fd08f8"><code>ae0a497</code></a> Update link to pipenv in installation guide.</li> <li><a href="https://github.com/psf/requests/commit/b1631b03bc8dbff0266225b2ecebed9880449c32"><code>b1631b0</code></a> Update link to pipenv in README.</li> <li>Additional commits viewable in <a href="https://github.com/psf/requests/compare/v2.22.0...v2.23.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=requests&package-manager=pip&previous-version=2.22.0&new-version=2.23.0)](https://dependabot.com/compatibility-score/?dependency-name=requests&package-manager=pip&previous-version=2.22.0&new-version=2.23.0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:29:53 +03:00
Sign in to join this conversation.
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
starred/fake-gcs-server#408
No description provided.