Skip to content

Commit

Permalink
Bug 1782696 - Update dependency pylint to v2.14.5 r=linter-reviewers,…
Browse files Browse the repository at this point in the history
…andi DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D153955
  • Loading branch information
sylvestre committed Aug 23, 2022
1 parent 062a935 commit 3de663b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions tools/lint/python/pylint_requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pylint==2.13.5
colorama==0.4.5 # Needed on Windows.
pylint==2.14.5
dill==0.3.4
tomli==1.2.2
typing-extensions==3.10.0.2
tomlkit==0.10.1
23 changes: 14 additions & 9 deletions tools/lint/python/pylint_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.10
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile --generate-hashes tools/lint/python/pylint_requirements.in
Expand All @@ -8,10 +8,6 @@ astroid==2.11.7 \
--hash=sha256:86b0a340a512c65abf4368b80252754cda17c02cdbbd3f587dddf98112233e7b \
--hash=sha256:bb24615c77f4837c707669d16907331374ae8a964650a66999da3f5ca68dc946
# via pylint
colorama==0.4.5 \
--hash=sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da \
--hash=sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4
# via -r tools/lint/python/pylint_requirements.in
dill==0.3.4 \
--hash=sha256:7e40e4a70304fd9ceab3535d36e58791d9c4a776b38ec7f7ec9afc8d3dca4d4f \
--hash=sha256:9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675
Expand Down Expand Up @@ -69,21 +65,30 @@ platformdirs==2.5.2 \
--hash=sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788 \
--hash=sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19
# via pylint
pylint==2.13.5 \
--hash=sha256:c149694cfdeaee1aa2465e6eaab84c87a881a7d55e6e93e09466be7164764d1e \
--hash=sha256:dab221658368c7a05242e673c275c488670144123f4bd262b2777249c1c0de9b
pylint==2.14.5 \
--hash=sha256:487ce2192eee48211269a0e976421f334cf94de1806ca9d0a99449adcdf0285e \
--hash=sha256:fabe30000de7d07636d2e82c9a518ad5ad7908590fe135ace169b44839c15f90
# via -r tools/lint/python/pylint_requirements.in
tomli==1.2.2 \
--hash=sha256:c6ce0015eb38820eaf32b5db832dbc26deb3dd427bd5f6556cf0acac2c214fee \
--hash=sha256:f04066f68f5554911363063a30b108d2b5a5b1a010aa8b6132af78489fe3aade
# via
# -r tools/lint/python/pylint_requirements.in
# pylint
tomlkit==0.10.1 \
--hash=sha256:3c517894eadef53e9072d343d37e4427b8f0b6200a70b7c9a19b2ebd1f53b951 \
--hash=sha256:3eba517439dcb2f84cf39f4f85fd2c3398309823a3c75ac3e73003638daf7915
# via
# -r tools/lint/python/pylint_requirements.in
# pylint
typing-extensions==3.10.0.2 \
--hash=sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e \
--hash=sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7 \
--hash=sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34
# via -r tools/lint/python/pylint_requirements.in
# via
# -r tools/lint/python/pylint_requirements.in
# astroid
# pylint
wrapt==1.14.1 \
--hash=sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3 \
--hash=sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b \
Expand Down

0 comments on commit 3de663b

Please sign in to comment.