mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
chore(deps-dev): bump nitpick from 0.33.2 to 0.34.0
Bumps [nitpick](https://github.com/andreoliwa/nitpick) from 0.33.2 to 0.34.0. - [Release notes](https://github.com/andreoliwa/nitpick/releases) - [Changelog](https://github.com/andreoliwa/nitpick/blob/develop/CHANGELOG.md) - [Commits](https://github.com/andreoliwa/nitpick/compare/v0.33.2...v0.34.0) --- updated-dependencies: - dependency-name: nitpick dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
83e2e3e47e
commit
70354a96e5
2 changed files with 7 additions and 7 deletions
12
poetry.lock
generated
12
poetry.lock
generated
|
|
@ -1209,13 +1209,13 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "nitpick"
|
||||
version = "0.33.2"
|
||||
version = "0.34.0"
|
||||
description = "Enforce the same settings across multiple language-independent projects"
|
||||
optional = false
|
||||
python-versions = ">=3.7,<4.0"
|
||||
python-versions = ">=3.8,<4.0"
|
||||
files = [
|
||||
{file = "nitpick-0.33.2-py3-none-any.whl", hash = "sha256:8b77d5968c36384c7a4cc957dc45c22bb8024e8cab83fb58fa7fbef45d3aae98"},
|
||||
{file = "nitpick-0.33.2.tar.gz", hash = "sha256:e0f9f96128f390f95409a3d27fa922484e900ac8b974646b50ea4b8a3458cad7"},
|
||||
{file = "nitpick-0.34.0-py3-none-any.whl", hash = "sha256:ca346dfdd256dadb7c0e6d5c939ba4182a826c40ea395705d9653cf56469cdef"},
|
||||
{file = "nitpick-0.34.0.tar.gz", hash = "sha256:ea01639a02a01e4a49e06e3018e2c0da8fb3a25068467884f5a178d8d8d81023"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -1229,7 +1229,7 @@ flake8 = ">=3.0.0"
|
|||
flatten-dict = "*"
|
||||
furl = "*"
|
||||
identify = "*"
|
||||
importlib-resources = {version = "*", markers = "python_version >= \"3.7\" and python_version < \"3.9\""}
|
||||
importlib-resources = {version = "*", markers = "python_version >= \"3.8\" and python_version < \"3.9\""}
|
||||
jmespath = "*"
|
||||
loguru = "*"
|
||||
marshmallow = ">=3.0.0b10"
|
||||
|
|
@ -2184,4 +2184,4 @@ docs = ["m2r2", "sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "tomlk
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "55e6ca7a2cf791caca2ca1c02805ebcfb0ed87d9f969fd6b8e2981db2b002cff"
|
||||
content-hash = "1d2c4d07b9b905f8a85d9c06319dd1bae8b32bcacdbd4971ab01387640073503"
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ mypy = "^1.4"
|
|||
|
||||
wemake-python-styleguide = "^0.17"
|
||||
flake8-pytest-style = "^1.7"
|
||||
nitpick = "^0.33"
|
||||
nitpick = "^0.34"
|
||||
black = "^22.12"
|
||||
|
||||
safety = "^2.3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue