Skip to content

Commit b59c20d

Browse files
committed
Update dependencies, pin luigi
Why these changes are being introduced: A dependencies update was long overdue but luigui 3.6 brings a considerable amount of linting errors that will need addressing (or blanket ignoring). Currently, this project works well with luigi 3.5.1 so felt safe to pin this for the time being and allow other updates to proceed. How this addresses that need: * updates dependencies * pins luigi to 3.5.1 Side effects of this change: * luigi not automatically updated, but will get revisited during next maintenance Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/IN-1194
1 parent bd3e83d commit b59c20d

File tree

5 files changed

+921
-839
lines changed

5 files changed

+921
-839
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77
click = "*"
88
sentry-sdk = "*"
99
oracledb = "*"
10-
luigi = "*"
10+
luigi = "3.5.1"
1111
pandas = "*"
1212
pandas-stubs = "*"
1313
attrs = "*"

0 commit comments

Comments
 (0)