)]}'
{
  "log": [
    {
      "commit": "2fba9329aa062f6606d6589fb6d176117b37f4f2",
      "tree": "1a8fbbc025006eb9926bfc414e3d16c780d700df",
      "parents": [
        "99eb6e0b10f7a8fa14bc2de91b9799a637470ebf"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Feb 01 15:23:00 2023 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Feb 01 15:23:18 2023 +1000"
      },
      "message": "Release 2.11.4\n"
    },
    {
      "commit": "99eb6e0b10f7a8fa14bc2de91b9799a637470ebf",
      "tree": "0969a12e5093cd686fb2c93b8f5190dbda4daaaf",
      "parents": [
        "e2ae563af056c7297df6ad6953dc92e7d54e0e6d"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Feb 01 15:06:48 2023 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Feb 01 15:17:50 2023 +1000"
      },
      "message": "Fix compatibility with python 3.12 (get_event_loop)\n\nasyncio.get_event_loop no longer implicitly creates a loop.\nFix the tests which relied on this behavior.\n\nThis also impacts users of AsyncioExecutor if they relied on implicit\nloop creation, so mention this in the docs.\n"
    },
    {
      "commit": "e2ae563af056c7297df6ad6953dc92e7d54e0e6d",
      "tree": "ff36be420f997f6d9e50896f6db424048ff5c963",
      "parents": [
        "d0b5e379c7679313c75982214b0c32dd338634c2"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Feb 01 14:44:29 2023 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Feb 01 14:54:48 2023 +1000"
      },
      "message": "Reduce reference cycles to improve memory usage\n\nPreviously, a MapFuture and its delegate would always form a reference\ncycle. If the futures point to large objects, this can result in\nsignificant memory pressure as the cycle will not be freed until GC gets\naround to it. Since GC is only triggered according to object counts and\nnot object sizes, this can increase apparent memory usage a lot in some\ncases.\n\nThe cycle can be broken as soon as the delegate future has resolved, so\nlet\u0027s do that. (RetryFuture and PollFuture were already doing this, so\nit seems there was an oversight specifically for MapFuture.)\n\nFixes #344\n"
    },
    {
      "commit": "d0b5e379c7679313c75982214b0c32dd338634c2",
      "tree": "403d80d4095df1f08764f9cb7fa1392a5d785748",
      "parents": [
        "7a02120643f5afb3cddd5befa3f85d7a2d4f8ba1"
      ],
      "author": {
        "name": "pre-commit-ci[bot]",
        "email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
        "time": "Mon Dec 12 17:00:45 2022 +0000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Feb 01 14:48:18 2023 +1000"
      },
      "message": "[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 22.3.0 → 22.12.0](https://github.com/psf/black/compare/22.3.0...22.12.0)\n"
    },
    {
      "commit": "7a02120643f5afb3cddd5befa3f85d7a2d4f8ba1",
      "tree": "77b8209ad59653b31ae82121b792c63ca6d5b78d",
      "parents": [
        "6048bbfeadbfb06b62a2897bcad0413da8108a35"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Dec 14 09:09:01 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Dec 14 09:09:01 2022 +1000"
      },
      "message": "Release 2.11.3\n"
    },
    {
      "commit": "6048bbfeadbfb06b62a2897bcad0413da8108a35",
      "tree": "d70d21499538b52c7128ce7030e00d713db25c87",
      "parents": [
        "bd05ba12498623d9ede4bd0c284e1ddbf791b602"
      ],
      "author": {
        "name": "pre-commit-ci[bot]",
        "email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
        "time": "Tue Dec 13 09:09:34 2022 +0000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Dec 14 10:06:31 2022 +1100"
      },
      "message": "[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci\n"
    },
    {
      "commit": "bd05ba12498623d9ede4bd0c284e1ddbf791b602",
      "tree": "2b471b3b046b703412fcceb31ec0bad7b2954fa1",
      "parents": [
        "4115a592841809e08d4ab3b3174b54cb5cb8c04b"
      ],
      "author": {
        "name": "Jan Mrozek",
        "email": "jmrozek@redhat.com",
        "time": "Thu Dec 08 17:13:08 2022 +0100"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Dec 14 10:06:31 2022 +1100"
      },
      "message": "Fix sleep_time method in ExceptionRetryPolicy\n\nThere is a small discrepancy between documentation and implementation of\nsleep_time in ExceptionRetryPolicy. We modify the implementation so that\nit conforms with the docs.\n"
    },
    {
      "commit": "4115a592841809e08d4ab3b3174b54cb5cb8c04b",
      "tree": "8c1523a14ee17773b85eb7267d920b3eaae38763",
      "parents": [
        "6d6ff92ef00904ab457e47832524415d894c238d"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Dec 12 10:38:10 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Dec 12 11:46:42 2022 +1100"
      },
      "message": "docs: fix path to \u0027tox -e docs\u0027 output\n"
    },
    {
      "commit": "6d6ff92ef00904ab457e47832524415d894c238d",
      "tree": "3bee088d94b9edc8672bd9f677eff97961b5322c",
      "parents": [
        "750cae07979335c5b436fbba01f0cd6bba06db88"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Dec 12 10:15:48 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Dec 12 11:33:02 2022 +1100"
      },
      "message": "Refresh CI setup\n\nMigrate from Circle to GitHub Actions.\nDrop python 2 configurations from testing.\n"
    },
    {
      "commit": "750cae07979335c5b436fbba01f0cd6bba06db88",
      "tree": "2e24be26484231733db9fe41f7c7d77022342a3f",
      "parents": [
        "ed0f869c4486dbcb8694dbfee381387eac2c0ec1"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Dec 05 08:27:45 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Dec 05 08:27:45 2022 +1000"
      },
      "message": "Release 2.11.2\n"
    },
    {
      "commit": "ed0f869c4486dbcb8694dbfee381387eac2c0ec1",
      "tree": "dad041230ca5bf15471ae2efb9e58860c8f6c473",
      "parents": [
        "18ccdc41dc7abf6eb72d7b5d851bdb6d540dd4fb"
      ],
      "author": {
        "name": "pre-commit-ci[bot]",
        "email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
        "time": "Fri Dec 02 09:23:08 2022 +0000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Dec 05 09:25:49 2022 +1100"
      },
      "message": "[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci\n"
    },
    {
      "commit": "18ccdc41dc7abf6eb72d7b5d851bdb6d540dd4fb",
      "tree": "259526b3bb22a19f14b8134d57d680d8ad07a545",
      "parents": [
        "6fee9892430e39d5e84c514cee6f96dac26ba0c8"
      ],
      "author": {
        "name": "Michal Haluza",
        "email": "mhaluza@redhat.com",
        "time": "Fri Dec 02 10:08:14 2022 +0100"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Dec 05 09:25:49 2022 +1100"
      },
      "message": "Use time.monotonic on py3.3+\n\nOn Python 3.3 or newer, `monotonic` module aliases `time.monotonic`\nfrom the standard library. On older versions, it will fall back to\nan equivalent platform specific implementation provided by the\n`monotonic` module.\nAttempting to import `time.monotonic` right off the bat removes\nthe need for additional dependency on modern python installations.\n"
    },
    {
      "commit": "6fee9892430e39d5e84c514cee6f96dac26ba0c8",
      "tree": "f26055794e7d2090227db6f0422fe7b701563397",
      "parents": [
        "a57137ab8ed3c4c51e4b631dd9fb9c263844880a"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Jun 06 09:40:07 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Jun 06 09:40:07 2022 +1000"
      },
      "message": "Release 2.11.1\n"
    },
    {
      "commit": "a57137ab8ed3c4c51e4b631dd9fb9c263844880a",
      "tree": "48c8034e9da705949005af49fc6926f8be6d76c1",
      "parents": [
        "1aca12933b8530a8fc8bf7ec9eb2960cc9208453"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Jun 06 09:15:14 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Jun 06 09:38:15 2022 +1000"
      },
      "message": "Fix InvalidStateError log spam in some cancellation scenarios\n\nIf a future has already been cancelled, we can\u0027t set the result or\nexception. It is not an error if this happens to a future cancelled by\nthe caller, so don\u0027t generate ERROR logs in that case.\n\nFixes #337\n"
    },
    {
      "commit": "1aca12933b8530a8fc8bf7ec9eb2960cc9208453",
      "tree": "c12ae0e2713cb4c8c5df05151d40422bfe974161",
      "parents": [
        "adf5d1338ea382a3a2c7c7de26870feb00972cd2"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Apr 27 20:16:38 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Apr 27 20:22:03 2022 +1000"
      },
      "message": "docs: fix with_throttle signature\n"
    },
    {
      "commit": "adf5d1338ea382a3a2c7c7de26870feb00972cd2",
      "tree": "f2df58d8fa110400133bfb83e130c652adad395c",
      "parents": [
        "857642c364ff216261a024ce7d4876f53353f5ba"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Apr 27 20:13:17 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Apr 27 20:13:17 2022 +1000"
      },
      "message": "Release 2.11.0\n"
    },
    {
      "commit": "857642c364ff216261a024ce7d4876f53353f5ba",
      "tree": "cf87ef7df66e1e6950c822850f9b9a08a3b997f1",
      "parents": [
        "cc83fceea9dac86bc1e8d72c5d7eaba876afc2f0"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Apr 27 20:01:50 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Apr 27 20:09:05 2022 +1000"
      },
      "message": "Introduce \u0027block\u0027 parameter to ThrottleExecutor\n\nBlocks on submit rather than enqueuing. Can be used to constrain\nmemory usage.\n"
    },
    {
      "commit": "cc83fceea9dac86bc1e8d72c5d7eaba876afc2f0",
      "tree": "424169dd6edadfde60b19b0dea84ab037a56be75",
      "parents": [
        "cbf94b288ae50e31340ce1ab15c3eebf0b4d5d62"
      ],
      "author": {
        "name": "pre-commit-ci[bot]",
        "email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
        "time": "Mon Apr 04 16:47:04 2022 +0000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Apr 27 20:04:54 2022 +1000"
      },
      "message": "[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 22.1.0 → 22.3.0](https://github.com/psf/black/compare/22.1.0...22.3.0)\n"
    },
    {
      "commit": "cbf94b288ae50e31340ce1ab15c3eebf0b4d5d62",
      "tree": "d4c306ed063ae5d019c2c9b64776a113e91a7382",
      "parents": [
        "c268c1b83dca8ae288ab1b0e458cd41957dc4ff0"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Apr 27 19:08:31 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Apr 27 19:14:58 2022 +1000"
      },
      "message": "Add a method of disabling prometheus \u0026 make it efficient\n\nGathering metrics can have a non-negligible cost in time or memory,\nso make it possible to disable. Make the disabled case avoid\ninstallation of a callback.\n"
    },
    {
      "commit": "c268c1b83dca8ae288ab1b0e458cd41957dc4ff0",
      "tree": "2157b86de5397daa1fc81c050ab5da93787e5a59",
      "parents": [
        "07f762ef6603013e731707247b70ba1e4d464cce"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Mar 23 18:15:51 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Mar 23 18:16:02 2022 +1000"
      },
      "message": "Release 2.10.1\n"
    },
    {
      "commit": "07f762ef6603013e731707247b70ba1e4d464cce",
      "tree": "716bf764b7a2bfbe6e7580dab0d2915a2ae4a5c1",
      "parents": [
        "f7c069a31aee45592ca23ba3d1a5759d7b05af82"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Mar 23 18:08:38 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Mar 23 18:14:59 2022 +1000"
      },
      "message": "Fix f_zip handling of input future cancellation\n\nFixes #328\n"
    },
    {
      "commit": "f7c069a31aee45592ca23ba3d1a5759d7b05af82",
      "tree": "6e344489f41a4a68a9d0d9f015b6ef09b061c2ec",
      "parents": [
        "45d7c6a1334a79bde2489a1e39849fd806a7e456",
        "77b0733f2497d388788c92cada35a55032d6890a"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Mar 22 20:31:27 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 22 20:31:27 2022 +0000"
      },
      "message": "Merge pull request #327 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "77b0733f2497d388788c92cada35a55032d6890a",
      "tree": "6e344489f41a4a68a9d0d9f015b6ef09b061c2ec",
      "parents": [
        "45d7c6a1334a79bde2489a1e39849fd806a7e456"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Mar 20 20:30:52 2022 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Mar 20 20:30:52 2022 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "45d7c6a1334a79bde2489a1e39849fd806a7e456",
      "tree": "2f4f851315a78aafdea72ba2fca8d1f91c15dad4",
      "parents": [
        "d2b9035c7ccf95af60314ec23be3cb4815c4f6ce",
        "288e3b8e869885a14a17cded120a18a788b44a97"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Mar 15 20:31:32 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 15 20:31:32 2022 +0000"
      },
      "message": "Merge pull request #326 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "288e3b8e869885a14a17cded120a18a788b44a97",
      "tree": "2f4f851315a78aafdea72ba2fca8d1f91c15dad4",
      "parents": [
        "d2b9035c7ccf95af60314ec23be3cb4815c4f6ce"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Mar 13 20:30:52 2022 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Mar 13 20:30:52 2022 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "d2b9035c7ccf95af60314ec23be3cb4815c4f6ce",
      "tree": "f76826c221da658664f09d09f85675556b8b01b9",
      "parents": [
        "e8e210d8f9aaa04aea2ac73f6829611f67c999f4",
        "7ddb4c5c886cd94a4ae7f57a6553f086bb9ee74b"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Mar 08 20:31:36 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 08 20:31:36 2022 +0000"
      },
      "message": "Merge pull request #323 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "7ddb4c5c886cd94a4ae7f57a6553f086bb9ee74b",
      "tree": "f76826c221da658664f09d09f85675556b8b01b9",
      "parents": [
        "e8e210d8f9aaa04aea2ac73f6829611f67c999f4"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Mar 06 20:31:27 2022 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Mar 06 20:31:27 2022 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "e8e210d8f9aaa04aea2ac73f6829611f67c999f4",
      "tree": "a4e0ba048608322d7dc05c800e665dfe379c0e36",
      "parents": [
        "fc75ea54df212d602b16f9c6a707a532d650dfc9",
        "5f0ddece1d5b6c5c637220dac53b54bbd0546d74"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Mar 01 20:31:08 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 01 20:31:08 2022 +0000"
      },
      "message": "Merge pull request #322 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "5f0ddece1d5b6c5c637220dac53b54bbd0546d74",
      "tree": "a4e0ba048608322d7dc05c800e665dfe379c0e36",
      "parents": [
        "fc75ea54df212d602b16f9c6a707a532d650dfc9"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Feb 27 20:31:03 2022 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Feb 27 20:31:03 2022 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "fc75ea54df212d602b16f9c6a707a532d650dfc9",
      "tree": "226ec3f1bd839b2c3053584b6bf065a53ea804f6",
      "parents": [
        "4595f7e94631bd4334231bb650b0254b6143370d"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Sun Feb 27 10:13:53 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Sun Feb 27 10:13:53 2022 +1000"
      },
      "message": "Release 2.10.0\n"
    },
    {
      "commit": "4595f7e94631bd4334231bb650b0254b6143370d",
      "tree": "337ce0d1ddf8fe9379f7452e633f3d08a4a2522f",
      "parents": [
        "fb5c22bc6a97f2f29ebaffa9f26c439c93f9a2d4"
      ],
      "author": {
        "name": "pre-commit-ci[bot]",
        "email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
        "time": "Mon Jan 31 16:44:47 2022 +0000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Sun Feb 27 10:07:46 2022 +1000"
      },
      "message": "[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci\n"
    },
    {
      "commit": "fb5c22bc6a97f2f29ebaffa9f26c439c93f9a2d4",
      "tree": "3d22fbb145405748cae8ecff36995df62e9c899d",
      "parents": [
        "7961801e696b7ee5328c6bc29813c94ff6c70619"
      ],
      "author": {
        "name": "pre-commit-ci[bot]",
        "email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
        "time": "Mon Jan 31 16:44:38 2022 +0000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Sun Feb 27 10:07:46 2022 +1000"
      },
      "message": "[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 21.12b0 → 22.1.0](https://github.com/psf/black/compare/21.12b0...22.1.0)\n"
    },
    {
      "commit": "7961801e696b7ee5328c6bc29813c94ff6c70619",
      "tree": "30fd864faa9301c59c9b7e6cac02d411c0d9e0bb",
      "parents": [
        "2a92eb01406cec023095b83ed2f4685fca6252da"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Sun Feb 27 08:49:10 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Sun Feb 27 09:48:51 2022 +1000"
      },
      "message": "Flatten the more_executors namespace\n\nIt is no longer required to reference different submodules for different\nfunctionality (e.g. \u0027from more_executors.futures import f_map\u0027 can now\nbe replaced with \u0027from more_executors import f_map\u0027). Makes the API a\nlittle more convenient.\n"
    },
    {
      "commit": "2a92eb01406cec023095b83ed2f4685fca6252da",
      "tree": "65c11ec4039bad546f0fca215d09fe386af2fa52",
      "parents": [
        "c74c21d5cc2e196310801acbefd5a7185ccea16f",
        "60d8e9c14bf98d5b952eb07daebf9ac1cd3ee496"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Feb 22 20:30:33 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 22 20:30:33 2022 +0000"
      },
      "message": "Merge pull request #318 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "c74c21d5cc2e196310801acbefd5a7185ccea16f",
      "tree": "1ae7c570c36ce5716ce0378dc4ec80c76be341c3",
      "parents": [
        "154bf74e10bb0aac7673e56a37614d6840611a38"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Feb 21 10:55:57 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Feb 21 10:56:14 2022 +1000"
      },
      "message": "Release 2.9.0\n"
    },
    {
      "commit": "154bf74e10bb0aac7673e56a37614d6840611a38",
      "tree": "c959d4bd711d673e5ef40f28de2bb1e4793c4748",
      "parents": [
        "1a318c1ec321205c2706d6add55357894c6744d6"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Feb 21 10:46:51 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Mon Feb 21 10:53:46 2022 +1000"
      },
      "message": "Make f_zip use namedtuple in return values\n\nThis slightly improves debuggability in some error cases, as it will be\npossible to determine that a tuple was created by f_zip.\n\nFixes #317\n"
    },
    {
      "commit": "60d8e9c14bf98d5b952eb07daebf9ac1cd3ee496",
      "tree": "3637119d17cbfef8bbf51e902047b770d92b735d",
      "parents": [
        "1a318c1ec321205c2706d6add55357894c6744d6"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Feb 20 20:30:20 2022 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Feb 20 20:30:20 2022 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "1a318c1ec321205c2706d6add55357894c6744d6",
      "tree": "d553d3b3482fa6e0ca7362a1c9b6ea3c66cfdd16",
      "parents": [
        "46aedd49fb3c92145db4d9c0a38d761cd3c50741"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Feb 16 16:26:45 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Feb 16 16:26:45 2022 +1000"
      },
      "message": "Release 2.8.2\n"
    },
    {
      "commit": "46aedd49fb3c92145db4d9c0a38d761cd3c50741",
      "tree": "ec94164b65ac9a324a34f7085c4ddbf184256515",
      "parents": [
        "97296033412de61eaa40aedea39f4e948926fd7b"
      ],
      "author": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Feb 16 16:13:25 2022 +1000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Feb 16 16:20:42 2022 +1000"
      },
      "message": "Fix an f_proxy error handling edge-case\n\nThe way __getattr__ and AttributeError interact meant that we could get\ninto an infinite recursion situation here, if f_proxy was used together\nwith a future which genuinely raised AttributeError. Add a branch to\nhandle that case correctly.\n\nFixes #312\n"
    },
    {
      "commit": "97296033412de61eaa40aedea39f4e948926fd7b",
      "tree": "3f7edf14edd7d25ba8c2d52464b0933e46a952c6",
      "parents": [
        "c8427ac575b69699c4f4a22467db631f789aa0c1",
        "6a840aac635f7e467c3bef506fa48c0ea1e4c806"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Feb 15 20:30:03 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 15 20:30:03 2022 +0000"
      },
      "message": "Merge pull request #314 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "6a840aac635f7e467c3bef506fa48c0ea1e4c806",
      "tree": "3f7edf14edd7d25ba8c2d52464b0933e46a952c6",
      "parents": [
        "c8427ac575b69699c4f4a22467db631f789aa0c1"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Feb 13 20:30:25 2022 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Feb 13 20:30:25 2022 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "c8427ac575b69699c4f4a22467db631f789aa0c1",
      "tree": "fce76d71bb977d1586890de4ef2f822726994b27",
      "parents": [
        "5d115926f888b161c2689752850992e0336df3b9",
        "2f8f9a73e5df20195acff9e2c85a4e8c6cd1cc16"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Feb 08 20:29:56 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 08 20:29:56 2022 +0000"
      },
      "message": "Merge pull request #313 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "2f8f9a73e5df20195acff9e2c85a4e8c6cd1cc16",
      "tree": "fce76d71bb977d1586890de4ef2f822726994b27",
      "parents": [
        "5d115926f888b161c2689752850992e0336df3b9"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Feb 06 20:29:26 2022 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Feb 06 20:29:26 2022 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "5d115926f888b161c2689752850992e0336df3b9",
      "tree": "6cb804c151e7acba102e21e4794a4b886769be0e",
      "parents": [
        "b8d7431958c65190cb3b3450b4439622e1e29a44",
        "c1b4709595950efd06da6130f0f7b0e573539df7"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Feb 01 20:30:31 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 01 20:30:31 2022 +0000"
      },
      "message": "Merge pull request #310 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "c1b4709595950efd06da6130f0f7b0e573539df7",
      "tree": "6cb804c151e7acba102e21e4794a4b886769be0e",
      "parents": [
        "b8d7431958c65190cb3b3450b4439622e1e29a44"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Jan 30 20:30:19 2022 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Jan 30 20:30:19 2022 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "b8d7431958c65190cb3b3450b4439622e1e29a44",
      "tree": "4f32f90f0589314a554aa4b22e70fcf6298fb3c1",
      "parents": [
        "a9260c4491f4740680d0abb3188f6cc34d523dfe"
      ],
      "author": {
        "name": "pre-commit-ci[bot]",
        "email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
        "time": "Mon Dec 06 16:41:31 2021 +0000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Jan 26 08:29:16 2022 +1000"
      },
      "message": "[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci\n"
    },
    {
      "commit": "a9260c4491f4740680d0abb3188f6cc34d523dfe",
      "tree": "852b2dc4d7000d0fe6338bb7f0d3c50df90695d6",
      "parents": [
        "de10d2841151aa4ba2fae263a9f03cfaa59aceef"
      ],
      "author": {
        "name": "pre-commit-ci[bot]",
        "email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
        "time": "Mon Dec 06 16:41:20 2021 +0000"
      },
      "committer": {
        "name": "Rohan McGovern",
        "email": "rohan@mcgovern.id.au",
        "time": "Wed Jan 26 08:29:16 2022 +1000"
      },
      "message": "[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- https://github.com/ambv/black → https://github.com/psf/black\n- [github.com/psf/black: 026c81b83454f176a9f9253cbfb70be2c159d822 → 21.12b0](https://github.com/psf/black/compare/026c81b83454f176a9f9253cbfb70be2c159d822...21.12b0)\n"
    },
    {
      "commit": "de10d2841151aa4ba2fae263a9f03cfaa59aceef",
      "tree": "b678bdda415fd8962504e8f0a76e31824f37c0f9",
      "parents": [
        "374846b63008b88384fd58c720a2b8dd656637f0",
        "a4ffa8e63839becd823cb7aec399c5e4cfd5732c"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Jan 25 20:30:33 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 25 20:30:33 2022 +0000"
      },
      "message": "Merge pull request #308 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "a4ffa8e63839becd823cb7aec399c5e4cfd5732c",
      "tree": "b678bdda415fd8962504e8f0a76e31824f37c0f9",
      "parents": [
        "374846b63008b88384fd58c720a2b8dd656637f0"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Jan 23 20:30:35 2022 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Jan 23 20:30:35 2022 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "374846b63008b88384fd58c720a2b8dd656637f0",
      "tree": "d16712ee774c55f3246a67830c00ad9e39ab4528",
      "parents": [
        "5f095fdd6678d892d7d5ce7fac623fa92d52beeb",
        "f6ebd2adf49761c704c050f751b711873d0406dd"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Jan 18 20:34:25 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 18 20:34:25 2022 +0000"
      },
      "message": "Merge pull request #307 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "f6ebd2adf49761c704c050f751b711873d0406dd",
      "tree": "d16712ee774c55f3246a67830c00ad9e39ab4528",
      "parents": [
        "5f095fdd6678d892d7d5ce7fac623fa92d52beeb"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Jan 16 20:33:42 2022 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Jan 16 20:33:42 2022 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "5f095fdd6678d892d7d5ce7fac623fa92d52beeb",
      "tree": "34142d11ce1317c240568d727fae8127d7b5f071",
      "parents": [
        "446e36869991fc66d09e44f7ef984c1cc2efa859",
        "566c61ef9ff6c7322b06d620803bd5dad1aab395"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Jan 11 20:32:35 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 11 20:32:35 2022 +0000"
      },
      "message": "Merge pull request #306 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "566c61ef9ff6c7322b06d620803bd5dad1aab395",
      "tree": "34142d11ce1317c240568d727fae8127d7b5f071",
      "parents": [
        "446e36869991fc66d09e44f7ef984c1cc2efa859"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Jan 09 20:33:39 2022 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Jan 09 20:33:39 2022 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "446e36869991fc66d09e44f7ef984c1cc2efa859",
      "tree": "243d1025933cdcdce27bb4fd8cbbdd8eab33c587",
      "parents": [
        "5d057441f684b101050a34203f3f48901d374dea",
        "f89944f0437dcbc6cf9f0398f22e2d8e9ccf7099"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Jan 04 20:33:47 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 04 20:33:47 2022 +0000"
      },
      "message": "Merge pull request #305 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "f89944f0437dcbc6cf9f0398f22e2d8e9ccf7099",
      "tree": "243d1025933cdcdce27bb4fd8cbbdd8eab33c587",
      "parents": [
        "5d057441f684b101050a34203f3f48901d374dea"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Jan 02 20:33:05 2022 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Jan 02 20:33:05 2022 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "5d057441f684b101050a34203f3f48901d374dea",
      "tree": "26686b9b4d9833418c29bcc6a280a241fc36934b",
      "parents": [
        "7b0a8a86e8c0e3bc7ed291ee203a9e4bfe49e161",
        "c7d67ab40597437a63332d4291fbf69b4678750d"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Dec 28 20:33:07 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 28 20:33:07 2021 +0000"
      },
      "message": "Merge pull request #304 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "c7d67ab40597437a63332d4291fbf69b4678750d",
      "tree": "26686b9b4d9833418c29bcc6a280a241fc36934b",
      "parents": [
        "7b0a8a86e8c0e3bc7ed291ee203a9e4bfe49e161"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Dec 26 20:32:54 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Dec 26 20:32:54 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "7b0a8a86e8c0e3bc7ed291ee203a9e4bfe49e161",
      "tree": "07bde9933bc3b5fdcf80f06aeaa28c673445aa09",
      "parents": [
        "12960f522670a48a7a9d0ab393f360402cc975d4",
        "a2dc0de3959d2dd03e2db13cb874fbcd225738ef"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Dec 21 20:33:16 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 21 20:33:16 2021 +0000"
      },
      "message": "Merge pull request #303 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "a2dc0de3959d2dd03e2db13cb874fbcd225738ef",
      "tree": "07bde9933bc3b5fdcf80f06aeaa28c673445aa09",
      "parents": [
        "12960f522670a48a7a9d0ab393f360402cc975d4"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Dec 19 20:32:53 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Dec 19 20:32:53 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "12960f522670a48a7a9d0ab393f360402cc975d4",
      "tree": "2c49ff970a3316fe240f03826d2f9e65b4fbef4c",
      "parents": [
        "ad01c9cc496fa3662b432f9f300e442cf13c2893",
        "9070433b8cae1fcbbc7691cf9b3be386ebfbb871"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Dec 14 20:32:32 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 14 20:32:32 2021 +0000"
      },
      "message": "Merge pull request #302 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "9070433b8cae1fcbbc7691cf9b3be386ebfbb871",
      "tree": "2c49ff970a3316fe240f03826d2f9e65b4fbef4c",
      "parents": [
        "ad01c9cc496fa3662b432f9f300e442cf13c2893"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Dec 12 20:32:14 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Dec 12 20:32:14 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "ad01c9cc496fa3662b432f9f300e442cf13c2893",
      "tree": "ea3aa242445750285ba4c7a1c95c49df604d9465",
      "parents": [
        "58330df18a2d832d4c71c91f3d6f99f74101d608",
        "4538e6464f2f782ff300d24ec97205e5a5b8f3e6"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Dec 07 20:33:34 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 07 20:33:34 2021 +0000"
      },
      "message": "Merge pull request #301 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "4538e6464f2f782ff300d24ec97205e5a5b8f3e6",
      "tree": "ea3aa242445750285ba4c7a1c95c49df604d9465",
      "parents": [
        "58330df18a2d832d4c71c91f3d6f99f74101d608"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Dec 05 20:32:04 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Dec 05 20:32:04 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "58330df18a2d832d4c71c91f3d6f99f74101d608",
      "tree": "d0dc7ee0b905a40cf0b872af145fe83e5a4da7ef",
      "parents": [
        "3f200902afa02d3b8bbc1d954e199214d9ef831b",
        "a09d846b9fd0752a3e0832cc61a91064dc725a40"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Nov 30 20:32:13 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 30 20:32:13 2021 +0000"
      },
      "message": "Merge pull request #300 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "a09d846b9fd0752a3e0832cc61a91064dc725a40",
      "tree": "d0dc7ee0b905a40cf0b872af145fe83e5a4da7ef",
      "parents": [
        "3f200902afa02d3b8bbc1d954e199214d9ef831b"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Nov 28 20:31:29 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Nov 28 20:31:29 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "3f200902afa02d3b8bbc1d954e199214d9ef831b",
      "tree": "f3bbbb411f2ee674fd29da58f6a9abf22c80a740",
      "parents": [
        "240930f12a012269ce270b8b4e0a4b280d0fe8a3",
        "88375418b2f340983fbdb524937ac3b3c3853357"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Nov 23 20:31:51 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 23 20:31:51 2021 +0000"
      },
      "message": "Merge pull request #299 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "88375418b2f340983fbdb524937ac3b3c3853357",
      "tree": "f3bbbb411f2ee674fd29da58f6a9abf22c80a740",
      "parents": [
        "240930f12a012269ce270b8b4e0a4b280d0fe8a3"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Nov 21 20:31:47 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Nov 21 20:31:47 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "240930f12a012269ce270b8b4e0a4b280d0fe8a3",
      "tree": "bee3dd185e43df4e4e0e35d5575c2dc2aea2f06c",
      "parents": [
        "5445199bd3d0f5bc1c32c782c8a67e2365a2172a",
        "3e6812e085850044d3b426c937b76ee92ae25f3b"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Nov 16 20:31:45 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 16 20:31:45 2021 +0000"
      },
      "message": "Merge pull request #298 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "3e6812e085850044d3b426c937b76ee92ae25f3b",
      "tree": "bee3dd185e43df4e4e0e35d5575c2dc2aea2f06c",
      "parents": [
        "5445199bd3d0f5bc1c32c782c8a67e2365a2172a"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Nov 14 20:31:04 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Nov 14 20:31:04 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "5445199bd3d0f5bc1c32c782c8a67e2365a2172a",
      "tree": "e1bfd09b2cb295fc8f293fe447b4199d6994fa1c",
      "parents": [
        "94d49eb5c2401199e13d41e456c2c699d5f29ae2",
        "0ec8be08f7e7db1f4c354ad5633a6f0670a4d69c"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Nov 09 20:31:46 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 09 20:31:46 2021 +0000"
      },
      "message": "Merge pull request #297 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "0ec8be08f7e7db1f4c354ad5633a6f0670a4d69c",
      "tree": "e1bfd09b2cb295fc8f293fe447b4199d6994fa1c",
      "parents": [
        "94d49eb5c2401199e13d41e456c2c699d5f29ae2"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Nov 07 20:31:01 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Nov 07 20:31:01 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "94d49eb5c2401199e13d41e456c2c699d5f29ae2",
      "tree": "cca6058d4aa6b1009fb433dc72aabf0c33a0a647",
      "parents": [
        "950b67092ac229b02d174180a2aca43448e8e8c3",
        "a494ff0bff1205a0e15f961e68b828641cf0fb7c"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Nov 02 20:31:33 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 02 20:31:33 2021 +0000"
      },
      "message": "Merge pull request #296 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "a494ff0bff1205a0e15f961e68b828641cf0fb7c",
      "tree": "cca6058d4aa6b1009fb433dc72aabf0c33a0a647",
      "parents": [
        "950b67092ac229b02d174180a2aca43448e8e8c3"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Oct 31 20:31:07 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Oct 31 20:31:07 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "950b67092ac229b02d174180a2aca43448e8e8c3",
      "tree": "b50a69b5b9b81d24f0703c66039863bbfd111a26",
      "parents": [
        "b959e2799ba2f644da1274dd3d043c4be1b0e547",
        "3a34b6e460f3b155756d545b896abc2cc5579c96"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Oct 26 20:31:37 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 26 20:31:37 2021 +0000"
      },
      "message": "Merge pull request #295 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "3a34b6e460f3b155756d545b896abc2cc5579c96",
      "tree": "b50a69b5b9b81d24f0703c66039863bbfd111a26",
      "parents": [
        "b959e2799ba2f644da1274dd3d043c4be1b0e547"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Oct 24 20:30:43 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Oct 24 20:30:43 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "b959e2799ba2f644da1274dd3d043c4be1b0e547",
      "tree": "2c3c360016a47ac08961377bccf14db17d5101bd",
      "parents": [
        "0e9c771872cbf0379fe5c66501560e6d78b3754a",
        "e43ed69b3ad0024505ccdb043d790dc2d9217c35"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Oct 19 20:30:56 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 19 20:30:56 2021 +0000"
      },
      "message": "Merge pull request #294 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "e43ed69b3ad0024505ccdb043d790dc2d9217c35",
      "tree": "2c3c360016a47ac08961377bccf14db17d5101bd",
      "parents": [
        "0e9c771872cbf0379fe5c66501560e6d78b3754a"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Oct 17 20:30:47 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Oct 17 20:30:47 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "0e9c771872cbf0379fe5c66501560e6d78b3754a",
      "tree": "157d248db88a0f31ea8998b45504d915e22c03e9",
      "parents": [
        "8456fd9e323bf4a1643d97faf1168025d63ecd0b",
        "8ef2efbd94a9ca994d5ccaf5bc946d0bb8adc774"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Oct 12 20:30:43 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 12 20:30:43 2021 +0000"
      },
      "message": "Merge pull request #293 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "8ef2efbd94a9ca994d5ccaf5bc946d0bb8adc774",
      "tree": "157d248db88a0f31ea8998b45504d915e22c03e9",
      "parents": [
        "8456fd9e323bf4a1643d97faf1168025d63ecd0b"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Oct 10 20:30:33 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Oct 10 20:30:33 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "8456fd9e323bf4a1643d97faf1168025d63ecd0b",
      "tree": "b37f649c25086aa0819b62275141707862f219d0",
      "parents": [
        "70dd6ee15b3a84ee18ce41a5cb328158bd318bcf",
        "1b678ae0ccace20984681ac56c03b387113d6826"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Oct 05 20:30:26 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 05 20:30:26 2021 +0000"
      },
      "message": "Merge pull request #291 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "1b678ae0ccace20984681ac56c03b387113d6826",
      "tree": "b37f649c25086aa0819b62275141707862f219d0",
      "parents": [
        "70dd6ee15b3a84ee18ce41a5cb328158bd318bcf"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Oct 03 20:30:21 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Oct 03 20:30:21 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "70dd6ee15b3a84ee18ce41a5cb328158bd318bcf",
      "tree": "8cb3d43d47ac827cf94889240bb6fdf21bf7241d",
      "parents": [
        "02ca95648e27e7998ee6ff14d2ab62e8a453af28",
        "49dc29a90946d95ca78548dc5fd6722ffeef5a53"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Sep 28 20:28:10 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 28 20:28:10 2021 +0000"
      },
      "message": "Merge pull request #290 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "49dc29a90946d95ca78548dc5fd6722ffeef5a53",
      "tree": "8cb3d43d47ac827cf94889240bb6fdf21bf7241d",
      "parents": [
        "02ca95648e27e7998ee6ff14d2ab62e8a453af28"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Sep 26 20:30:30 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Sep 26 20:30:30 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "02ca95648e27e7998ee6ff14d2ab62e8a453af28",
      "tree": "5c8a580117d924a03a56f55e8a97762a9760d749",
      "parents": [
        "cfe653c48cd4f7c1249bce182fe2fc04c19abe88",
        "2ac1de2eeeb98ed0a9ccf2e07fb6d038471bd1ee"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Sep 21 20:31:21 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 21 20:31:21 2021 +0000"
      },
      "message": "Merge pull request #289 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "2ac1de2eeeb98ed0a9ccf2e07fb6d038471bd1ee",
      "tree": "5c8a580117d924a03a56f55e8a97762a9760d749",
      "parents": [
        "cfe653c48cd4f7c1249bce182fe2fc04c19abe88"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Sep 19 20:31:15 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Sep 19 20:31:15 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "cfe653c48cd4f7c1249bce182fe2fc04c19abe88",
      "tree": "fe802a7f8642c27f96d2e7cfd9a0a7051e8cd3bc",
      "parents": [
        "b131d1c1617a071c8691724490521315b231dbc4",
        "85681f075bb31789f88cf948d4be63f0f319b206"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Sep 14 20:31:17 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 14 20:31:17 2021 +0000"
      },
      "message": "Merge pull request #288 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "85681f075bb31789f88cf948d4be63f0f319b206",
      "tree": "fe802a7f8642c27f96d2e7cfd9a0a7051e8cd3bc",
      "parents": [
        "b131d1c1617a071c8691724490521315b231dbc4"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Sep 12 20:31:09 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Sep 12 20:31:09 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "b131d1c1617a071c8691724490521315b231dbc4",
      "tree": "39379f4538d3e5b6222f04469a949644b60b7340",
      "parents": [
        "c72e0e7327a07c52a83fc01ee60d19b993c02309",
        "c80e5cf025ac48e8ceb2e2aed45a266644566a6d"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Sep 07 20:31:27 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 07 20:31:27 2021 +0000"
      },
      "message": "Merge pull request #286 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "c80e5cf025ac48e8ceb2e2aed45a266644566a6d",
      "tree": "39379f4538d3e5b6222f04469a949644b60b7340",
      "parents": [
        "3f0469b3e627e661055d0bef426a27ecdd8903ef"
      ],
      "author": {
        "name": "pre-commit-ci[bot]",
        "email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
        "time": "Sun Sep 05 20:31:32 2021 +0000"
      },
      "committer": {
        "name": "pre-commit-ci[bot]",
        "email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
        "time": "Sun Sep 05 20:31:32 2021 +0000"
      },
      "message": "[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci\n"
    },
    {
      "commit": "3f0469b3e627e661055d0bef426a27ecdd8903ef",
      "tree": "21f96d9b69542d1913ac8ea9364393c7e20e6de1",
      "parents": [
        "c72e0e7327a07c52a83fc01ee60d19b993c02309"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Sep 05 20:31:16 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Sep 05 20:31:16 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "c72e0e7327a07c52a83fc01ee60d19b993c02309",
      "tree": "7f9b12cae2ceefe689729574045f751307daf4bd",
      "parents": [
        "7f4586d2c0c348a6940f8aac9c2c85fbd48956d1",
        "f095c40e9db314fb148409ce54b9307c0bb1cde3"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Aug 31 20:31:11 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 31 20:31:11 2021 +0000"
      },
      "message": "Merge pull request #285 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "f095c40e9db314fb148409ce54b9307c0bb1cde3",
      "tree": "7f9b12cae2ceefe689729574045f751307daf4bd",
      "parents": [
        "7f4586d2c0c348a6940f8aac9c2c85fbd48956d1"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Aug 29 20:30:46 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Aug 29 20:30:46 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "7f4586d2c0c348a6940f8aac9c2c85fbd48956d1",
      "tree": "4ef45e8bc08a9e71f712974b05d306ae8d1061f4",
      "parents": [
        "27f2b6d309e135390e0b2904e92970e501ad5350",
        "51b08f902ebf251ac7c3cd7a9c8941e1b241bfcb"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Aug 24 20:30:59 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 24 20:30:59 2021 +0000"
      },
      "message": "Merge pull request #284 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "51b08f902ebf251ac7c3cd7a9c8941e1b241bfcb",
      "tree": "4ef45e8bc08a9e71f712974b05d306ae8d1061f4",
      "parents": [
        "27f2b6d309e135390e0b2904e92970e501ad5350"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Aug 22 20:30:48 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Aug 22 20:30:48 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "27f2b6d309e135390e0b2904e92970e501ad5350",
      "tree": "986455e73b84d352350bf8f38cc34eb516524ae2",
      "parents": [
        "6a602495a7785fe785b2428d8fdf97e3e443bf4f",
        "6d02c1664b2af62c0d7684d9d0f0eec24dee1433"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Aug 17 20:31:06 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 17 20:31:06 2021 +0000"
      },
      "message": "Merge pull request #283 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "6d02c1664b2af62c0d7684d9d0f0eec24dee1433",
      "tree": "986455e73b84d352350bf8f38cc34eb516524ae2",
      "parents": [
        "6a602495a7785fe785b2428d8fdf97e3e443bf4f"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Aug 15 20:30:17 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Aug 15 20:30:17 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "6a602495a7785fe785b2428d8fdf97e3e443bf4f",
      "tree": "845d7f18c55310e880a017a5f57bd0eeb8975dcf",
      "parents": [
        "29bed12377cb3bb41755462ac758ba9d2c735b92",
        "77655363e2677312c3a0e749f401f7b928b574f5"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Aug 10 23:02:16 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 10 23:02:16 2021 +0000"
      },
      "message": "Merge pull request #282 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "77655363e2677312c3a0e749f401f7b928b574f5",
      "tree": "845d7f18c55310e880a017a5f57bd0eeb8975dcf",
      "parents": [
        "29bed12377cb3bb41755462ac758ba9d2c735b92"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Aug 08 20:30:12 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Aug 08 20:30:12 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    },
    {
      "commit": "29bed12377cb3bb41755462ac758ba9d2c735b92",
      "tree": "2f26794c66cc02d91ea342740214caae881dc48a",
      "parents": [
        "be7e572c58a7785a8ae0802baf5eb93f266df044",
        "d23c35beaa7d5bdbe06aa04be802b2411c6187e9"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Tue Aug 03 20:35:54 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 03 20:35:54 2021 +0000"
      },
      "message": "Merge pull request #281 from rohanpm/deps/pip-compile\n\nchore: scheduled pip-compile"
    },
    {
      "commit": "d23c35beaa7d5bdbe06aa04be802b2411c6187e9",
      "tree": "2f26794c66cc02d91ea342740214caae881dc48a",
      "parents": [
        "be7e572c58a7785a8ae0802baf5eb93f266df044"
      ],
      "author": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Aug 01 20:31:28 2021 +0000"
      },
      "committer": {
        "name": "GitHub Actions",
        "email": "noreply@github.com",
        "time": "Sun Aug 01 20:31:28 2021 +0000"
      },
      "message": "chore: scheduled pip-compile\n"
    }
  ],
  "next": "be7e572c58a7785a8ae0802baf5eb93f266df044"
}
