launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29471
[Merge] ~jugmac00/lpcraft:update-linters-and-dependencies into lpcraft:main
Jürgen Gmach has proposed merging ~jugmac00/lpcraft:update-linters-and-dependencies into lpcraft:main.
Commit message:
Update dependencies and linters
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/lpcraft/+git/lpcraft/+merge/434433
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/lpcraft:update-linters-and-dependencies into lpcraft:main.
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7364193..5ac70a9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.0.1
+ rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-ast
@@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
- rev: 4.0.1
+ rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/PyCQA/pydocstyle
@@ -22,14 +22,14 @@ repos:
additional_dependencies:
- toml==0.10.2
- repo: https://github.com/PyCQA/isort
- rev: 5.10.0
+ rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/psf/black
- rev: 22.3.0
+ rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/asottile/setup-cfg-fmt
- rev: v1.20.0
+ rev: v2.2.0
hooks:
- id: setup-cfg-fmt
diff --git a/requirements.txt b/requirements.txt
index 07b1bc5..32ab7f2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,29 +1,29 @@
#
-# This file is autogenerated by pip-compile with python 3.8
-# To update, run:
+# This file is autogenerated by pip-compile with Python 3.8
+# by the following command:
#
# pip-compile
#
-certifi==2022.6.15
+certifi==2022.12.7
# via requests
-charset-normalizer==2.1.0
+charset-normalizer==2.1.1
# via requests
craft-cli==1.2.0
# via -r requirements.in
-craft-providers==1.4.2
+craft-providers==1.6.2
# via -r requirements.in
-idna==3.3
+idna==3.4
# via requests
-platformdirs==2.5.2
+platformdirs==2.6.0
# via craft-cli
pluggy==1.0.0
# via -r requirements.in
-pydantic==1.9.2
+pydantic==1.10.2
# via
# -r requirements.in
# craft-cli
# craft-providers
-python-dotenv==0.20.0
+python-dotenv==0.21.0
# via -r requirements.in
pyyaml==6.0
# via
@@ -34,7 +34,7 @@ requests==2.28.1
# via requests-unixsocket
requests-unixsocket==0.3.0
# via craft-providers
-typing-extensions==4.3.0
+typing-extensions==4.4.0
# via pydantic
-urllib3==1.26.11
+urllib3==1.26.13
# via requests
diff --git a/setup.cfg b/setup.cfg
index 9de8db0..29eb657 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,9 +14,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
[options]