Skip to content

Commit

Permalink
feat(deps): bump cachecontrol from 0.13.1 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [cachecontrol](https://github.com/psf/cachecontrol) from 0.13.1 to 0.14.0.
- [Release notes](https://github.com/psf/cachecontrol/releases)
- [Changelog](https://github.com/psf/cachecontrol/blob/master/docs/release_notes.rst)
- [Commits](psf/cachecontrol@v0.13.1...v0.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent d146cbb commit 5bd2ca7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.9"
requests = ">=2.28.2"
cachecontrol = "^0.13.0"
cachecontrol = ">=0.13,<0.15"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.3.1,<9.0.0"
Expand Down

0 comments on commit 5bd2ca7

Please sign in to comment.