diff --git a/Pipfile.lock b/Pipfile.lock index 82394f25..690ae64b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -560,12 +560,12 @@ }, "bandit": { "hashes": [ - "sha256:36de50f720856ab24a24dbaa5fee2c66050ed97c1477e0a1159deab1775eab6b", - "sha256:509f7af645bc0cd8fd4587abc1a038fc795636671ee8204d502b933aee44f381" + "sha256:52077cb339000f337fb25f7e045995c4ad01511e716e5daac37014b9752de8ec", + "sha256:7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==1.7.8" + "version": "==1.7.9" }, "black": { "hashes": [ @@ -845,11 +845,11 @@ }, "filelock": { "hashes": [ - "sha256:43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f", - "sha256:6ea72da3be9b8c82afd3edcf99f2fffbb5076335a5ae4d03248bb5b6c3eae78a" + "sha256:58a2549afdf9e02e10720eaa4d4470f56386d7a6f72edd7d0596337af8ed7ad8", + "sha256:71b3102950e91dfc1bb4209b64be4dc8854f40e5f534428d8684f953ac847fac" ], "markers": "python_version >= '3.8'", - "version": "==3.14.0" + "version": "==3.15.1" }, "flake8": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 1beb32b2..4a01e9d9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple alabaster==0.7.16; python_version >= '3.9' babel==2.15.0; python_version >= '3.8' -bandit==1.7.8; python_version >= '3.8' +bandit==1.7.9; python_version >= '3.8' black==24.4.2; python_version >= '3.8' build==1.2.1; python_version >= '3.8' cachetools==5.3.3; python_version >= '3.7' @@ -16,7 +16,7 @@ distlib==0.3.8 docutils==0.20.1; python_version >= '3.7' editables==0.5; python_version >= '3.1' execnet==2.1.1; python_version >= '3.8' -filelock==3.14.0; python_version >= '3.8' +filelock==3.15.1; python_version >= '3.8' flake8==7.0.0; python_full_version >= '3.8.1' hatchling==0.22.0 identify==2.5.36; python_version >= '3.8'