Skip to content

Commit 7af859d

Browse files
Update cachecontrol requirement from <0.13 to <0.14 (#230)
* Update cachecontrol requirement from <0.13 to <0.14 Updates the requirements on [cachecontrol](https://github.com/ionrock/cachecontrol) to permit the latest version. - [Release notes](https://github.com/ionrock/cachecontrol/releases) - [Changelog](https://github.com/psf/cachecontrol/blob/master/docs/release_notes.rst) - [Commits](psf/cachecontrol@0.5...v0.13.0) --- updated-dependencies: - dependency-name: cachecontrol dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent c799673 commit 7af859d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ cwl-upgrader >= 1.2.3
22
packaging
33
rdflib
44
requests
5-
CacheControl < 0.13
6-
urllib3 < 2 # until CacheControl has a fixed release
5+
CacheControl < 0.14
76
schema-salad >= 8.3.20220825114525, < 9
87
ruamel.yaml >= 0.17.6, < 0.18;python_version>='3.7'
98
ruamel.yaml >= 0.16.12, < 0.18

0 commit comments

Comments
 (0)