Commit 1e8c6ec
Merge #380
380: Bump pylint from 2.15.9 to 2.17.4 r=alallema a=dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.9 to 2.17.4.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pylint-dev/pylint/commit/fc34a4b6abe56f3ac07ca15d846b1c1955545f85"><code>fc34a4b</code></a> Bump pylint to 2.17.4, update changelog</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/62083dc1f197712e440128620541e5c068d9ccf7"><code>62083dc</code></a> [changelog] Add a changelog entry for <a href="https://redirect.github.com/PyCQA/pylint/issues/8632">#8632</a></li>
<li><a href="https://github.com/pylint-dev/pylint/commit/fd60b7284a78e3fe371dd90566f0cc316deaf4c4"><code>fd60b72</code></a> Make sure a <code>tool</code> table is created in <code>toml</code> generation (<a href="https://redirect.github.com/PyCQA/pylint/issues/8638">#8638</a>) (<a href="https://redirect.github.com/PyCQA/pylint/issues/8640">#8640</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/0b5defa5cfa4662d76cb01c90893c38428e3513c"><code>0b5defa</code></a> [tomlkit] Limit the maximum version of tomlkit (<a href="https://redirect.github.com/PyCQA/pylint/issues/8633">#8633</a>) (<a href="https://redirect.github.com/PyCQA/pylint/issues/8635">#8635</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/4350c6fd7a955892712e2bf7a78adf4531e483b4"><code>4350c6f</code></a> Added escaping of vertical bar character in annotation labels (<a href="https://redirect.github.com/PyCQA/pylint/issues/8610">#8610</a>) (<a href="https://redirect.github.com/PyCQA/pylint/issues/8631">#8631</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/e507a4d87ec80e706ac0c8ce2d23bd28006cbbbc"><code>e507a4d</code></a> Fix a false positive for <code>bad-dunder-name</code> when there is a user-defined ``_...</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/389e14c36819cb87190fd412d3f366a3283f0078"><code>389e14c</code></a> Bump pylint to 2.17.3, update changelog (<a href="https://redirect.github.com/PyCQA/pylint/issues/8620">#8620</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/3fc153ac67f8264275f846bc25daccc57a8f8a5a"><code>3fc153a</code></a> Upgrade astroid to 2.15.4 (<a href="https://redirect.github.com/PyCQA/pylint/issues/8615">#8615</a>) (<a href="https://redirect.github.com/PyCQA/pylint/issues/8618">#8618</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/c2936a541f570a4a854672cbb4899651d39d6088"><code>c2936a5</code></a> Disable import-error as attrs is no longer a test dependency</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/5f7e2a51bf008b0bb4acf2ecbcadcf1c903a72f4"><code>5f7e2a5</code></a> Upgrade astroid to 2.15.3 (<a href="https://redirect.github.com/PyCQA/pylint/issues/8584">#8584</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/PyCQA/pylint/compare/v2.15.9...v2.17.4">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@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)
- ``@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)
- ``@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)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: alallema <[email protected]>File tree
6 files changed
+32
-26
lines changed- scraper/src/config
6 files changed
+32
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | | - | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
26 | | - | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | | - | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
43 | | - | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | | - | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | | - | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
56 | | - | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | | - | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
64 | | - | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | | - | |
| 72 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments