File size: 101,878 Bytes
6ab90c0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {"time": "2024-10-28T15:11:19+00:00", "type": "pr", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147", "id": 2149437017, "node_id": "PR_kwDOKNhT9c6AHc5Z", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147", "diff_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147.diff", "patch_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147.patch", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/147", "number": 147, "state": "closed", "locked": false, "title": "chore(deps): update mypy requirement from ==1.11.* to ==1.13.*", "user": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/python/mypy/blob/master/CHANGELOG.md\">mypy's changelog</a>.</em></p>\n<blockquote>\n<h1>Mypy Release Notes</h1>\n<h2>Next release</h2>\n<h2>Mypy 1.13</h2>\n<p>We\u2019ve just uploaded mypy 1.13 to the Python Package Index (<a href=\"https://pypi.org/project/mypy/\">PyPI</a>).\nMypy is a static type checker for Python. You can install it as follows:</p>\n<pre><code>python3 -m pip install -U mypy\n</code></pre>\n<p>You can read the full documentation for this release on <a href=\"http://mypy.readthedocs.io\">Read the Docs</a>.</p>\n<p>Note that unlike typical releases, Mypy 1.13 does not have any changes to type checking semantics\nfrom 1.12.1.</p>\n<h3>Improved performance</h3>\n<p>Mypy 1.13 contains several performance improvements. Users can expect mypy to be 5-20% faster.\nIn environments with long search paths (such as environments using many editable installs), mypy\ncan be significantly faster, e.g. 2.2x faster in the use case targeted by these improvements.</p>\n<p>Mypy 1.13 allows use of the <code>orjson</code> library for handling the cache instead of the stdlib <code>json</code>,\nfor improved performance. You can ensure the presence of <code>orjson</code> using the <code>faster-cache</code> extra:</p>\n<pre><code>python3 -m pip install -U mypy[faster-cache]\n</code></pre>\n<p>Mypy may depend on <code>orjson</code> by default in the future.</p>\n<p>These improvements were contributed by Shantanu.</p>\n<p>List of changes:</p>\n<ul>\n<li>Significantly speed up file handling error paths (Shantanu, PR <a href=\"https://redirect.github.com/python/mypy/pull/17920\">17920</a>)</li>\n<li>Use fast path in modulefinder more often (Shantanu, PR <a href=\"https://redirect.github.com/python/mypy/pull/17950\">17950</a>)</li>\n<li>Let mypyc optimise os.path.join (Shantanu, PR <a href=\"https://redirect.github.com/python/mypy/pull/17949\">17949</a>)</li>\n<li>Make is_sub_path faster (Shantanu, PR <a href=\"https://redirect.github.com/python/mypy/pull/17962\">17962</a>)</li>\n<li>Speed up stubs suggestions (Shantanu, PR <a href=\"https://redirect.github.com/python/mypy/pull/17965\">17965</a>)</li>\n<li>Use sha1 for hashing (Shantanu, PR <a href=\"https://redirect.github.com/python/mypy/pull/17953\">17953</a>)</li>\n<li>Use orjson instead of json, when available (Shantanu, PR <a href=\"https://redirect.github.com/python/mypy/pull/17955\">17955</a>)</li>\n<li>Add faster-cache extra, test in CI (Shantanu, PR <a href=\"https://redirect.github.com/python/mypy/pull/17978\">17978</a>)</li>\n</ul>\n<h3>Acknowledgements</h3>\n<p>Thanks to all mypy contributors who contributed to this release:</p>\n<ul>\n<li>Shantanu Jain</li>\n<li>Jukka Lehtosalo</li>\n</ul>\n<h2>Mypy 1.12</h2>\n<p>We\u2019ve just uploaded mypy 1.12 to the Python Package Index (<a href=\"https://pypi.org/project/mypy/\">PyPI</a>). Mypy is a static type</p>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/python/mypy/commit/eb310343be0399ea6755fabc259755ce1f6711e8\"><code>eb31034</code></a> Bump version to 1.13.0</li>\n<li><a href=\"https://github.com/python/mypy/commit/2eeb5880184970ae1c0b20c0e06855b6d311bc19\"><code>2eeb588</code></a> Update changelog for 1.12.1 (<a href=\"https://redirect.github.com/python/mypy/issues/17999\">#17999</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/bc0386b7f96aa131cbf345698a22a9d4b79e9cb4\"><code>bc0386b</code></a> Changelog for 1.13 (<a href=\"https://redirect.github.com/python/mypy/issues/18000\">#18000</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/5c4d2db7009fa9035b8b3fcffe25182aaa4dc846\"><code>5c4d2db</code></a> Add faster-cache extra, test in CI (<a href=\"https://redirect.github.com/python/mypy/issues/17978\">#17978</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/854ad189ab7c4f487950ad34e142fd327dce3227\"><code>854ad18</code></a> Make is_sub_path faster (<a href=\"https://redirect.github.com/python/mypy/issues/17962\">#17962</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/50aa4ca8425d0bb668d514b8ee5c6aeacb605b27\"><code>50aa4ca</code></a> Speed up stubs suggestions (<a href=\"https://redirect.github.com/python/mypy/issues/17965\">#17965</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/7c27808a0be2fc205788a826be83cbb0a68f89e1\"><code>7c27808</code></a> Use orjson instead of json, when available (<a href=\"https://redirect.github.com/python/mypy/issues/17955\">#17955</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/2cd2406117e86838de36a9f73ba47c67fa763e1a\"><code>2cd2406</code></a> Use fast path in modulefinder more often (<a href=\"https://redirect.github.com/python/mypy/issues/17950\">#17950</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/e20aaeeaa215b2e617d460599c4310427ba8f902\"><code>e20aaee</code></a> Let mypyc optimise os.path.join (<a href=\"https://redirect.github.com/python/mypy/issues/17949\">#17949</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/159974cc59de459cfb3e31ba3e1d8f279734f66d\"><code>159974c</code></a> Use sha1 for hashing (<a href=\"https://redirect.github.com/python/mypy/issues/17953\">#17953</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/python/mypy/compare/v1.11...v1.13.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>", "created_at": "2024-10-28T15:11:19Z", "updated_at": "2024-10-28T18:01:43Z", "closed_at": "2024-10-28T18:01:39Z", "merged_at": "2024-10-28T18:01:39Z", "merge_commit_sha": "7d49e04949b0843277cb79060fc33d1140675239", "assignees": [], "requested_reviewers": [], "requested_teams": [], "labels": [{"id": 5927009393, "node_id": "LA_kwDOKNhT9c8AAAABYUb8cQ", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels/dependencies", "name": "dependencies", "color": "0366d6", "default": false, "description": "Pull requests that update a dependency file"}, {"id": 5927030280, "node_id": "LA_kwDOKNhT9c8AAAABYUdOCA", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels/python", "name": "python", "color": "2b67c6", "default": false, "description": "Pull requests that update Python code"}], "milestone": null, "draft": false, "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147/commits", "review_comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147/comments", "review_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/comments{/number}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/147/comments", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/37a75da39463c005b9514181deafa22a6d6819f8", "head": {"label": "OpenJobDescription:dependabot/pip/mypy-eq-1.13.star", "ref": "dependabot/pip/mypy-eq-1.13.star", "sha": "37a75da39463c005b9514181deafa22a6d6819f8", "user": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "repo": {"id": 685265909, "node_id": "R_kgDOKNhT9Q", "name": "openjd-model-for-python", "full_name": "OpenJobDescription/openjd-model-for-python", "private": false, "owner": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "description": "Provides a Python implementation of the data model for Open Job Description's template schemas.", "fork": false, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python", "forks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/forks", "keys_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/teams", "hooks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/hooks", "issue_events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events{/number}", "events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/events", "assignees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/assignees{/user}", "branches_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/branches{/branch}", "tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/tags", "blobs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/refs{/sha}", "trees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/{sha}", "languages_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/languages", "stargazers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/stargazers", "contributors_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contributors", "subscribers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscribers", "subscription_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscription", "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits{/sha}", "git_commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits{/sha}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/comments{/number}", "issue_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments{/number}", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/{+path}", "compare_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/merges", "archive_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/downloads", "issues_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues{/number}", "pulls_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls{/number}", "milestones_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/milestones{/number}", "notifications_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels{/name}", "releases_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/releases{/id}", "deployments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/deployments", "created_at": "2023-08-30T21:28:48Z", "updated_at": "2026-05-19T19:09:34Z", "pushed_at": "2026-05-19T19:09:34Z", "git_url": "git://github.com/OpenJobDescription/openjd-model-for-python.git", "ssh_url": "git@github.com:OpenJobDescription/openjd-model-for-python.git", "clone_url": "https://github.com/OpenJobDescription/openjd-model-for-python.git", "svn_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "homepage": "https://github.com/OpenJobDescription/openjd-specifications/wiki", "size": 488, "stargazers_count": 12, "watchers_count": 12, "language": "Python", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": false, "has_pages": false, "has_discussions": false, "forks_count": 20, "mirror_url": null, "archived": false, "disabled": false, "open_issues_count": 9, "license": {"key": "apache-2.0", "name": "Apache License 2.0", "spdx_id": "Apache-2.0", "url": "https://api.github.com/licenses/apache-2.0", "node_id": "MDc6TGljZW5zZTI="}, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, "has_pull_requests": true, "pull_request_creation_policy": "all", "topics": [], "visibility": "public", "forks": 20, "open_issues": 9, "watchers": 12, "default_branch": "mainline"}}, "base": {"label": "OpenJobDescription:mainline", "ref": "mainline", "sha": "a97a738b666a50909cee7c1482f93676fcbfd287", "user": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "repo": {"id": 685265909, "node_id": "R_kgDOKNhT9Q", "name": "openjd-model-for-python", "full_name": "OpenJobDescription/openjd-model-for-python", "private": false, "owner": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "description": "Provides a Python implementation of the data model for Open Job Description's template schemas.", "fork": false, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python", "forks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/forks", "keys_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/teams", "hooks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/hooks", "issue_events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events{/number}", "events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/events", "assignees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/assignees{/user}", "branches_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/branches{/branch}", "tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/tags", "blobs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/refs{/sha}", "trees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/{sha}", "languages_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/languages", "stargazers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/stargazers", "contributors_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contributors", "subscribers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscribers", "subscription_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscription", "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits{/sha}", "git_commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits{/sha}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/comments{/number}", "issue_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments{/number}", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/{+path}", "compare_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/merges", "archive_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/downloads", "issues_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues{/number}", "pulls_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls{/number}", "milestones_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/milestones{/number}", "notifications_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels{/name}", "releases_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/releases{/id}", "deployments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/deployments", "created_at": "2023-08-30T21:28:48Z", "updated_at": "2026-05-19T19:09:34Z", "pushed_at": "2026-05-19T19:09:34Z", "git_url": "git://github.com/OpenJobDescription/openjd-model-for-python.git", "ssh_url": "git@github.com:OpenJobDescription/openjd-model-for-python.git", "clone_url": "https://github.com/OpenJobDescription/openjd-model-for-python.git", "svn_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "homepage": "https://github.com/OpenJobDescription/openjd-specifications/wiki", "size": 488, "stargazers_count": 12, "watchers_count": 12, "language": "Python", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": false, "has_pages": false, "has_discussions": false, "forks_count": 20, "mirror_url": null, "archived": false, "disabled": false, "open_issues_count": 9, "license": {"key": "apache-2.0", "name": "Apache License 2.0", "spdx_id": "Apache-2.0", "url": "https://api.github.com/licenses/apache-2.0", "node_id": "MDc6TGljZW5zZTI="}, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, "has_pull_requests": true, "pull_request_creation_policy": "all", "topics": [], "visibility": "public", "forks": 20, "open_issues": 9, "watchers": 12, "default_branch": "mainline"}}, "_links": {"self": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147"}, "html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147"}, "issue": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/147"}, "comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/147/comments"}, "review_comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147/comments"}, "review_comment": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/comments{/number}"}, "commits": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147/commits"}, "statuses": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/37a75da39463c005b9514181deafa22a6d6819f8"}}, "author_association": "CONTRIBUTOR", "auto_merge": {"enabled_by": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "merge_method": "squash", "commit_title": "chore(deps): update mypy requirement from ==1.11.* to ==1.13.* (#147)", "commit_message": "Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.\r\n- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/python/mypy/compare/v1.11...v1.13.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: mypy\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"}, "assignee": null, "active_lock_reason": null, "merged": true, "mergeable": null, "rebaseable": null, "mergeable_state": "unknown", "merged_by": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "comments": 2, "review_comments": 0, "maintainer_can_modify": false, "commits": 1, "additions": 1, "deletions": 1, "changed_files": 1}}
{"time": "2024-10-28T15:11:20+00:00", "type": "timeline:review_requested", "payload": {"id": 14962853041, "node_id": "RRE_lADOKNhT9c6cFoKZzwAAAAN72wSx", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14962853041", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "review_requested", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T15:11:20Z", "review_requester": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "requested_team": {"name": "Developers", "id": 8513209, "node_id": "T_kwDOCH2m8s4Agea5", "slug": "developers", "description": "", "privacy": "closed", "notification_setting": "notifications_enabled", "url": "https://api.github.com/organizations/142452466/team/8513209", "html_url": "https://github.com/orgs/OpenJobDescription/teams/developers", "members_url": "https://api.github.com/organizations/142452466/team/8513209/members{/member}", "repositories_url": "https://api.github.com/organizations/142452466/team/8513209/repos", "type": "organization", "organization_id": 142452466, "permission": "push", "permissions": {"admin": false, "maintain": false, "push": true, "triage": true, "pull": true}, "parent": null}, "performed_via_github_app": null}}
{"time": "2024-10-28T15:11:20+00:00", "type": "timeline:labeled", "payload": {"id": 14962853134, "node_id": "LE_lADOKNhT9c6cFoKZzwAAAAN72wUO", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14962853134", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "labeled", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T15:11:20Z", "label": {"name": "dependencies", "color": "0366d6"}, "performed_via_github_app": null}}
{"time": "2024-10-28T15:11:20+00:00", "type": "timeline:labeled", "payload": {"id": 14962853144, "node_id": "LE_lADOKNhT9c6cFoKZzwAAAAN72wUY", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14962853144", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "labeled", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T15:11:20Z", "label": {"name": "python", "color": "2b67c6"}, "performed_via_github_app": null}}
{"time": "2024-10-28T15:11:33+00:00", "type": "review", "payload": {"id": 2399395785, "node_id": "PRR_kwDOKNhT9c6PA9_J", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "state": "DISMISSED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399395785", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399395785"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147"}}, "submitted_at": "2024-10-28T15:11:33Z", "commit_id": "caee1b32cb0123e2736acb395663e930475d290b"}}
{"time": "2024-10-28T15:11:33+00:00", "type": "timeline:reviewed", "payload": {"id": 2399395785, "node_id": "PRR_kwDOKNhT9c6PA9_J", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "caee1b32cb0123e2736acb395663e930475d290b", "state": "dismissed", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399395785", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399395785"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147"}}, "submitted_at": "2024-10-28T15:11:33Z", "updated_at": "2024-10-28T17:41:23Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-10-28T17:40:30+00:00", "type": "review", "payload": {"id": 2399778035, "node_id": "PRR_kwDOKNhT9c6PCbTz", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "state": "DISMISSED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399778035", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147", "author_association": "CONTRIBUTOR", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399778035"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147"}}, "submitted_at": "2024-10-28T17:40:30Z", "commit_id": "caee1b32cb0123e2736acb395663e930475d290b"}}
{"time": "2024-10-28T17:40:30+00:00", "type": "timeline:reviewed", "payload": {"id": 2399778035, "node_id": "PRR_kwDOKNhT9c6PCbTz", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": null, "commit_id": "caee1b32cb0123e2736acb395663e930475d290b", "state": "dismissed", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399778035", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399778035"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147"}}, "submitted_at": "2024-10-28T17:40:30Z", "updated_at": "2024-10-28T17:41:23Z", "author_association": "CONTRIBUTOR", "event": "reviewed"}}
{"time": "2024-10-28T17:40:38+00:00", "type": "timeline:auto_squash_enabled", "payload": {"id": 14966890433, "node_id": "ASEE_lADOKNhT9c6cFoKZzwAAAAN8GJ_B", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14966890433", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "auto_squash_enabled", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T17:40:38Z", "performed_via_github_app": null}}
{"time": "2024-10-28T17:40:54+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442229664", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#issuecomment-2442229664", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/147", "id": 2442229664, "node_id": "IC_kwDOKNhT9c6RkXeg", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-10-28T17:40:54Z", "updated_at": "2024-10-28T17:40:54Z", "author_association": "CONTRIBUTOR", "body": "@dependabot rebase\r\n", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442229664/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "pin": null}}
{"time": "2024-10-28T17:40:54+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442229664", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#issuecomment-2442229664", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/147", "id": 2442229664, "node_id": "IC_kwDOKNhT9c6RkXeg", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-10-28T17:40:54Z", "updated_at": "2024-10-28T17:40:54Z", "body": "@dependabot rebase\r\n", "author_association": "CONTRIBUTOR", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442229664/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "event": "commented", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}}}
{"time": "2024-10-28T17:40:55+00:00", "type": "timeline:mentioned", "payload": {"id": 14966895289, "node_id": "MEE_lADOKNhT9c6cFoKZzwAAAAN8GLK5", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14966895289", "actor": {"login": "dependabot", "id": 27347476, "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MzQ3NDc2", "avatar_url": "https://avatars.githubusercontent.com/u/27347476?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot", "html_url": "https://github.com/dependabot", "followers_url": "https://api.github.com/users/dependabot/followers", "following_url": "https://api.github.com/users/dependabot/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot/subscriptions", "organizations_url": "https://api.github.com/users/dependabot/orgs", "repos_url": "https://api.github.com/users/dependabot/repos", "events_url": "https://api.github.com/users/dependabot/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "event": "mentioned", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T17:40:55Z", "performed_via_github_app": null}}
{"time": "2024-10-28T17:41:23+00:00", "type": "timeline:review_dismissed", "payload": {"id": 14966902567, "node_id": "RDE_lADOKNhT9c6cFoKZzwAAAAN8GM8n", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14966902567", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "review_dismissed", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T17:41:23Z", "dismissed_review": {"state": "approved", "review_id": 2399778035, "dismissal_message": null, "dismissal_commit_id": "e94aee9892e3a749e0cbdec7cdae53106d3e0d19"}, "performed_via_github_app": null}}
{"time": "2024-10-28T17:41:23+00:00", "type": "timeline:review_dismissed", "payload": {"id": 14966902576, "node_id": "RDE_lADOKNhT9c6cFoKZzwAAAAN8GM8w", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14966902576", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "review_dismissed", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T17:41:23Z", "dismissed_review": {"state": "approved", "review_id": 2399395785, "dismissal_message": null, "dismissal_commit_id": "e94aee9892e3a749e0cbdec7cdae53106d3e0d19"}, "performed_via_github_app": null}}
{"time": "2024-10-28T17:41:23+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 14966902585, "node_id": "HRFPE_lADOKNhT9c6cFoKZzwAAAAN8GM85", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14966902585", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "e94aee9892e3a749e0cbdec7cdae53106d3e0d19", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/e94aee9892e3a749e0cbdec7cdae53106d3e0d19", "created_at": "2024-10-28T17:41:23Z", "performed_via_github_app": null}}
{"time": "2024-10-28T17:41:39+00:00", "type": "review", "payload": {"id": 2399780459, "node_id": "PRR_kwDOKNhT9c6PCb5r", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399780459", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399780459"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147"}}, "submitted_at": "2024-10-28T17:41:39Z", "commit_id": "37a75da39463c005b9514181deafa22a6d6819f8"}}
{"time": "2024-10-28T17:41:39+00:00", "type": "timeline:reviewed", "payload": {"id": 2399780459, "node_id": "PRR_kwDOKNhT9c6PCb5r", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "37a75da39463c005b9514181deafa22a6d6819f8", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399780459", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399780459"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147"}}, "submitted_at": "2024-10-28T17:41:39Z", "updated_at": "2024-10-28T17:58:08Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-10-28T17:58:07+00:00", "type": "commit", "payload": {"sha": "37a75da39463c005b9514181deafa22a6d6819f8", "node_id": "C_kwDOKNhT9doAKDM3YTc1ZGEzOTQ2M2MwMDViOTUxNDE4MWRlYWZhMjJhNmQ2ODE5Zjg", "commit": {"author": {"name": "dependabot[bot]", "email": "49699333+dependabot[bot]@users.noreply.github.com", "date": "2024-10-28T17:58:07Z"}, "committer": {"name": "GitHub", "email": "noreply@github.com", "date": "2024-10-28T17:58:07Z"}, "message": "chore(deps): update mypy requirement from ==1.11.* to ==1.13.*\n\nUpdates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.\n- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/python/mypy/compare/v1.11...v1.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: mypy\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>", "tree": {"sha": "4c008663f5becf110bb78ba75ac51bbebf3c23b7", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/4c008663f5becf110bb78ba75ac51bbebf3c23b7"}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/37a75da39463c005b9514181deafa22a6d6819f8", "comment_count": 0, "verification": {"verified": true, "reason": "valid", "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJnH9CvCRC1aQ7uu5UhlAAAEPMQABT6xGWdaS4JyVckih2Cs/+x\n5VzkrCT64QTLb8l1iQ4hRy4Iw3foYSBeYeUHz53UDz7QjdZ8GyjxssLNKq7Ka2gL\nplL3xmpLH0iw98HXKhlFV+EXDWNtmsoEvZOGi5jzwlKSl4futoOIfjL/P7225gNL\ngawroazzwm4PKECCTNPW43Y5QbNTh+ezQeKmvn/QidwmDVM6ZxP3NGe2rGHdgf3Z\n07bEyftb4qvhfVj/3vBz9kpDGmHr+AIoYt4ChVV0/Y6MD2Sr+BRlbNlik2cCy8YQ\nUQe9qoJ7VqGXiIeepMNe7zRLOlrwbTKg3SAPi/tdlfIDmsxo62uR4bXcurGGWFmd\nKz/IlazlJn5OjqIX9s9IT6L1ocSRiSGk91xLE30M79w+3lHIHkwHUVlOy4ZAP25U\nO2RQsFROBL9Z42qk1DiiDrLo2m7zshEGNZgM8gRpRGjzXVQoQyGkphAN+ogxti1W\nTXBX+Bt7b7wDuVV/qElOEjj4mm+aEZwuJkF7oGVn23aLW1jTJ9rej5zpHWbz535U\n6Tnwv38La5Z92hDMB9I/bEf2kLbaYUFTgNjIDjUnNIjnYkuBJ7XPsDIfn+R7dv6p\nlCMoYx4XY/rzhD4G0i3VGL9pTDYwgu0I7jxuQAECmE3SaKPGDaKzapNy8XOYMBgz\nHeuetkI0cstQPcb7lE8T\n=073q\n-----END PGP SIGNATURE-----\n", "payload": "tree 4c008663f5becf110bb78ba75ac51bbebf3c23b7\nparent a97a738b666a50909cee7c1482f93676fcbfd287\nauthor dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 1730138287 +0000\ncommitter GitHub <noreply@github.com> 1730138287 +0000\n\nchore(deps): update mypy requirement from ==1.11.* to ==1.13.*\n\nUpdates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.\n- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/python/mypy/compare/v1.11...v1.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: mypy\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>", "verified_at": "2024-11-30T23:13:11Z"}}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/37a75da39463c005b9514181deafa22a6d6819f8", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/37a75da39463c005b9514181deafa22a6d6819f8", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/37a75da39463c005b9514181deafa22a6d6819f8/comments", "author": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "committer": {"login": "web-flow", "id": 19864447, "node_id": "MDQ6VXNlcjE5ODY0NDQ3", "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4", "gravatar_id": "", "url": "https://api.github.com/users/web-flow", "html_url": "https://github.com/web-flow", "followers_url": "https://api.github.com/users/web-flow/followers", "following_url": "https://api.github.com/users/web-flow/following{/other_user}", "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}", "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions", "organizations_url": "https://api.github.com/users/web-flow/orgs", "repos_url": "https://api.github.com/users/web-flow/repos", "events_url": "https://api.github.com/users/web-flow/events{/privacy}", "received_events_url": "https://api.github.com/users/web-flow/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "parents": [{"sha": "a97a738b666a50909cee7c1482f93676fcbfd287", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/a97a738b666a50909cee7c1482f93676fcbfd287", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/a97a738b666a50909cee7c1482f93676fcbfd287"}], "stats": {"total": 2, "additions": 1, "deletions": 1}, "files": [{"sha": "ed8c35caea4a35b4bcade5494f4f9d171efd0803", "filename": "requirements-testing.txt", "status": "modified", "additions": 1, "deletions": 1, "changes": 2, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/37a75da39463c005b9514181deafa22a6d6819f8/requirements-testing.txt", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/37a75da39463c005b9514181deafa22a6d6819f8/requirements-testing.txt", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/requirements-testing.txt?ref=37a75da39463c005b9514181deafa22a6d6819f8", "patch": "@@ -6,4 +6,4 @@ pytest-xdist == 3.6.*\n types-PyYAML ~= 6.0\n black == 24.*\n ruff == 0.7.*\n-mypy == 1.11.*\n+mypy == 1.13.*"}]}}
{"time": "2024-10-28T17:58:07+00:00", "type": "timeline:committed", "payload": {"sha": "37a75da39463c005b9514181deafa22a6d6819f8", "node_id": "C_kwDOKNhT9doAKDM3YTc1ZGEzOTQ2M2MwMDViOTUxNDE4MWRlYWZhMjJhNmQ2ODE5Zjg", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/37a75da39463c005b9514181deafa22a6d6819f8", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/37a75da39463c005b9514181deafa22a6d6819f8", "author": {"name": "dependabot[bot]", "email": "49699333+dependabot[bot]@users.noreply.github.com", "date": "2024-10-28T17:58:07Z"}, "committer": {"name": "GitHub", "email": "noreply@github.com", "date": "2024-10-28T17:58:07Z"}, "tree": {"sha": "4c008663f5becf110bb78ba75ac51bbebf3c23b7", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/4c008663f5becf110bb78ba75ac51bbebf3c23b7"}, "message": "chore(deps): update mypy requirement from ==1.11.* to ==1.13.*\n\nUpdates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.\n- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/python/mypy/compare/v1.11...v1.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: mypy\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>", "parents": [{"sha": "a97a738b666a50909cee7c1482f93676fcbfd287", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/a97a738b666a50909cee7c1482f93676fcbfd287", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/a97a738b666a50909cee7c1482f93676fcbfd287"}], "verification": {"verified": true, "reason": "valid", "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJnH9CvCRC1aQ7uu5UhlAAAEPMQABT6xGWdaS4JyVckih2Cs/+x\n5VzkrCT64QTLb8l1iQ4hRy4Iw3foYSBeYeUHz53UDz7QjdZ8GyjxssLNKq7Ka2gL\nplL3xmpLH0iw98HXKhlFV+EXDWNtmsoEvZOGi5jzwlKSl4futoOIfjL/P7225gNL\ngawroazzwm4PKECCTNPW43Y5QbNTh+ezQeKmvn/QidwmDVM6ZxP3NGe2rGHdgf3Z\n07bEyftb4qvhfVj/3vBz9kpDGmHr+AIoYt4ChVV0/Y6MD2Sr+BRlbNlik2cCy8YQ\nUQe9qoJ7VqGXiIeepMNe7zRLOlrwbTKg3SAPi/tdlfIDmsxo62uR4bXcurGGWFmd\nKz/IlazlJn5OjqIX9s9IT6L1ocSRiSGk91xLE30M79w+3lHIHkwHUVlOy4ZAP25U\nO2RQsFROBL9Z42qk1DiiDrLo2m7zshEGNZgM8gRpRGjzXVQoQyGkphAN+ogxti1W\nTXBX+Bt7b7wDuVV/qElOEjj4mm+aEZwuJkF7oGVn23aLW1jTJ9rej5zpHWbz535U\n6Tnwv38La5Z92hDMB9I/bEf2kLbaYUFTgNjIDjUnNIjnYkuBJ7XPsDIfn+R7dv6p\nlCMoYx4XY/rzhD4G0i3VGL9pTDYwgu0I7jxuQAECmE3SaKPGDaKzapNy8XOYMBgz\nHeuetkI0cstQPcb7lE8T\n=073q\n-----END PGP SIGNATURE-----\n", "payload": "tree 4c008663f5becf110bb78ba75ac51bbebf3c23b7\nparent a97a738b666a50909cee7c1482f93676fcbfd287\nauthor dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 1730138287 +0000\ncommitter GitHub <noreply@github.com> 1730138287 +0000\n\nchore(deps): update mypy requirement from ==1.11.* to ==1.13.*\n\nUpdates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.\n- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/python/mypy/compare/v1.11...v1.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: mypy\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>", "verified_at": "2024-11-30T23:13:11Z"}, "event": "committed"}}
{"time": "2024-10-28T17:58:09+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 14967139722, "node_id": "HRFPE_lADOKNhT9c6cFoKZzwAAAAN8HG2K", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14967139722", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "37a75da39463c005b9514181deafa22a6d6819f8", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/37a75da39463c005b9514181deafa22a6d6819f8", "created_at": "2024-10-28T17:58:09Z", "performed_via_github_app": null}}
{"time": "2024-10-28T17:58:22+00:00", "type": "review", "payload": {"id": 2399815088, "node_id": "PRR_kwDOKNhT9c6PCkWw", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399815088", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399815088"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147"}}, "submitted_at": "2024-10-28T17:58:22Z", "commit_id": "37a75da39463c005b9514181deafa22a6d6819f8"}}
{"time": "2024-10-28T17:58:22+00:00", "type": "timeline:reviewed", "payload": {"id": 2399815088, "node_id": "PRR_kwDOKNhT9c6PCkWw", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "37a75da39463c005b9514181deafa22a6d6819f8", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399815088", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399815088"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147"}}, "submitted_at": "2024-10-28T17:58:22Z", "updated_at": "2024-10-28T17:58:22Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-10-28T17:58:28+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442266179", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#issuecomment-2442266179", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/147", "id": 2442266179, "node_id": "IC_kwDOKNhT9c6RkgZD", "user": {"login": "sonarqubecloud[bot]", "id": 39514782, "node_id": "MDM6Qm90Mzk1MTQ3ODI=", "avatar_url": "https://avatars.githubusercontent.com/in/12526?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D", "html_url": "https://github.com/apps/sonarqubecloud", "followers_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/followers", "following_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/repos", "events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "created_at": "2024-10-28T17:58:28Z", "updated_at": "2024-10-28T17:58:28Z", "author_association": "NONE", "body": "## [](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=147) **Quality Gate passed** \nIssues \n [0 New issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=147&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) \n [0 Accepted issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=147&issueStatuses=ACCEPTED)\n\nMeasures \n [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=OpenJobDescription_openjd-model-for-python&pullRequest=147&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) \n [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=147&metric=new_coverage&view=list) \n [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=147&metric=new_duplicated_lines_density&view=list) \n \n[See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=147)\n\n", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442266179/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": {"id": 12526, "slug": "sonarqubecloud", "node_id": "MDM6QXBwMTI1MjY=", "owner": {"login": "SonarSource", "id": 545988, "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NTk4OA==", "avatar_url": "https://avatars.githubusercontent.com/u/545988?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SonarSource", "html_url": "https://github.com/SonarSource", "followers_url": "https://api.github.com/users/SonarSource/followers", "following_url": "https://api.github.com/users/SonarSource/following{/other_user}", "gists_url": "https://api.github.com/users/SonarSource/gists{/gist_id}", "starred_url": "https://api.github.com/users/SonarSource/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SonarSource/subscriptions", "organizations_url": "https://api.github.com/users/SonarSource/orgs", "repos_url": "https://api.github.com/users/SonarSource/repos", "events_url": "https://api.github.com/users/SonarSource/events{/privacy}", "received_events_url": "https://api.github.com/users/SonarSource/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "name": "SonarQubeCloud", "description": "\r\nSonarQube Cloud (formerly SonarCloud) is a SaaS code analysis tool designed to detect coding issues in 30+ languages, frameworks, and IaC platforms. Your code is checked against an extensive set of rules that cover many attributes of code, such as maintainability, reliability, and security issues, on each merge/pull request.\r\n\r\nFor those requiring US-based hosting, [SonarQube Cloud US](https://sonarqube.us/) offers the perfect alternative. If you need data residency outside the US or within the EU, [SonarQube Cloud](https://sonarcloud.io/) with this GitHub app is the ideal solution.\r\n\r\nSonarQube Cloud integrates seamlessly into your GitHub workflow and provides clear guidance for resolving any code quality and security issues detected. The majority of popular languages can be analyzed automatically; no configuration is required!\r\n\r\nWith [SonarQube Cloud](https://sonarcloud.io/github), you get:\r\n\r\n- Fast, precise static analysis and feedback on your code\r\n \r\n- Support for popular languages, frameworks, and IaC tools\r\n \r\n- Free analysis for open-source projects and private projects up to max 50k LoC\r\n \r\n- Automatic analysis of pull requests and branches with results reported inline\r\n \r\n- IDE Support with [SonarQube for IDE](https://www.sonarsource.com/products/sonarlint/) integration\r\n \r\n- Quality Gate (added as a GitHub check) acting at two different levels - first, preventing you from merging pull requests that contain issues - and later, helping you to release only clean, safe code\r\n \r\n- Sign up for SonarQube free tier and begin scanning your private and public repositories\r\n \r\n\r\nA [GitHub Action](https://github.com/marketplace/actions/sonarcloud-scan) is available in the marketplace to make it easy for you (for projects where automatic analysis isn't available). SonarQube Cloud also integrates smoothly with Jenkins, CircleCI, TravisCI, CirrusCI, and many other tools.\r\n\r\nA free tier is available that allows you to explore the benefits of SonarQube Cloud using your public and private repositories. We also provide a no-commitment, [14-day trial](https://www.sonarsource.com/products/sonarcloud/signup/) of SonarQube Cloud Team for unlimited team members, up to 1.9M LoC, AI CodeFix recommendations, and more. No need to speak with a sales rep or request a license key - get automatic code analysis results on your private projects in minutes! Want to see more examples of SonarCloud in action? You can [explore current Open Source projects in SonarCloud](https://sonarcloud.io/explore/projects?sort=-analysis_date) that are using the [Clean as You Code](https://www.sonarsource.com/solutions/our-unique-approach/) methodology.\r\n\r\nWhat are you waiting for? SonarQube Cloud helps you consistently deliver cleaner, secure software that future developers will appreciate and your users will love. Start writing Clean Code. [Now](https://www.sonarsource.com/products/sonarcloud/signup/)!", "external_url": "https://sonarcloud.io", "html_url": "https://github.com/apps/sonarqubecloud", "created_at": "2018-05-22T07:36:37Z", "updated_at": "2026-03-03T08:54:32Z", "permissions": {"checks": "write", "contents": "read", "emails": "read", "members": "read", "metadata": "read", "organization_copilot_seat_management": "read", "pull_requests": "write", "security_events": "write", "statuses": "write"}, "events": ["code_scanning_alert", "organization", "pull_request", "push", "repository"]}, "pin": null}}
{"time": "2024-10-28T17:58:28+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442266179", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#issuecomment-2442266179", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/147", "id": 2442266179, "node_id": "IC_kwDOKNhT9c6RkgZD", "user": {"login": "sonarqubecloud[bot]", "id": 39514782, "node_id": "MDM6Qm90Mzk1MTQ3ODI=", "avatar_url": "https://avatars.githubusercontent.com/in/12526?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D", "html_url": "https://github.com/apps/sonarqubecloud", "followers_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/followers", "following_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/repos", "events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "created_at": "2024-10-28T17:58:28Z", "updated_at": "2024-10-28T17:58:28Z", "body": "## [](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=147) **Quality Gate passed** \nIssues \n [0 New issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=147&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) \n [0 Accepted issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=147&issueStatuses=ACCEPTED)\n\nMeasures \n [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=OpenJobDescription_openjd-model-for-python&pullRequest=147&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) \n [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=147&metric=new_coverage&view=list) \n [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=147&metric=new_duplicated_lines_density&view=list) \n \n[See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=147)\n\n", "author_association": "NONE", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442266179/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": {"id": 12526, "client_id": "Iv1.dc610988574d1724", "slug": "sonarqubecloud", "node_id": "MDM6QXBwMTI1MjY=", "owner": {"login": "SonarSource", "id": 545988, "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NTk4OA==", "avatar_url": "https://avatars.githubusercontent.com/u/545988?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SonarSource", "html_url": "https://github.com/SonarSource", "followers_url": "https://api.github.com/users/SonarSource/followers", "following_url": "https://api.github.com/users/SonarSource/following{/other_user}", "gists_url": "https://api.github.com/users/SonarSource/gists{/gist_id}", "starred_url": "https://api.github.com/users/SonarSource/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SonarSource/subscriptions", "organizations_url": "https://api.github.com/users/SonarSource/orgs", "repos_url": "https://api.github.com/users/SonarSource/repos", "events_url": "https://api.github.com/users/SonarSource/events{/privacy}", "received_events_url": "https://api.github.com/users/SonarSource/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "name": "SonarQubeCloud", "description": "\r\nSonarQube Cloud (formerly SonarCloud) is a SaaS code analysis tool designed to detect coding issues in 30+ languages, frameworks, and IaC platforms. Your code is checked against an extensive set of rules that cover many attributes of code, such as maintainability, reliability, and security issues, on each merge/pull request.\r\n\r\nFor those requiring US-based hosting, [SonarQube Cloud US](https://sonarqube.us/) offers the perfect alternative. If you need data residency outside the US or within the EU, [SonarQube Cloud](https://sonarcloud.io/) with this GitHub app is the ideal solution.\r\n\r\nSonarQube Cloud integrates seamlessly into your GitHub workflow and provides clear guidance for resolving any code quality and security issues detected. The majority of popular languages can be analyzed automatically; no configuration is required!\r\n\r\nWith [SonarQube Cloud](https://sonarcloud.io/github), you get:\r\n\r\n- Fast, precise static analysis and feedback on your code\r\n \r\n- Support for popular languages, frameworks, and IaC tools\r\n \r\n- Free analysis for open-source projects and private projects up to max 50k LoC\r\n \r\n- Automatic analysis of pull requests and branches with results reported inline\r\n \r\n- IDE Support with [SonarQube for IDE](https://www.sonarsource.com/products/sonarlint/) integration\r\n \r\n- Quality Gate (added as a GitHub check) acting at two different levels - first, preventing you from merging pull requests that contain issues - and later, helping you to release only clean, safe code\r\n \r\n- Sign up for SonarQube free tier and begin scanning your private and public repositories\r\n \r\n\r\nA [GitHub Action](https://github.com/marketplace/actions/sonarcloud-scan) is available in the marketplace to make it easy for you (for projects where automatic analysis isn't available). SonarQube Cloud also integrates smoothly with Jenkins, CircleCI, TravisCI, CirrusCI, and many other tools.\r\n\r\nA free tier is available that allows you to explore the benefits of SonarQube Cloud using your public and private repositories. We also provide a no-commitment, [14-day trial](https://www.sonarsource.com/products/sonarcloud/signup/) of SonarQube Cloud Team for unlimited team members, up to 1.9M LoC, AI CodeFix recommendations, and more. No need to speak with a sales rep or request a license key - get automatic code analysis results on your private projects in minutes! Want to see more examples of SonarCloud in action? You can [explore current Open Source projects in SonarCloud](https://sonarcloud.io/explore/projects?sort=-analysis_date) that are using the [Clean as You Code](https://www.sonarsource.com/solutions/our-unique-approach/) methodology.\r\n\r\nWhat are you waiting for? SonarQube Cloud helps you consistently deliver cleaner, secure software that future developers will appreciate and your users will love. Start writing Clean Code. [Now](https://www.sonarsource.com/products/sonarcloud/signup/)!", "external_url": "https://sonarcloud.io", "html_url": "https://github.com/apps/sonarqubecloud", "created_at": "2018-05-22T07:36:37Z", "updated_at": "2026-03-03T08:54:32Z", "permissions": {"checks": "write", "contents": "read", "emails": "read", "members": "read", "metadata": "read", "organization_copilot_seat_management": "read", "pull_requests": "write", "security_events": "write", "statuses": "write"}, "events": ["code_scanning_alert", "organization", "pull_request", "push", "repository"]}, "event": "commented", "actor": {"login": "sonarqubecloud[bot]", "id": 39514782, "node_id": "MDM6Qm90Mzk1MTQ3ODI=", "avatar_url": "https://avatars.githubusercontent.com/in/12526?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D", "html_url": "https://github.com/apps/sonarqubecloud", "followers_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/followers", "following_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/repos", "events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}}}
{"time": "2024-10-28T18:01:38+00:00", "type": "review", "payload": {"id": 2399821821, "node_id": "PRR_kwDOKNhT9c6PCl_9", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399821821", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147", "author_association": "CONTRIBUTOR", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399821821"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147"}}, "submitted_at": "2024-10-28T18:01:38Z", "commit_id": "37a75da39463c005b9514181deafa22a6d6819f8"}}
{"time": "2024-10-28T18:01:38+00:00", "type": "timeline:reviewed", "payload": {"id": 2399821821, "node_id": "PRR_kwDOKNhT9c6PCl_9", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": null, "commit_id": "37a75da39463c005b9514181deafa22a6d6819f8", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399821821", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/147#pullrequestreview-2399821821"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/147"}}, "submitted_at": "2024-10-28T18:01:38Z", "updated_at": "2024-10-28T18:01:38Z", "author_association": "CONTRIBUTOR", "event": "reviewed"}}
{"time": "2024-10-28T18:01:39+00:00", "type": "timeline:merged", "payload": {"id": 14967187201, "node_id": "ME_lADOKNhT9c6cFoKZzwAAAAN8HScB", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14967187201", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "merged", "commit_id": "7d49e04949b0843277cb79060fc33d1140675239", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/7d49e04949b0843277cb79060fc33d1140675239", "created_at": "2024-10-28T18:01:39Z", "performed_via_github_app": null}}
{"time": "2024-10-28T18:01:39+00:00", "type": "timeline:closed", "payload": {"id": 14967187218, "node_id": "CE_lADOKNhT9c6cFoKZzwAAAAN8HScS", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14967187218", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "closed", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T18:01:39Z", "state_reason": null, "performed_via_github_app": null}}
{"time": "2024-10-28T18:01:43+00:00", "type": "timeline:head_ref_deleted", "payload": {"id": 14967188061, "node_id": "HRDE_lADOKNhT9c6cFoKZzwAAAAN8HSpd", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14967188061", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "head_ref_deleted", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T18:01:43Z", "performed_via_github_app": null}}
|