Skip to content

Bump requests-cache from 1.0.1 to 1.1.1 - #461

Merged
rtibbles merged 1 commit into
developfrom
dependabot/pip/requests-cache-1.1.1
Jan 26, 2024
Merged

Bump requests-cache from 1.0.1 to 1.1.1#461
rtibbles merged 1 commit into
developfrom
dependabot/pip/requests-cache-1.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 26, 2024

Copy link
Copy Markdown
Contributor

Bumps requests-cache from 1.0.1 to 1.1.1.

Release notes

Sourced from requests-cache's releases.

v1.1: Bugfixes and SQLite concurrency improvements

This is a smaller release with mainly bugfixes and some improvements to the SQLite backend.

See Changelog for complete release details.

Thanks to everyone who provided bug reports, suggestions, and other feedback!

Changelog

Sourced from requests-cache's changelog.

1.1.1 (2023-11-18)

  • Backport fix from 1.2: Add compatibility with cattrs 23.2

1.1.0 (2023-06-30)

⚙️ Session settings:

  • Add support for regular expressions with urls_expire_after

💾 SQLite Backend:

  • Add busy_timeout argument (see SQLite docs for details)
  • In WAL journaling mode (wal=True), default to 'normal' synchronous mode instead of 'full'
  • Fix potential OperationalError: database is locked in multithreaded SQLite usage during bulk delete operations
  • Fix deadlock in multithreaded SQLite usage if a thread encounters an error during COMMIT

🪲 Bugfixes:

  • Fix loading cached JSON content with decode_content=True when the root element is a list
  • Fix BaseCache.recreate_keys() to normalize response bodies with b'None'
  • Fix BaseCache.contains() for multipart POST requests
  • Fix CachedResponse.history not being fully deserialized on python<=3.8
  • Fix request matching with Vary and redirects
  • Skip normalizing CachedResponse.url so it always matches the original request URL
  • Avoid unnecessary cache writes for revalidation requests if headers and expiration are unchanged
  • Add compatibility with urllib3 2.0
Commits
  • 715b148 Merge pull request #909 from requests-cache/fix-decoded-content-v1.1
  • 9d52405 Workaround for poetry issue #7611
  • 248d343 Use poetry v1.5 for compatibility with python 3.7
  • 176630c Fix for compatibility with cattrs 23.2
  • 0a27691 Update for breaking change in readthedocs config
  • 9e9188b Update changelog
  • 2eca6ec Merge pull request #844 from requests-cache/sqlite-retries
  • fa732c7 Allow setting a custom number of write retries if the SQLite db is locked
  • 4bf0b49 Merge pull request #843 from requests-cache/fix-contains-multipart
  • ea7ec85 Merge pull request #842 from requests-cache/test-matrix
  • 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 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-cache](https://github.com/requests-cache/requests-cache) from 1.0.1 to 1.1.1.
- [Release notes](https://github.com/requests-cache/requests-cache/releases)
- [Changelog](https://github.com/requests-cache/requests-cache/blob/main/HISTORY.md)
- [Commits](requests-cache/requests-cache@v1.0.1...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 26, 2024
@rtibbles
rtibbles merged commit 6b8f496 into develop Jan 26, 2024
@dependabot
dependabot Bot deleted the dependabot/pip/requests-cache-1.1.1 branch January 26, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

1 participant