{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":162585627,"defaultBranch":"main","name":"hcloud-python","ownerLogin":"hetznercloud","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-12-20T13:48:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/22154697?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716559290.0","currentOid":""},"activityList":{"items":[{"before":"b261519f59141fd00d34169e4f2464056df60c22","after":null,"ref":"refs/heads/use-new-release-please-action","pushedAt":"2024-05-24T14:14:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"}},{"before":"4a6f005cb0488291ae91390a612bab6afc6d80b6","after":"2a32706ebcba4175ae6b2a0bd334fa23a95a2f34","ref":"refs/heads/main","pushedAt":"2024-05-24T14:14:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"},"commit":{"message":"ci: use new release-please action (#392)","shortMessageHtmlLink":"ci: use new release-please action (#392)"}},{"before":null,"after":"b261519f59141fd00d34169e4f2464056df60c22","ref":"refs/heads/use-new-release-please-action","pushedAt":"2024-05-24T14:01:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"},"commit":{"message":"ci: use new release-please action","shortMessageHtmlLink":"ci: use new release-please action"}},{"before":"5dad854eed918389ff828dd0e68d8a07afbc8627","after":"3d280808d17f3bc9bfe1a94f44d56ebe5bc26ce3","ref":"refs/heads/release-please--branches--main--components--hcloud","pushedAt":"2024-05-24T13:23:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hcloud-bot","name":"Hetzner Cloud Bot","path":"/hcloud-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45457231?s=80&v=4"},"commit":{"message":"chore(main): release 1.35.1","shortMessageHtmlLink":"chore(main): release 1.35.1"}},{"before":"7d96dc43304536d168b9bd165cd60fe3f817c39b","after":null,"ref":"refs/heads/renovate/pylint-3.x","pushedAt":"2024-05-24T13:23:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"}},{"before":"584a36b658670297ffffa9afa70835d29d27fbca","after":"4a6f005cb0488291ae91390a612bab6afc6d80b6","ref":"refs/heads/main","pushedAt":"2024-05-24T13:23:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"},"commit":{"message":"deps: update dependency pylint to >=3,<3.3 (#391)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n| [pylint](https://togithub.com/pylint-dev/pylint)\r\n([changelog](https://pylint.readthedocs.io/en/latest/whatsnew/3/)) |\r\n`>=3,<3.2` -> `>=3,<3.3` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/pypi/pylint/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pylint/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pylint/3.1.1/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pylint/3.1.1/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\npylint-dev/pylint (pylint)\r\n\r\n###\r\n[`v3.2.0`](https://togithub.com/pylint-dev/pylint/releases/tag/v3.2.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/pylint-dev/pylint/compare/v3.1.1...v3.2.0)\r\n\r\n## What's new in Pylint 3.2.0?\r\n\r\nRelease date: 2024-05-14\r\n\r\nOf note: a `github` reporter, two new checks\r\n(`possibly-used-before-assignment` and\r\n`contextmanager-generator-missing-cleanup`), performance improvements,\r\nand an `astroid` upgrade providing support for `@overload` and `.pyi`\r\nstubs.\r\n\r\n## New Features\r\n\r\n- Understand `six.PY2` and `six.PY3` for conditional imports.\r\n\r\nCloses\r\n[#​3501](https://togithub.com/pylint-dev/pylint/issues/3501)\r\n\r\n- A new `github` reporter has been added. This reporter returns the\r\noutput of `pylint` in a format that\r\nGithub can use to automatically annotate code. Use it with `pylint\r\n--output-format=github` on your Github Workflows.\r\n\r\nCloses\r\n[#​9443](https://togithub.com/pylint-dev/pylint/issues/9443).\r\n\r\n## New Checks\r\n\r\n- Add check `possibly-used-before-assignment` when relying on names\r\nafter an `if/else`\r\n switch when one branch failed to define the name, raise, or return.\r\n\r\nCloses\r\n[#​1727](https://togithub.com/pylint-dev/pylint/issues/1727)\r\n\r\n- Checks for generators that use contextmanagers that don't handle\r\ncleanup properly.\r\nIs meant to raise visibilty on the case that a generator is not fully\r\nexhausted and the contextmanager is not cleaned up properly.\r\nA contextmanager must yield a non-constant value and not handle cleanup\r\nfor GeneratorExit.\r\nThe using generator must attempt to use the yielded context value `with\r\nx() as y` and not just `with x()`.\r\n\r\nCloses\r\n[#​2832](https://togithub.com/pylint-dev/pylint/issues/2832)\r\n\r\n## False Negatives Fixed\r\n\r\n- If and Try nodes are now checked for useless return statements as\r\nwell.\r\n\r\nCloses\r\n[#​9449](https://togithub.com/pylint-dev/pylint/issues/9449).\r\n\r\n- Fix false negative for `property-with-parameters` in the case of\r\nparameters which are `positional-only`, `keyword-only`, `variadic\r\npositional` or `variadic keyword`.\r\n\r\nCloses\r\n[#​9584](https://togithub.com/pylint-dev/pylint/issues/9584)\r\n\r\n## False Positives Fixed\r\n\r\n- pylint now understands the `@overload` decorator return values better.\r\n\r\nCloses\r\n[#​4696](https://togithub.com/pylint-dev/pylint/issues/4696)\r\nRefs [#​9606](https://togithub.com/pylint-dev/pylint/issues/9606)\r\n\r\n## Performance Improvements\r\n\r\n- Ignored modules are now not checked at all, instead of being checked\r\nand then\r\nignored. This should speed up the analysis of large codebases which have\r\n ignored modules.\r\n\r\nCloses\r\n[#​9442](https://togithub.com/pylint-dev/pylint/issues/9442)\r\n\r\n- ImportChecker's logic has been modified to avoid context files when\r\npossible. This makes it possible\r\n to cache module searches on astroid and reduce execution times.\r\n\r\nRefs [#​9310](https://togithub.com/pylint-dev/pylint/issues/9310).\r\n\r\n- An internal check for `trailing-comma-tuple` being enabled for a file\r\nor not is now\r\n done once per file instead of once for each token.\r\n\r\nRefs [#​9608](https://togithub.com/pylint-dev/pylint/issues/9608).\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/hetznercloud/hcloud-python).\r\n\r\n\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"deps: update dependency pylint to >=3,<3.3 (#391)"}},{"before":null,"after":"7d96dc43304536d168b9bd165cd60fe3f817c39b","ref":"refs/heads/renovate/pylint-3.x","pushedAt":"2024-05-14T14:04:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"deps: update dependency pylint to >=3,<3.3","shortMessageHtmlLink":"deps: update dependency pylint to >=3,<3.3"}},{"before":"f74d2fdb982ce304576907a95150f500d4f57f7c","after":"5dad854eed918389ff828dd0e68d8a07afbc8627","ref":"refs/heads/release-please--branches--main--components--hcloud","pushedAt":"2024-05-07T06:43:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hcloud-bot","name":"Hetzner Cloud Bot","path":"/hcloud-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45457231?s=80&v=4"},"commit":{"message":"chore(main): release 1.35.1","shortMessageHtmlLink":"chore(main): release 1.35.1"}},{"before":"b3ffea6e82ce8c2333fd03aab1670ad968597663","after":null,"ref":"refs/heads/renovate/pytest-8.x","pushedAt":"2024-05-07T06:42:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"}},{"before":"35c933bd2108d42e74b74b01d6db74e159ec9142","after":"584a36b658670297ffffa9afa70835d29d27fbca","ref":"refs/heads/main","pushedAt":"2024-05-07T06:42:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"},"commit":{"message":"deps: update dependency pytest to >=8,<8.3 (#390)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n| [pytest](https://togithub.com/pytest-dev/pytest)\r\n([changelog](https://docs.pytest.org/en/stable/changelog.html)) |\r\n`>=8,<8.2` -> `>=8,<8.3` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest/8.1.2/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/8.1.2/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\npytest-dev/pytest (pytest)\r\n\r\n###\r\n[`v8.2.0`](https://togithub.com/pytest-dev/pytest/releases/tag/8.2.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/pytest-dev/pytest/compare/8.1.2...8.2.0)\r\n\r\n# pytest 8.2.0 (2024-04-27)\r\n\r\n## Deprecations\r\n\r\n- [#​12069](https://togithub.com/pytest-dev/pytest/issues/12069):\r\nA deprecation warning is now raised when implementations of one of the\r\nfollowing hooks request a deprecated `py.path.local` parameter instead\r\nof the `pathlib.Path` parameter which replaced it:\r\n\r\n- `pytest_ignore_collect`{.interpreted-text role=\"hook\"} - the `path`\r\nparameter - use `collection_path` instead.\r\n- `pytest_collect_file`{.interpreted-text role=\"hook\"} - the `path`\r\nparameter - use `file_path` instead.\r\n- `pytest_pycollect_makemodule`{.interpreted-text role=\"hook\"} - the\r\n`path` parameter - use `module_path` instead.\r\n- `pytest_report_header`{.interpreted-text role=\"hook\"} - the `startdir`\r\nparameter - use `start_path` instead.\r\n- `pytest_report_collectionfinish`{.interpreted-text role=\"hook\"} - the\r\n`startdir` parameter - use `start_path` instead.\r\n\r\n The replacement parameters are available since pytest 7.0.0.\r\n The old parameters will be removed in pytest 9.0.0.\r\n\r\nSee `legacy-path-hooks-deprecated`{.interpreted-text role=\"ref\"} for\r\nmore details.\r\n\r\n## Features\r\n\r\n- [#​11871](https://togithub.com/pytest-dev/pytest/issues/11871):\r\nAdded support for reading command line arguments from a file using the\r\nprefix character `@`, like e.g.: `pytest @​tests.txt`. The file\r\nmust have one argument per line.\r\n\r\nSee `Read arguments from file `{.interpreted-text\r\nrole=\"ref\"} for details.\r\n\r\n## Improvements\r\n\r\n- [#​11523](https://togithub.com/pytest-dev/pytest/issues/11523):\r\n`pytest.importorskip`{.interpreted-text role=\"func\"} will now issue a\r\nwarning if the module could be found, but raised\r\n`ImportError`{.interpreted-text role=\"class\"} instead of\r\n`ModuleNotFoundError`{.interpreted-text role=\"class\"}.\r\n\r\nThe warning can be suppressed by passing `exc_type=ImportError` to\r\n`pytest.importorskip`{.interpreted-text role=\"func\"}.\r\n\r\nSee `import-or-skip-import-error`{.interpreted-text role=\"ref\"} for\r\ndetails.\r\n\r\n- [#​11728](https://togithub.com/pytest-dev/pytest/issues/11728):\r\nFor `unittest`-based tests, exceptions during class cleanup (as raised\r\nby functions registered with `TestCase.addClassCleanup\r\n`{.interpreted-text role=\"meth\"}) are\r\nnow reported instead of silently failing.\r\n\r\n- [#​11777](https://togithub.com/pytest-dev/pytest/issues/11777):\r\nText is no longer truncated in the `short test summary info` section\r\nwhen `-vv` is given.\r\n\r\n- [#​12112](https://togithub.com/pytest-dev/pytest/issues/12112):\r\nImproved namespace packages detection when\r\n`consider_namespace_packages`{.interpreted-text role=\"confval\"} is\r\nenabled, covering more situations (like editable installs).\r\n\r\n- [#​9502](https://togithub.com/pytest-dev/pytest/issues/9502):\r\nAdded `PYTEST_VERSION`{.interpreted-text role=\"envvar\"} environment\r\nvariable which is defined at the start of the pytest session and\r\nundefined afterwards. It contains the value of `pytest.__version__`, and\r\namong other things can be used to easily check if code is running from\r\nwithin a pytest run.\r\n\r\n## Bug Fixes\r\n\r\n- [#​12065](https://togithub.com/pytest-dev/pytest/issues/12065):\r\nFixed a regression in pytest 8.0.0 where test classes containing\r\n`setup_method` and tests using `@staticmethod` or `@classmethod` would\r\ncrash with `AttributeError: 'NoneType' object has no attribute\r\n'setup_method'`.\r\n\r\nNow the `request.instance\r\n`{.interpreted-text role=\"attr\"}\r\nattribute of tests using `@staticmethod` and `@classmethod` is no longer\r\n`None`, but a fresh instance of the class, like in non-static methods.\r\nPreviously it was `None`, and all fixtures of such tests would share a\r\nsingle `self`.\r\n\r\n- [#​12135](https://togithub.com/pytest-dev/pytest/issues/12135):\r\nFixed issue where fixtures adding their finalizer multiple times to\r\nfixtures they request would cause unreliable and non-intuitive teardown\r\nordering in some instances.\r\n\r\n- [#​12194](https://togithub.com/pytest-dev/pytest/issues/12194):\r\nFixed a bug with `--importmode=importlib` and `--doctest-modules` where\r\nchild modules did not appear as attributes in parent modules.\r\n\r\n- [#​1489](https://togithub.com/pytest-dev/pytest/issues/1489):\r\nFixed some instances where teardown of higher-scoped fixtures was not\r\nhappening in the reverse order they were initialized in.\r\n\r\n## Trivial/Internal Changes\r\n\r\n- [#​12069](https://togithub.com/pytest-dev/pytest/issues/12069):\r\n`pluggy>=1.5.0` is now required.\r\n- [#​12167](https://togithub.com/pytest-dev/pytest/issues/12167):\r\n`cache `{.interpreted-text role=\"ref\"}: create supporting files\r\n(`CACHEDIR.TAG`, `.gitignore`, etc.) in a temporary directory to provide\r\natomic semantics.\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/hetznercloud/hcloud-python).\r\n\r\n\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"deps: update dependency pytest to >=8,<8.3 (#390)"}},{"before":null,"after":"b3ffea6e82ce8c2333fd03aab1670ad968597663","ref":"refs/heads/renovate/pytest-8.x","pushedAt":"2024-04-28T00:56:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"deps: update dependency pytest to >=8,<8.3","shortMessageHtmlLink":"deps: update dependency pytest to >=8,<8.3"}},{"before":"4c4b5dd577769efdcdb692d4f2ad077132eda637","after":"f74d2fdb982ce304576907a95150f500d4f57f7c","ref":"refs/heads/release-please--branches--main--components--hcloud","pushedAt":"2024-04-26T07:28:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hcloud-bot","name":"Hetzner Cloud Bot","path":"/hcloud-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45457231?s=80&v=4"},"commit":{"message":"chore(main): release 1.35.1","shortMessageHtmlLink":"chore(main): release 1.35.1"}},{"before":"2b2e21f61366b5ec0f2ff5558f652d2bfed9d138","after":"35c933bd2108d42e74b74b01d6db74e159ec9142","ref":"refs/heads/main","pushedAt":"2024-04-26T07:28:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"},"commit":{"message":"deps: update dependency mypy to >=1.10,<1.11 (#387)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n| [mypy](https://www.mypy-lang.org/)\r\n([source](https://togithub.com/python/mypy),\r\n[changelog](https://mypy-lang.blogspot.com/)) | `>=1.9,<1.10` ->\r\n`>=1.10,<1.11` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mypy/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mypy/1.9.0/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/1.9.0/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\npython/mypy (mypy)\r\n\r\n###\r\n[`v1.10.0`](https://togithub.com/python/mypy/compare/1.9.0...v1.10.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/python/mypy/compare/1.9.0...v1.10.0)\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/hetznercloud/hcloud-python).\r\n\r\n\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"deps: update dependency mypy to >=1.10,<1.11 (#387)"}},{"before":"96a70f82e9f1c0be20b67524415e06f15012fa33","after":null,"ref":"refs/heads/renovate/mypy-1.x","pushedAt":"2024-04-26T07:28:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"}},{"before":"527b081607ec3ce32cfa91f9a9c130f1f5773f18","after":"4c4b5dd577769efdcdb692d4f2ad077132eda637","ref":"refs/heads/release-please--branches--main--components--hcloud","pushedAt":"2024-04-26T07:07:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hcloud-bot","name":"Hetzner Cloud Bot","path":"/hcloud-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45457231?s=80&v=4"},"commit":{"message":"chore(main): release 1.35.1","shortMessageHtmlLink":"chore(main): release 1.35.1"}},{"before":"648ef5b166cf9d9fdd464841cb6557c68f2bb991","after":null,"ref":"refs/heads/renovate/psf-black-pre-commit-mirror-24.x","pushedAt":"2024-04-26T07:06:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"}},{"before":"fec08c5323359d0a4f0771123f483ff975aa68b0","after":"2b2e21f61366b5ec0f2ff5558f652d2bfed9d138","ref":"refs/heads/main","pushedAt":"2024-04-26T07:06:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"},"commit":{"message":"deps: update pre-commit hook psf/black-pre-commit-mirror to v24.4.2 (#389)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n|\r\n[psf/black-pre-commit-mirror](https://togithub.com/psf/black-pre-commit-mirror)\r\n| repository | patch | `24.4.1` -> `24.4.2` |\r\n\r\nNote: The `pre-commit` manager in Renovate is not supported by the\r\n`pre-commit` maintainers or community. Please do not report any problems\r\nthere, instead [create a Discussion in the Renovate\r\nrepository](https://togithub.com/renovatebot/renovate/discussions/new)\r\nif you have any questions.\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\npsf/black-pre-commit-mirror\r\n(psf/black-pre-commit-mirror)\r\n\r\n###\r\n[`v24.4.2`](https://togithub.com/psf/black-pre-commit-mirror/compare/24.4.1...24.4.2)\r\n\r\n[Compare\r\nSource](https://togithub.com/psf/black-pre-commit-mirror/compare/24.4.1...24.4.2)\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n๐Ÿšฆ **Automerge**: Enabled.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/hetznercloud/hcloud-python).\r\n\r\n\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"deps: update pre-commit hook psf/black-pre-commit-mirror to v24.4.2 (#โ€ฆ"}},{"before":null,"after":"648ef5b166cf9d9fdd464841cb6557c68f2bb991","ref":"refs/heads/renovate/psf-black-pre-commit-mirror-24.x","pushedAt":"2024-04-26T06:06:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"deps: update pre-commit hook psf/black-pre-commit-mirror to v24.4.2","shortMessageHtmlLink":"deps: update pre-commit hook psf/black-pre-commit-mirror to v24.4.2"}},{"before":"0a3d172c2c42b7d4ce7dda8b9c0195fb074080fa","after":"527b081607ec3ce32cfa91f9a9c130f1f5773f18","ref":"refs/heads/release-please--branches--main--components--hcloud","pushedAt":"2024-04-25T12:13:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hcloud-bot","name":"Hetzner Cloud Bot","path":"/hcloud-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45457231?s=80&v=4"},"commit":{"message":"chore(main): release 1.35.1","shortMessageHtmlLink":"chore(main): release 1.35.1"}},{"before":"5660691ebd6122fa7ebec56a24bce9fce0577573","after":"fec08c5323359d0a4f0771123f483ff975aa68b0","ref":"refs/heads/main","pushedAt":"2024-04-25T12:13:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"deps: update pre-commit hook psf/black-pre-commit-mirror to v24.4.1","shortMessageHtmlLink":"deps: update pre-commit hook psf/black-pre-commit-mirror to v24.4.1"}},{"before":"dcc890b93cd99bc14de726c50d1ac9a10ebb9dfa","after":null,"ref":"refs/heads/renovate/psf-black-pre-commit-mirror-24.x","pushedAt":"2024-04-25T12:13:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":null,"after":"dcc890b93cd99bc14de726c50d1ac9a10ebb9dfa","ref":"refs/heads/renovate/psf-black-pre-commit-mirror-24.x","pushedAt":"2024-04-25T07:03:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"deps: update pre-commit hook psf/black-pre-commit-mirror to v24.4.1","shortMessageHtmlLink":"deps: update pre-commit hook psf/black-pre-commit-mirror to v24.4.1"}},{"before":null,"after":"96a70f82e9f1c0be20b67524415e06f15012fa33","ref":"refs/heads/renovate/mypy-1.x","pushedAt":"2024-04-24T15:16:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"deps: update dependency mypy to >=1.10,<1.11","shortMessageHtmlLink":"deps: update dependency mypy to >=1.10,<1.11"}},{"before":"9f182704898cb96f1ea162511605906f87cff50c","after":"5660691ebd6122fa7ebec56a24bce9fce0577573","ref":"refs/heads/main","pushedAt":"2024-04-24T03:34:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"},"commit":{"message":"deps: update dependency coverage to >=7.5,<7.6 (#386)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n| [coverage](https://togithub.com/nedbat/coveragepy) | `>=7.4,<7.5` ->\r\n`>=7.5,<7.6` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/pypi/coverage/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/coverage/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/coverage/7.4.4/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/coverage/7.4.4/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\nnedbat/coveragepy (coverage)\r\n\r\n###\r\n[`v7.5.0`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-750--2024-04-23)\r\n\r\n[Compare\r\nSource](https://togithub.com/nedbat/coveragepy/compare/7.4.4...7.5.0)\r\n\r\n- Added initial support for function and class reporting in the HTML\r\nreport.\r\nThere are now three index pages which link to each other: files,\r\nfunctions,\r\nand classes. Other reports don't yet have this information, but it will\r\nbe\r\n added in the future where it makes sense. Feedback gladly accepted!\r\n\r\n- Other HTML report improvements:\r\n\r\n- There is now a \"hide covered\" checkbox to filter out 100% files,\r\nfinishing\r\n `issue 1384`\\_.\r\n\r\n- The index page is always sorted by one of its columns, with clearer\r\n indications of the sorting.\r\n\r\n- The \"previous file\" shortcut key didn't work on the index page, but\r\nnow it\r\n does, fixing `issue 1765`\\_.\r\n\r\n- The debug output showing which configuration files were tried now\r\nshows\r\nabsolute paths to help diagnose problems where settings aren't taking\r\neffect,\r\n and is renamed from \"attempted_config_files\" to the more logical\r\n \"config_files_attempted.\"\r\n\r\n- Python 3.13.0a6 is supported.\r\n\r\n.. \\_issue\r\n1384:[https://github.com/nedbat/coveragepy/issues/1384](https://togithub.com/nedbat/coveragepy/issues/1384)4\r\n.. \\_issue\r\n1765[https://github.com/nedbat/coveragepy/issues/1765](https://togithub.com/nedbat/coveragepy/issues/1765)65\r\n\r\n.. \\_changes\\_7-4-4:\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/hetznercloud/hcloud-python).\r\n\r\n\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"deps: update dependency coverage to >=7.5,<7.6 (#386)"}},{"before":"74793f510b9ceada37571d4af56920f71215d318","after":null,"ref":"refs/heads/renovate/coverage-7.x","pushedAt":"2024-04-24T03:34:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"}},{"before":"dff983b4d36da651dfe9e1dc228bfa83c365863a","after":null,"ref":"refs/heads/renovate/myst-parser-3.x","pushedAt":"2024-04-24T03:34:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"}},{"before":"69c2e16073df9ef8520e3a635b3866403eba030e","after":"9f182704898cb96f1ea162511605906f87cff50c","ref":"refs/heads/main","pushedAt":"2024-04-24T03:34:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jooola","name":"Jonas L.","path":"/jooola","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19195485?s=80&v=4"},"commit":{"message":"deps: update dependency myst-parser to v3 (#385)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n| [myst-parser](https://togithub.com/executablebooks/MyST-Parser) |\r\n`>=2.0.0,<2.1` -> `>=3,<3.1` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/pypi/myst-parser/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/myst-parser/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/myst-parser/2.0.0/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/myst-parser/2.0.0/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\nexecutablebooks/MyST-Parser (myst-parser)\r\n\r\n###\r\n[`v3.0.0`](https://togithub.com/executablebooks/MyST-Parser/blob/HEAD/CHANGELOG.md#300---2024-04-23)\r\n\r\n[Compare\r\nSource](https://togithub.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.0)\r\n\r\n##### Upgraded dependencies\r\n\r\n- โฌ†๏ธ Add support for Python 3.12 by in \r\n- โฌ†๏ธ Update docutils requirement from >=0.16,<0.21 to >=0.18,<0.22 by\r\n in \r\n\r\n##### New features\r\n\r\n- โœจ Allow for use of the `line-block` directive by\r\n in \r\n- โœจ Emits sphinx include-read event by in\r\n\r\n\r\n##### Improvements\r\n\r\n- ๐Ÿ‘Œ Nested parse attribution in `attr_block` by \r\nin \r\n- ๐Ÿ‘Œ Directive option parsing by in \\ in\r\n\r\n- ๐Ÿ‘Œ Allow for opening external links in new tabs\r\n([#​856](https://togithub.com/executablebooks/MyST-Parser/issues/856))\r\nby in \r\n\r\n##### Internal\r\n\r\n- ๐Ÿ”ง Replace black, isort, pyupgrade with ruff formatter by\r\n in \r\n- ๐Ÿ”ง remove redundant mypy config by in \r\n- ๐Ÿ”ง Add additional Ruff lints (and fix issues) by \r\nin \r\n- ๐Ÿ”ง mypy- disallow 'any generics' by in\r\n\r\n- ๐Ÿ”ง Fix docutils deprecation in option parsing by in\r\n\r\n\r\n##### Documentation\r\n\r\n- ๐Ÿ“š Fix a broken link in configuration.md by in\r\n\r\n- ๐Ÿ“š Add linkify dependency to contributing docs. by in\r\n\r\n- ๐Ÿ“š Fix the double `used` in docs/syntax/math.md by \r\nin \r\n- ๐Ÿ“š Also add linkify to pip install command in README by\r\n in \r\n- ๐Ÿ“š Fix the code section title in live preview by in\r\n\r\n- ๐Ÿ“š Fix admonition example by in \r\n- ๐Ÿ“š Fix url for jupyter book gallery by in\r\n\r\n- ๐Ÿ“š Update theme version by in \r\n- ๐Ÿ“š Fix typo by in \r\n- ๐Ÿ“š Fix architecture typo\r\n([#​855](https://togithub.com/executablebooks/MyST-Parser/issues/855))\r\nby in \r\n\r\n**Full Changelog**:\r\n[v2.0.0...v3.0.0](https://togithub.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.0)\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/hetznercloud/hcloud-python).\r\n\r\n\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"deps: update dependency myst-parser to v3 (#385)"}},{"before":null,"after":"74793f510b9ceada37571d4af56920f71215d318","ref":"refs/heads/renovate/coverage-7.x","pushedAt":"2024-04-23T20:27:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"deps: update dependency coverage to >=7.5,<7.6","shortMessageHtmlLink":"deps: update dependency coverage to >=7.5,<7.6"}},{"before":null,"after":"dff983b4d36da651dfe9e1dc228bfa83c365863a","ref":"refs/heads/renovate/myst-parser-3.x","pushedAt":"2024-04-23T17:50:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"deps: update dependency myst-parser to v3","shortMessageHtmlLink":"deps: update dependency myst-parser to v3"}},{"before":"32276268cf3191bd18b879f24347895a8236526a","after":"0a3d172c2c42b7d4ce7dda8b9c0195fb074080fa","ref":"refs/heads/release-please--branches--main--components--hcloud","pushedAt":"2024-04-17T06:36:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hcloud-bot","name":"Hetzner Cloud Bot","path":"/hcloud-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45457231?s=80&v=4"},"commit":{"message":"chore(main): release 1.35.1","shortMessageHtmlLink":"chore(main): release 1.35.1"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUx2dPAA","startCursor":null,"endCursor":null}},"title":"Activity ยท hetznercloud/hcloud-python"}