Skip to content

Commit

Permalink
build(deps): Bump requests-cache from 1.2.0 to 1.2.1 (#355)
Browse files Browse the repository at this point in the history
Bumps [requests-cache](https://github.com/requests-cache/requests-cache) from 1.2.0 to 1.2.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.2.0...v1.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 5, 2024
1 parent 9985423 commit 84bdf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python-frontmatter==1.1.0 # used in endoflife.py to parse products YAML frontmat
python-liquid==1.12.1 # used in endoflife.py to render version templates
requests==2.32.3 # used in http.py to make HTTP requests simpler
requests-futures==1.0.1 # used in http.py to be able to make async HTTP requests
requests-cache==1.2.0 # used in http.py to be able to cache HTTP requests
requests-cache==1.2.1 # used in http.py to be able to cache HTTP requests
ruamel.yaml==0.18.6 # used in latest.py
ruamel.yaml.clib==0.2.8 # used in latest.py
soupsieve==2.5 # used in conjunction with beautifulsoup4

0 comments on commit 84bdf98

Please sign in to comment.