From 5e0a9a4eb4026671ee1274b01d293b386b2ab7d8 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 13 Jan 2025 19:54:50 -0500 Subject: [PATCH] Bump deps --- poetry.lock | 15 +++++++++++---- pyproject.toml | 21 ++++++++++++--------- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index f658e9c..c9b4d8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.0.0 and should not be changed by hand. [[package]] name = "ftfy" @@ -6,6 +6,7 @@ version = "6.1.1" description = "Fixes mojibake and other problems with Unicode, after the fact" optional = false python-versions = ">=3.7,<4" +groups = ["main"] files = [ {file = "ftfy-6.1.1-py3-none-any.whl", hash = "sha256:0ffd33fce16b54cccaec78d6ec73d95ad370e5df5a25255c8966a6147bd667ca"}, {file = "ftfy-6.1.1.tar.gz", hash = "sha256:bfc2019f84fcd851419152320a6375604a0f1459c281b5b199b2cd0d2e727f8f"}, @@ -20,6 +21,7 @@ version = "3.3.0" description = "Tools for labeling human languages with IETF language tags" optional = false python-versions = ">=3.6" +groups = ["main"] files = [ {file = "langcodes-3.3.0-py3-none-any.whl", hash = "sha256:4d89fc9acb6e9c8fdef70bcdf376113a3db09b67285d9e1d534de6d8818e7e69"}, {file = "langcodes-3.3.0.tar.gz", hash = "sha256:794d07d5a28781231ac335a1561b8442f8648ca07cd518310aeb45d6f0807ef6"}, @@ -34,6 +36,7 @@ version = "1.0.5" description = "MessagePack serializer" optional = false python-versions = "*" +groups = ["main"] files = [ {file = "msgpack-1.0.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:525228efd79bb831cf6830a732e2e80bc1b05436b086d4264814b4b2955b2fa9"}, {file = "msgpack-1.0.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4f8d8b3bf1ff2672567d6b5c725a1b347fe838b912772aa8ae2bf70338d5a198"}, @@ -106,6 +109,7 @@ version = "2023.6.3" description = "Alternative regular expression module, to replace re." optional = false python-versions = ">=3.6" +groups = ["main"] files = [ {file = "regex-2023.6.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:824bf3ac11001849aec3fa1d69abcb67aac3e150a933963fb12bda5151fe1bfd"}, {file = "regex-2023.6.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:05ed27acdf4465c95826962528f9e8d41dbf9b1aa8531a387dee6ed215a3e9ef"}, @@ -203,6 +207,7 @@ version = "0.2.6" description = "Measures the displayed width of unicode strings in a terminal" optional = false python-versions = "*" +groups = ["main"] files = [ {file = "wcwidth-0.2.6-py2.py3-none-any.whl", hash = "sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e"}, {file = "wcwidth-0.2.6.tar.gz", hash = "sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0"}, @@ -214,6 +219,7 @@ version = "0.2.4" description = "" optional = false python-versions = ">=3.10,<4.0" +groups = ["main"] files = [ {file = "wordflow-0.2.4-py3-none-any.whl", hash = "sha256:508f4a9cdea5f1760765de8a34bd8a6a5eb8d17f6f416b53c05585305b14c4c9"}, {file = "wordflow-0.2.4.tar.gz", hash = "sha256:55d9bff0c75c314592902304ed7c789e0c70854c43e4c1d1daa3aa6b7d3b8530"}, @@ -228,6 +234,7 @@ version = "3.0.3" description = "Look up the frequencies of words in many languages, based on many sources of data." optional = false python-versions = ">=3.7,<4.0" +groups = ["main"] files = [ {file = "wordfreq-3.0.3-py3-none-any.whl", hash = "sha256:39a32ed326d99260cdeb24b427f8aba3d979501bfc1057bfeb7140cd7e0f9bf6"}, {file = "wordfreq-3.0.3.tar.gz", hash = "sha256:98ddabbf1a48389769b2599bbeb5330e35e536f89ca0423ac27419017ebc99d5"}, @@ -245,6 +252,6 @@ jieba = ["jieba (>=0.42)"] mecab = ["ipadic (>=1.0.0,<2.0.0)", "mecab-ko-dic (>=1.0.0,<2.0.0)", "mecab-python3 (>=1.0.5,<2.0.0)"] [metadata] -lock-version = "2.0" -python-versions = "^3.10" -content-hash = "501a000ff987fd61111af7d56558ec5816b1774f276adbc225fa5b28c71f1fe0" +lock-version = "2.1" +python-versions = ">=3.10,<4.0" +content-hash = "3065ca97209e995f56ccc51b98e0a5f9ed082285cd581f3431bec84166f8de05" diff --git a/pyproject.toml b/pyproject.toml index fcf7188..ce40e90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,15 +1,18 @@ -[tool.poetry] -name = "lab_pipes" -version = "0.1.1" +[project] +name = "lab-pipes" +version = "0.1.0" description = "" -authors = ["Chris Proctor "] +authors = [ + {name = "Chris Proctor",email = "chris@chrisproctor.net"} +] +license = {text = "MIT"} readme = "README.md" - -[tool.poetry.dependencies] -python = "^3.10" -wordflow = "^0.2.4" +requires-python = ">=3.10,<4.0" +dependencies = [ + "wordflow (>=0.2.4,<0.3.0)" +] [build-system] -requires = ["poetry-core"] +requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api"