Skip to content

Commit 4b31c30

Browse files
committed
Unpin funcy major version
1 parent 6c838a8 commit 4b31c30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pytest==7.2.1
22
pytest-django==4.5.2
33
django>=3.2
44
redis>=3.0.0
5-
funcy>=1.8,<3.0
5+
funcy>=1.8
66
before_after==1.0.0
77
jinja2>=2.10
88
dill

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
install_requires=[
2727
'django>=3.2',
2828
'redis>=3.0.0',
29-
'funcy>=1.8,<3.0',
29+
'funcy>=1.8',
3030
],
3131
classifiers=[
3232
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)