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
1diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
2index 7364193..7b6a1bf 100644
3--- a/.pre-commit-config.yaml
4+++ b/.pre-commit-config.yaml
5@@ -2,7 +2,7 @@
6 # See https://pre-commit.com/hooks.html for more hooks
7 repos:
8 - repo: https://github.com/pre-commit/pre-commit-hooks
9- rev: v4.0.1
10+ rev: v4.4.0
11 hooks:
12 - id: check-added-large-files
13 - id: check-ast
14@@ -12,7 +12,7 @@ repos:
15 - id: end-of-file-fixer
16 - id: trailing-whitespace
17 - repo: https://github.com/PyCQA/flake8
18- rev: 4.0.1
19+ rev: 6.0.0
20 hooks:
21 - id: flake8
22 - repo: https://github.com/PyCQA/pydocstyle
23@@ -22,14 +22,15 @@ repos:
24 additional_dependencies:
25 - toml==0.10.2
26 - repo: https://github.com/PyCQA/isort
27- rev: 5.10.0
28+ rev: 5.10.1
29 hooks:
30 - id: isort
31 - repo: https://github.com/psf/black
32- rev: 22.3.0
33+ rev: 22.10.0
34 hooks:
35 - id: black
36 - repo: https://github.com/asottile/setup-cfg-fmt
37- rev: v1.20.0
38+ rev: v2.2.0
39 hooks:
40 - id: setup-cfg-fmt
41+ args: [--include-version-classifiers, --max-py-version=3.10]
42diff --git a/requirements.txt b/requirements.txt
43index 07b1bc5..32ab7f2 100644
44--- a/requirements.txt
45+++ b/requirements.txt
46@@ -1,29 +1,29 @@
47 #
48-# This file is autogenerated by pip-compile with python 3.8
49-# To update, run:
50+# This file is autogenerated by pip-compile with Python 3.8
51+# by the following command:
52 #
53 # pip-compile
54 #
55-certifi==2022.6.15
56+certifi==2022.12.7
57 # via requests
58-charset-normalizer==2.1.0
59+charset-normalizer==2.1.1
60 # via requests
61 craft-cli==1.2.0
62 # via -r requirements.in
63-craft-providers==1.4.2
64+craft-providers==1.6.2
65 # via -r requirements.in
66-idna==3.3
67+idna==3.4
68 # via requests
69-platformdirs==2.5.2
70+platformdirs==2.6.0
71 # via craft-cli
72 pluggy==1.0.0
73 # via -r requirements.in
74-pydantic==1.9.2
75+pydantic==1.10.2
76 # via
77 # -r requirements.in
78 # craft-cli
79 # craft-providers
80-python-dotenv==0.20.0
81+python-dotenv==0.21.0
82 # via -r requirements.in
83 pyyaml==6.0
84 # via
85@@ -34,7 +34,7 @@ requests==2.28.1
86 # via requests-unixsocket
87 requests-unixsocket==0.3.0
88 # via craft-providers
89-typing-extensions==4.3.0
90+typing-extensions==4.4.0
91 # via pydantic
92-urllib3==1.26.11
93+urllib3==1.26.13
94 # via requests

Subscribers

People subscribed via source and target branches