Skip to content

Commit c792cb0

Browse files
committed
Allow requests_cache upgrade beyond 0.7.x
0.8 is incompatible with Python 3.6, but now that we're dropping py36 support, we can upgrade `requests_cache`.
1 parent a2fd13f commit c792cb0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.cfg

+2-4
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ test =
6868
pytest-mypy
6969
pyupgrade>=2.31.0
7070
regex>=2021.4.4
71-
# TODO: upgrade requests-cache once we've dropped Python 3.6 support
72-
requests_cache>=0.7,<0.8
71+
requests_cache>=0.7
7372
ruamel.yaml>=0.17.21
7473
safety>=1.10.3
7574
types-requests>=2.27.9
@@ -78,8 +77,7 @@ release =
7877
airium>=0.2.3
7978
click>=8.0.0
8079
defusedxml>=0.7.1
81-
# TODO: upgrade requests-cache once we've dropped Python 3.6 support
82-
requests_cache>=0.7,<0.8
80+
requests_cache>=0.7
8381

8482
[flake8]
8583
# Line length according to Black rules

0 commit comments

Comments
 (0)