Skip to content

Commit 14b8ee6

Browse files
authored
Merge pull request #6 from PrincetonUniversity/dependabot/pip/dill-gte-0.3.8-and-lt-0.5
deps(pip): update dill requirement from <0.4,>=0.3.8 to >=0.3.8,<0.5
2 parents 72be70a + 3e0553b commit 14b8ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ numpy>=2.0,<3
1616
# Optional integrations
1717
dropbox>=12,<14
1818
tenacity>=8.3,<9
19-
dill>=0.3.8,<0.4
19+
dill>=0.3.8,<0.5
2020

2121
# Production server
2222
gunicorn>=21.2,<23

0 commit comments

Comments
 (0)