Skip to content

Commit

Permalink
Bump requests-cache from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [requests-cache](https://github.com/requests-cache/requests-cache) from 1.1.0 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.1.0...v1.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent a157d39 commit 8b3fcdb
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ cycler==0.11.0
# via matplotlib
distlib==0.3.7
# via virtualenv
exceptiongroup==1.1.3
# via
# cattrs
# pytest
filelock==3.12.4
# via virtualenv
fiona==1.9.4.post1
Expand Down Expand Up @@ -134,7 +138,7 @@ requests==2.31.0
# via
# -r requirements.dev.in
# requests-cache
requests-cache==1.1.0
requests-cache==1.1.1
# via -r requirements.dev.in
ruff==0.0.292
# via -r requirements.dev.in
Expand All @@ -151,6 +155,17 @@ six==1.16.0
# url-normalize
tenacity==8.2.3
# via plotly
tomli==2.0.1
# via
# black
# build
# pip-tools
# pyproject-hooks
# pytest
typing-extensions==4.8.0
# via
# black
# cattrs
tzdata==2023.3
# via pandas
unidecode==1.3.7
Expand Down

0 comments on commit 8b3fcdb

Please sign in to comment.