Skip to content

deps(pip): bump requests from 2.33.0 to 2.33.1#56

Open
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/pip/requests-2.33.1
Open

deps(pip): bump requests from 2.33.0 to 2.33.1#56
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/pip/requests-2.33.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps requests from 2.33.0 to 2.33.1.

Release notes

Sourced from requests's releases.

v2.33.1

2.33.1 (2026-03-30)

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary files in the tmp directory. (#7305)
  • Fixed Content-Type header parsing for malformed values. (#7309)
  • Improved error consistency for malformed header values. (#7308)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2331-2026-03-30

Changelog

Sourced from requests's changelog.

2.33.1 (2026-03-30)

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary files in the tmp directory. (#7305)
  • Fixed Content-Type header parsing for malformed values. (#7309)
  • Improved error consistency for malformed header values. (#7308)
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [requests](https://github.com/psf/requests) from 2.33.0 to 2.33.1.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.33.0...v2.33.1)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 6, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@jmanzanog
Copy link
Copy Markdown
Owner

CI is currently failing because the base workflow runs pip-audit against a transitive vulnerability in curl_cffi 0.13.0 pulled by yfinance==1.2.0, not because of this dependency bump itself.

I opened #60 to unblock the queue by scoping the audit to requirements.txt and temporarily ignoring CVE-2026-33752 until upstream relaxes the yfinance constraint.

@jmanzanog
Copy link
Copy Markdown
Owner

CI está fallando por un bloqueo mecánico ajeno a este bump: pip-audit marca curl_cffi 0.13.0 (CVE-2026-33752), pero yfinance==1.2.0 todavía exige curl_cffi<0.14.

Fix temporal ya abierto en #60 para desbloquear estas PRs sin tocar lógica de negocio. Cuando #60 entre a main, esta PR debería quedar mergeable con checks verdes.

@jmanzanog
Copy link
Copy Markdown
Owner

Heads-up: #61 now contains a cleaner root-cause fix for this CI failure.

The current failure is still the pip-audit finding on curl_cffi 0.13.0 / CVE-2026-33752, caused by yfinance 1.2.0 constraining curl_cffi<0.14.

PR #61 bumps yfinance to 1.2.1, which allows curl_cffi>=0.15 and should remove the blocker once merged and branches are updated.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.53%. Comparing base (1d8a9f8) to head (a5c2a7e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #56   +/-   ##
=======================================
  Coverage   95.53%   95.53%           
=======================================
  Files           7        7           
  Lines         448      448           
  Branches       55       55           
=======================================
  Hits          428      428           
  Misses         12       12           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant