chore(deps): bump requests from 2.32.4 to 2.33.0 in /etsy_python#16
chore(deps): bump requests from 2.32.4 to 2.33.0 in /etsy_python#16dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Test Coverage ReportOverall: 93% (1533/1643 statements covered) Coverage by file
Updated by PR Tests |
There was a problem hiding this comment.
Pull request overview
Updates the pinned requests dependency version for the etsy_python package.
Changes:
- Bump
requestsfrom2.32.4to2.33.0inetsy_python/requirements.txt.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,2 +1,2 @@ | |||
| requests==2.32.4 | |||
| requests==2.33.0 | |||
There was a problem hiding this comment.
Pinning requests==2.33.0 will likely break installs/CI on Python 3.8 used by this repo (e.g., .github/workflows/pr-tests.yml and python-publish.yml run on 3.8). Requests 2.32.5+ dropped Python 3.8 support (and 2.33.0 drops 3.9 as well), so pip install -r etsy_python/requirements.txt on 3.8 should fail. Either keep requests pinned to the last version that supports your minimum Python, or bump the project’s minimum Python version and update workflows + packaging metadata (python_requires) accordingly.
| requests==2.33.0 | |
| requests==2.32.4 |
|
Looks like requests is up-to-date now, so this is no longer needed. |
Bumps requests from 2.32.4 to 2.33.0.
Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
bc04dfdv2.33.066d21cbMerge commit from fork8b9bc8fMove badges to top of README (#7293)e331a28Remove unused extraction call (#7292)753fd08docs: fix FAQ grammar in httplib2 example774a0b8docs(socks): same block as other sections9c72a41Bump github/codeql-action from 4.33.0 to 4.34.1ebf7190Bump github/codeql-action from 4.32.0 to 4.33.00e4ae38docs: exclude Response.is_permanent_redirect from API docs (#7244)d568f47docs: clarify Quickstart POST example (#6960)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.