Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump requests-cache from 0.7.1 to 0.7.2 #397

Merged
merged 1 commit into from
Jul 25, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2021

Bumps requests-cache from 0.7.1 to 0.7.2.

Changelog

Sourced from requests-cache's changelog.

0.7.2 (2021-07-21)

  • Add support for Response.next (to get the next request in a redirect chain) when 302 responses are cached directly
  • Add a CachedResponse.cache_key attribute
  • Make CachedResponse a non-slotted class to allow client code to set arbitrary attributes on it
Commits
  • 314cf48 Update changelog
  • ccd4481 Merge pull request #329 from JWCook/docs
  • 53b7cfa Add some missing modules to API docs, and some additional doc formatting
  • 6bf9d6f Merge pull request #328 from JWCook/response-cache-key
  • aa48477 Update changelog and contributors
  • 9a7ae9a Add CachedResponse.cache_key attribute and update in CachedSession.send()
  • 0e933fc Merge pull request #324 from JWCook/cached-response-fixes
  • 345247e Fix unpickling CachedResponse on python 3.6
  • 9723ab8 Update changelog, bump project version, and bump black version
  • dc495b3 Add support for Response.next when 302 responses are cached directly
  • 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 25, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/requests-cache-0.7.2 branch 2 times, most recently from 3eb4c8d to 3ddaa90 Compare July 25, 2021 20:28
Bumps [requests-cache](https://github.com/reclosedev/requests-cache) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/reclosedev/requests-cache/releases)
- [Changelog](https://github.com/reclosedev/requests-cache/blob/master/HISTORY.md)
- [Commits](requests-cache/requests-cache@v0.7.1...v0.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/requests-cache-0.7.2 branch from 3ddaa90 to 145910e Compare July 25, 2021 20:31
@glensc glensc merged commit 3487f46 into main Jul 25, 2021
@glensc glensc deleted the dependabot/pip/requests-cache-0.7.2 branch July 25, 2021 20:32
@simonc56
Copy link
Collaborator

@glensc can dependabot update requirements.txt too ?
Currently it does not update together with Pipfile and Pipfile.lock therefore the dependancies can be a mess for support (depends how user install dependancies).

@simonc56
Copy link
Collaborator

requests-cache 0.7.2 also needs requests 2.26.0

@glensc
Copy link
Collaborator

glensc commented Jul 28, 2021

@twolaw don't know. planned to update manually, but you know, life got ahead of me.

probably best just to disable auto-updates for now? if you think so too, submit a merge request. altho worth searching their docs or stack overflow first.

however, as the merges were all manual, perhaps remember to do the requirements.txt update before the merge.

Repository owner locked as resolved and limited conversation to collaborators Jan 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants