Merge ~jugmac00/lpci:update-linters-and-dependencies into lpci:main

Proposed by Jürgen Gmach
Status: Merged
Merged at revision: a156d41291bcf800289bbeab0bb7442e52f39f00
Proposed branch: ~jugmac00/lpci:update-linters-and-dependencies
Merge into: lpci:main
Diff against target: 94 lines (+17/-16)
2 files modified
.pre-commit-config.yaml (+6/-5)
requirements.txt (+11/-11)
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Review via email: mp+434433@code.launchpad.net

Commit message

Update dependencies and linters

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) wrote :

approving myself, trivial changes

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7364193..7b6a1bf 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2# See https://pre-commit.com/hooks.html for more hooks2# See https://pre-commit.com/hooks.html for more hooks
3repos:3repos:
4- repo: https://github.com/pre-commit/pre-commit-hooks4- repo: https://github.com/pre-commit/pre-commit-hooks
5 rev: v4.0.15 rev: v4.4.0
6 hooks:6 hooks:
7 - id: check-added-large-files7 - id: check-added-large-files
8 - id: check-ast8 - id: check-ast
@@ -12,7 +12,7 @@ repos:
12 - id: end-of-file-fixer12 - id: end-of-file-fixer
13 - id: trailing-whitespace13 - id: trailing-whitespace
14- repo: https://github.com/PyCQA/flake814- repo: https://github.com/PyCQA/flake8
15 rev: 4.0.115 rev: 6.0.0
16 hooks:16 hooks:
17 - id: flake817 - id: flake8
18- repo: https://github.com/PyCQA/pydocstyle18- repo: https://github.com/PyCQA/pydocstyle
@@ -22,14 +22,15 @@ repos:
22 additional_dependencies:22 additional_dependencies:
23 - toml==0.10.223 - toml==0.10.2
24- repo: https://github.com/PyCQA/isort24- repo: https://github.com/PyCQA/isort
25 rev: 5.10.025 rev: 5.10.1
26 hooks:26 hooks:
27 - id: isort27 - id: isort
28- repo: https://github.com/psf/black28- repo: https://github.com/psf/black
29 rev: 22.3.029 rev: 22.10.0
30 hooks:30 hooks:
31 - id: black31 - id: black
32- repo: https://github.com/asottile/setup-cfg-fmt32- repo: https://github.com/asottile/setup-cfg-fmt
33 rev: v1.20.033 rev: v2.2.0
34 hooks:34 hooks:
35 - id: setup-cfg-fmt35 - id: setup-cfg-fmt
36 args: [--include-version-classifiers, --max-py-version=3.10]
diff --git a/requirements.txt b/requirements.txt
index 07b1bc5..32ab7f2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,29 +1,29 @@
1#1#
2# This file is autogenerated by pip-compile with python 3.82# This file is autogenerated by pip-compile with Python 3.8
3# To update, run:3# by the following command:
4#4#
5# pip-compile5# pip-compile
6#6#
7certifi==2022.6.157certifi==2022.12.7
8 # via requests8 # via requests
9charset-normalizer==2.1.09charset-normalizer==2.1.1
10 # via requests10 # via requests
11craft-cli==1.2.011craft-cli==1.2.0
12 # via -r requirements.in12 # via -r requirements.in
13craft-providers==1.4.213craft-providers==1.6.2
14 # via -r requirements.in14 # via -r requirements.in
15idna==3.315idna==3.4
16 # via requests16 # via requests
17platformdirs==2.5.217platformdirs==2.6.0
18 # via craft-cli18 # via craft-cli
19pluggy==1.0.019pluggy==1.0.0
20 # via -r requirements.in20 # via -r requirements.in
21pydantic==1.9.221pydantic==1.10.2
22 # via22 # via
23 # -r requirements.in23 # -r requirements.in
24 # craft-cli24 # craft-cli
25 # craft-providers25 # craft-providers
26python-dotenv==0.20.026python-dotenv==0.21.0
27 # via -r requirements.in27 # via -r requirements.in
28pyyaml==6.028pyyaml==6.0
29 # via29 # via
@@ -34,7 +34,7 @@ requests==2.28.1
34 # via requests-unixsocket34 # via requests-unixsocket
35requests-unixsocket==0.3.035requests-unixsocket==0.3.0
36 # via craft-providers36 # via craft-providers
37typing-extensions==4.3.037typing-extensions==4.4.0
38 # via pydantic38 # via pydantic
39urllib3==1.26.1139urllib3==1.26.13
40 # via requests40 # via requests

Subscribers

People subscribed via source and target branches