Skip to content
Snippets Groups Projects
Verified Commit c6303c9b authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

build: update project dependencies: flake8, pydot, pytest

parent 6c1d65fb
No related branches found
No related tags found
No related merge requests found
......@@ -497,19 +497,19 @@ typing = ["typing-extensions (>=4.8)"]
[[package]]
name = "flake8"
version = "6.1.0"
version = "7.0.0"
description = "the modular source code checker: pep8 pyflakes and co"
optional = false
python-versions = ">=3.8.1"
files = [
{file = "flake8-6.1.0-py2.py3-none-any.whl", hash = "sha256:ffdfce58ea94c6580c77888a86506937f9a1a227dfcd15f245d694ae20a6b6e5"},
{file = "flake8-6.1.0.tar.gz", hash = "sha256:d5b3857f07c030bdb5bf41c7f53799571d75c4491748a3adcd47de929e34cd23"},
{file = "flake8-7.0.0-py2.py3-none-any.whl", hash = "sha256:a6dfbb75e03252917f2473ea9653f7cd799c3064e54d4c8140044c5c065f53c3"},
{file = "flake8-7.0.0.tar.gz", hash = "sha256:33f96621059e65eec474169085dc92bf26e7b2d47366b70be2f67ab80dc25132"},
]
[package.dependencies]
mccabe = ">=0.7.0,<0.8.0"
pycodestyle = ">=2.11.0,<2.12.0"
pyflakes = ">=3.1.0,<3.2.0"
pyflakes = ">=3.2.0,<3.3.0"
[[package]]
name = "future"
......@@ -1055,27 +1055,32 @@ files = [
[[package]]
name = "pydot"
version = "1.4.2"
version = "2.0.0"
description = "Python interface to Graphviz's Dot"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
python-versions = ">=3.7"
files = [
{file = "pydot-1.4.2-py2.py3-none-any.whl", hash = "sha256:66c98190c65b8d2e2382a441b4c0edfdb4f4c025ef9cb9874de478fb0793a451"},
{file = "pydot-1.4.2.tar.gz", hash = "sha256:248081a39bcb56784deb018977e428605c1c758f10897a339fce1dd728ff007d"},
{file = "pydot-2.0.0-py3-none-any.whl", hash = "sha256:408a47913ea7bd5d2d34b274144880c1310c4aee901f353cf21fe2e526a4ea28"},
{file = "pydot-2.0.0.tar.gz", hash = "sha256:60246af215123fa062f21cd791be67dda23a6f280df09f68919e637a1e4f3235"},
]
[package.dependencies]
pyparsing = ">=2.1.4"
pyparsing = ">=3"
[package.extras]
dev = ["black", "chardet"]
release = ["zest.releaser[recommended]"]
tests = ["black", "chardet", "tox"]
[[package]]
name = "pyflakes"
version = "3.1.0"
version = "3.2.0"
description = "passive checker of Python programs"
optional = false
python-versions = ">=3.8"
files = [
{file = "pyflakes-3.1.0-py2.py3-none-any.whl", hash = "sha256:4132f6d49cb4dae6819e5379898f2b8cce3c5f23994194c24b77d5da2e36f774"},
{file = "pyflakes-3.1.0.tar.gz", hash = "sha256:a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc"},
{file = "pyflakes-3.2.0-py2.py3-none-any.whl", hash = "sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a"},
{file = "pyflakes-3.2.0.tar.gz", hash = "sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f"},
]
[[package]]
......@@ -1110,13 +1115,13 @@ diagrams = ["jinja2", "railroad-diagrams"]
[[package]]
name = "pytest"
version = "7.4.4"
version = "8.0.2"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"},
{file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"},
{file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"},
{file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"},
]
[package.dependencies]
......@@ -1124,7 +1129,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""}
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
pluggy = ">=1.3.0,<2.0"
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
[package.extras]
......@@ -1562,4 +1567,4 @@ watchdog = ["watchdog (>=2.3)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "0a1cfa42115ff72f3ec279df44622b945c8f276c996b3dd56d504083abcad8e0"
content-hash = "fac8e3fdc481ba418a211c935b2b1d6fa5b73891a289ca5cc66440ea8309a5c6"
......@@ -30,7 +30,7 @@ drf-spectacular = "^0.27.1"
gunicorn = "^21.2.0"
Pillow = "^10.1.0"
psycopg2-binary = "^2.9.3"
pydot = "^1.4.2"
pydot = "^2.0.0"
python-dateutil = "^2.8.2"
python-ldap = "^3.4.3"
pytz = "^2024.1"
......@@ -38,13 +38,13 @@ requests = "^2.28.1"
[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
flake8 = "^6.0.0"
flake8 = "^7.0.0"
isort = "^5.10.1"
pre-commit = "^3.3.2"
werkzeug = "^3.0.1"
[tool.poetry.group.test.dependencies]
pytest = "^7.1.3"
pytest = "^8.0.2"
pytest-django = "^4.5.2"
pytest-factoryboy = "^2.5.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment