diff --git a/poetry.lock b/poetry.lock index ce271c4..7d37815 100644 --- a/poetry.lock +++ b/poetry.lock @@ -979,13 +979,13 @@ mkdocstrings = ">=0.25" [[package]] name = "networkx" -version = "3.4.1" +version = "3.4.2" description = "Python package for creating and manipulating graphs and networks" optional = false python-versions = ">=3.10" files = [ - {file = "networkx-3.4.1-py3-none-any.whl", hash = "sha256:e30a87b48c9a6a7cc220e732bffefaee585bdb166d13377734446ce1a0620eed"}, - {file = "networkx-3.4.1.tar.gz", hash = "sha256:f9df45e85b78f5bd010993e897b4f1fdb242c11e015b101bd951e5c0e29982d8"}, + {file = "networkx-3.4.2-py3-none-any.whl", hash = "sha256:df5d4365b724cf81b8c6a7312509d0c22386097011ad1abe274afd5e9d3bbc5f"}, + {file = "networkx-3.4.2.tar.gz", hash = "sha256:307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1"}, ] [package.extras] @@ -1830,4 +1830,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "0626f222e6d16b0d89db4bb00230a59377f02b2110fe0ac4c41b5a1e0a3cd04a" +content-hash = "663655333b7b96b7a3dc651708f0c68c4d702229706019c464d19382ca30ea81" diff --git a/pyproject.toml b/pyproject.toml index 8836c58..5b1d0a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ nltk = "^3.9.1" fuzzywuzzy = "^0.18.0" pytesseract = "^0.3.13" lxml = "^5.3.0" -networkx = "^3.4.1" +networkx = "^3.4.2" opencv-contrib-python = "^4.10.0.84" python-levenshtein = "^0.26.0"