deps(deps): bump requests from 2.31.0 to 2.33.0#20
deps(deps): bump requests from 2.31.0 to 2.33.0#20dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [requests](https://github.com/psf/requests) from 2.31.0 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.31.0...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
HarperBotThe provided diff shows a consistent upgrade of the Analysis of Changes:
Suggested Improvements:The change itself is a positive improvement. To further enhance code quality and maintainability, especially for pyproject.toml
@@ -4,7 +4,7 @@
dependencies = [
"flask==3.1.2",
"python-dotenv==1.1.1",
- "requests==2.32.5",
+ "requests==2.33.0", # Updated for latest bug fixes and security patches.
"gunicorn==23.0.0",
"flask-openapi3==4.0.0",
"pydantic==2.12.0",requirements.in
@@ -1,5 +1,5 @@
flask==3.1.2
python-dotenv==1.1.1
-requests==2.32.5
+requests==2.33.0 # Updated for latest bug fixes and security patches.
gunicorn==23.0.
<!-- harperbot-sha: 47ae74f1746125ddae5c8e39103abc8f6c70cdf3 -->
</details> |
| "flask==3.1.2", | ||
| "python-dotenv==1.1.1", | ||
| "requests==2.32.5", | ||
| "requests==2.33.0", |
There was a problem hiding this comment.
| "requests==2.33.0", | |
| "requests==2.33.0", # Updated for latest bug fixes and security patches. |
|
Superseded by #25. |
Bumps requests from 2.31.0 to 2.33.0.
Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
... (truncated)
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)