{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":168330293,"defaultBranch":"master","name":"CleverCSV","ownerLogin":"alan-turing-institute","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-01-30T11:15:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/18304793?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716229313.0","currentOid":""},"activityList":{"items":[{"before":"9a01edce8791ddf93cdb869efd50f221dca5da36","after":null,"ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.18.0","pushedAt":"2024-05-20T18:21:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"8fb3594ffcf4247e2e564c1d77a03b8255973afc","ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.18.1","pushedAt":"2024-05-20T18:21:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: pypa/cibuildwheel\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":null,"after":"9a01edce8791ddf93cdb869efd50f221dca5da36","ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.18.0","pushedAt":"2024-05-13T18:39:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pypa/cibuildwheel from 2.17.0 to 2.18.0\n\nBumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17.0 to 2.18.0.\n- [Release notes](https://github.com/pypa/cibuildwheel/releases)\n- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)\n- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.17.0...v2.18.0)\n\n---\nupdated-dependencies:\n- dependency-name: pypa/cibuildwheel\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pypa/cibuildwheel from 2.17.0 to 2.18.0"}},{"before":"1f2515331eed17dc974d58da2e21b29944137c24","after":"a49cb88f962d3b4d20e1a51eb5efe09538bcaa55","ref":"refs/heads/master","pushedAt":"2024-03-23T11:08:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"Update readthedocs config","shortMessageHtmlLink":"Update readthedocs config"}},{"before":"4c38e4d2f394b242c0efda9c744bd530320a162c","after":null,"ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.17.0","pushedAt":"2024-03-21T20:39:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"7098c4f0dce0a290957f4e67de151539227821cc","after":"1f2515331eed17dc974d58da2e21b29944137c24","ref":"refs/heads/master","pushedAt":"2024-03-21T20:38:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 (#124)\n\nBumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 to 2.17.0.\r\n- [Release notes](https://github.com/pypa/cibuildwheel/releases)\r\n- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)\r\n- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.5...v2.17.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: pypa/cibuildwheel\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 (#124)"}},{"before":"4a7a270b2c473faad2b0d3666d75efa35ea51a4e","after":"7098c4f0dce0a290957f4e67de151539227821cc","ref":"refs/heads/master","pushedAt":"2024-03-21T20:34:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"Optimize the normal form detection (#123)\n\n* optimize normal_form\r\n\r\nThe even_rows was always called with every_row_has_delim. This meant possibly two full scans of all the rows.\r\n\r\nBy joining those two functions, we can save one of the scans. Also, the logic previously implemented by even_rows now exits early whenever possible (previous implementation used to scan the whole file no matter what).\r\n\r\n* further optimize normal_form\r\n\r\nAvoid unnecessary splitting and joining of the rows. The current implementation would split the file into rows in each of the is_form_x separately. They all would do it the same way.\r\n\r\nSo instead, we can split the file once and pass the lines to the is_form_x directly. It also allows us to avoid \"re-joining\" of the lines in is_form_5 when it calls the is_form_2.\r\n\r\nThe test_normal_forms test inputs were changed accordingly: they are split by the `\\n` and the trailing newlines were manually removed (the actual code will always strip the trailing newlines before calling the is_form_x functions).","shortMessageHtmlLink":"Optimize the normal form detection (#123)"}},{"before":null,"after":"4c38e4d2f394b242c0efda9c744bd530320a162c","ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.17.0","pushedAt":"2024-03-18T18:55:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pypa/cibuildwheel from 2.16.5 to 2.17.0\n\nBumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 to 2.17.0.\n- [Release notes](https://github.com/pypa/cibuildwheel/releases)\n- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)\n- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.5...v2.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: pypa/cibuildwheel\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pypa/cibuildwheel from 2.16.5 to 2.17.0"}},{"before":"6f6b63ee8575fb0e58012f90a9e1b3aa346ff197","after":null,"ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.16.5","pushedAt":"2024-03-11T20:29:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"}},{"before":"f48ab1a4b187b3f870e40c50071ab18db2f6f8b2","after":"4a7a270b2c473faad2b0d3666d75efa35ea51a4e","ref":"refs/heads/master","pushedAt":"2024-03-11T20:29:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"Bump pypa/cibuildwheel from 2.16.2 to 2.16.5 (#122)\n\nBumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.2 to 2.16.5.\r\n- [Release notes](https://github.com/pypa/cibuildwheel/releases)\r\n- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)\r\n- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.2...v2.16.5)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: pypa/cibuildwheel\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump pypa/cibuildwheel from 2.16.2 to 2.16.5 (#122)"}},{"before":"0a6c834c4f5d87fecd331a2842623e1d4f6f70d5","after":null,"ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.16.4","pushedAt":"2024-02-05T18:37:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"6f6b63ee8575fb0e58012f90a9e1b3aa346ff197","ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.16.5","pushedAt":"2024-02-05T18:37:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pypa/cibuildwheel from 2.16.2 to 2.16.5\n\nBumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.2 to 2.16.5.\n- [Release notes](https://github.com/pypa/cibuildwheel/releases)\n- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)\n- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.2...v2.16.5)\n\n---\nupdated-dependencies:\n- dependency-name: pypa/cibuildwheel\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pypa/cibuildwheel from 2.16.2 to 2.16.5"}},{"before":null,"after":"0a6c834c4f5d87fecd331a2842623e1d4f6f70d5","ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.16.4","pushedAt":"2024-01-29T18:16:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pypa/cibuildwheel from 2.16.2 to 2.16.4\n\nBumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.2 to 2.16.4.\n- [Release notes](https://github.com/pypa/cibuildwheel/releases)\n- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)\n- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.2...v2.16.4)\n\n---\nupdated-dependencies:\n- dependency-name: pypa/cibuildwheel\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pypa/cibuildwheel from 2.16.2 to 2.16.4"}},{"before":"7201c3c4e7496dfbda49be19270223b4d8f24ea1","after":"f48ab1a4b187b3f870e40c50071ab18db2f6f8b2","ref":"refs/heads/master","pushedAt":"2023-12-03T17:03:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"standardize : allow users to specify output encoding (#118)\n\n* add target encoding\r\n\r\n* docstring and change arg name\r\n\r\n* fix error when write to_file, factorize 'target_encoding or encoding'\r\n\r\n* target_encoding -> target-encoding\r\n\r\n* test target_encoding\r\n\r\n* test target_encoding raise UnicodeEncodeError\r\n\r\n* revert unnecessary changes\r\n\r\n* test target_encoding2\r\n\r\n* add detected encoding assertion\r\n\r\n* fix formating errors with black\r\n\r\n* add open encoding","shortMessageHtmlLink":"standardize : allow users to specify output encoding (#118)"}},{"before":"2179d29650b2700bb787ab6cab693256eb0bab0d","after":null,"ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.16.2","pushedAt":"2023-10-28T12:17:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"}},{"before":"3b0fa83291867650aeea0e8a41f57a76b68e4c84","after":"7201c3c4e7496dfbda49be19270223b4d8f24ea1","ref":"refs/heads/master","pushedAt":"2023-10-28T12:16:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"Bump pypa/cibuildwheel from 2.16.0 to 2.16.2 (#116)\n\nBumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.0 to 2.16.2.\r\n- [Release notes](https://github.com/pypa/cibuildwheel/releases)\r\n- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)\r\n- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.0...v2.16.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: pypa/cibuildwheel\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump pypa/cibuildwheel from 2.16.0 to 2.16.2 (#116)"}},{"before":"2ed0e258ba7af57d14788620ed472ba67b13fe7d","after":null,"ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.16.1","pushedAt":"2023-10-09T18:09:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"2179d29650b2700bb787ab6cab693256eb0bab0d","ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.16.2","pushedAt":"2023-10-09T18:09:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pypa/cibuildwheel from 2.16.0 to 2.16.2\n\nBumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.0 to 2.16.2.\n- [Release notes](https://github.com/pypa/cibuildwheel/releases)\n- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)\n- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.0...v2.16.2)\n\n---\nupdated-dependencies:\n- dependency-name: pypa/cibuildwheel\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pypa/cibuildwheel from 2.16.0 to 2.16.2"}},{"before":null,"after":"2ed0e258ba7af57d14788620ed472ba67b13fe7d","ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.16.1","pushedAt":"2023-10-02T18:03:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pypa/cibuildwheel from 2.16.0 to 2.16.1\n\nBumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.0 to 2.16.1.\n- [Release notes](https://github.com/pypa/cibuildwheel/releases)\n- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)\n- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.0...v2.16.1)\n\n---\nupdated-dependencies:\n- dependency-name: pypa/cibuildwheel\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pypa/cibuildwheel from 2.16.0 to 2.16.1"}},{"before":"2db251c9f69dd03fc9753a7eeebc550b76431912","after":"3b0fa83291867650aeea0e8a41f57a76b68e4c84","ref":"refs/heads/master","pushedAt":"2023-09-24T19:38:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"CleverCSV Release 0.8.2\n\n* Add more type hints to CleverCSV\n* Move the import of the optional tabview dependency to where it's needed (for #101)\n* Allow inspecting more rows for header detection (fixes #98)","shortMessageHtmlLink":"CleverCSV Release 0.8.2"}},{"before":"13a6ad3e8d58970a65dba5edf9d6e6ff74a04066","after":"2db251c9f69dd03fc9753a7eeebc550b76431912","ref":"refs/heads/master","pushedAt":"2023-09-24T19:06:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"bump version","shortMessageHtmlLink":"bump version"}},{"before":"adbfa5968fe947937065f5e8eee97d2f0914a537","after":"13a6ad3e8d58970a65dba5edf9d6e6ff74a04066","ref":"refs/heads/master","pushedAt":"2023-09-24T19:01:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"minor fix for use of DetectionMethod en","shortMessageHtmlLink":"minor fix for use of DetectionMethod en"}},{"before":"1ef2c41c629407181acf9fbefb9e628f0739e326","after":null,"ref":"refs/heads/feature/header_check_more_rows","pushedAt":"2023-09-24T17:34:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"}},{"before":"c600cf61910ad9399eace942ba412e77d8eb3fc8","after":"adbfa5968fe947937065f5e8eee97d2f0914a537","ref":"refs/heads/master","pushedAt":"2023-09-24T17:32:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"Merge branch 'feature/header_check_more_rows'","shortMessageHtmlLink":"Merge branch 'feature/header_check_more_rows'"}},{"before":null,"after":"1ef2c41c629407181acf9fbefb9e628f0739e326","ref":"refs/heads/feature/header_check_more_rows","pushedAt":"2023-09-24T14:10:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"allow more rows to be checked (fixes #98)","shortMessageHtmlLink":"allow more rows to be checked (fixes #98)"}},{"before":"0982707e768591c442794b606a0e37e148f172ab","after":"c600cf61910ad9399eace942ba412e77d8eb3fc8","ref":"refs/heads/master","pushedAt":"2023-09-24T14:08:26.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"Merge branch 'feature/add_type_hints'","shortMessageHtmlLink":"Merge branch 'feature/add_type_hints'"}},{"before":"dff58004aed80bbed7a62dc4f1e26f9d0944fa44","after":"aba1362eeaa263ecb62636ef18adb4907ca4951a","ref":"refs/heads/feature/add_type_hints","pushedAt":"2023-09-24T14:01:54.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"More type hints","shortMessageHtmlLink":"More type hints"}},{"before":"f07329995d5f55a5bff65d92f53319182172ff46","after":null,"ref":"refs/heads/dependabot/github_actions/pypa/cibuildwheel-2.16.0","pushedAt":"2023-09-24T10:58:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"bc85ac10b70058264d4f3d0681d8db9f68f4616c","after":"0982707e768591c442794b606a0e37e148f172ab","ref":"refs/heads/master","pushedAt":"2023-09-24T10:58:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"GjjvdBurg","name":"Gertjan van den Burg","path":"/GjjvdBurg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3286696?s=80&v=4"},"commit":{"message":"Bump pypa/cibuildwheel from 2.14.1 to 2.16.0 (#111)\n\nBumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.16.0.\r\n- [Release notes](https://github.com/pypa/cibuildwheel/releases)\r\n- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)\r\n- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.14.1...v2.16.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: pypa/cibuildwheel\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump pypa/cibuildwheel from 2.14.1 to 2.16.0 (#111)"}},{"before":"aa0aae3adb1ddc8981f52cfc25769e8904381e93","after":null,"ref":"refs/heads/dependabot/github_actions/docker/setup-qemu-action-3","pushedAt":"2023-09-24T10:58:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETxMzNgA","startCursor":null,"endCursor":null}},"title":"Activity ยท alan-turing-institute/CleverCSV"}