File tree Expand file tree Collapse file tree 3 files changed +184
-158
lines changed Expand file tree Collapse file tree 3 files changed +184
-158
lines changed Original file line number Diff line number Diff line change @@ -142,3 +142,29 @@ dmypy.json
142142
143143# Pyre type checker
144144.pyre /
145+
146+ # General
147+ .DS_Store
148+ __MACOSX /
149+ .AppleDouble
150+ .LSOverride
151+ Icon [ ]
152+
153+ # Thumbnails
154+ ._ *
155+
156+ # Files that might appear in the root of a volume
157+ .DocumentRevisions-V100
158+ .fseventsd
159+ .Spotlight-V100
160+ .TemporaryItems
161+ .Trashes
162+ .VolumeIcon.icns
163+ .com.apple.timemachine.donotpresent
164+
165+ # Directories potentially created on remote AFP share
166+ .AppleDB
167+ .AppleDesktop
168+ Network Trash Folder
169+ Temporary Items
170+ .apdisk
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies = [
3232 " psycopg[binary]==3.2.10" ,
3333 " psycopg2-binary==2.9.10" ,
3434 " sqlalchemy~=2.0" ,
35- " singer-sdk[sql]~=0.52 .0" ,
35+ " singer-sdk[sql]~=0.53 .0" ,
3636]
3737
3838[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments