diff --git a/poetry.lock b/poetry.lock index dc9051c..5e1643d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,18 +2,21 @@ [[package]] name = "aiosqlite" -version = "0.19.0" +version = "0.20.0" description = "asyncio bridge to the standard sqlite3 module" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "aiosqlite-0.19.0-py3-none-any.whl", hash = "sha256:edba222e03453e094a3ce605db1b970c4b3376264e56f32e2a4959f948d66a96"}, - {file = "aiosqlite-0.19.0.tar.gz", hash = "sha256:95ee77b91c8d2808bd08a59fbebf66270e9090c3d92ffbf260dc0db0b979577d"}, + {file = "aiosqlite-0.20.0-py3-none-any.whl", hash = "sha256:36a1deaca0cac40ebe32aac9977a6e2bbc7f5189f23f4a54d5908986729e5bd6"}, + {file = "aiosqlite-0.20.0.tar.gz", hash = "sha256:6d35c8c256637f4672f843c31021464090805bf925385ac39473fb16eaaca3d7"}, ] +[package.dependencies] +typing_extensions = ">=4.0" + [package.extras] -dev = ["aiounittest (==1.4.1)", "attribution (==1.6.2)", "black (==23.3.0)", "coverage[toml] (==7.2.3)", "flake8 (==5.0.4)", "flake8-bugbear (==23.3.12)", "flit (==3.7.1)", "mypy (==1.2.0)", "ufmt (==2.1.0)", "usort (==1.0.6)"] -docs = ["sphinx (==6.1.3)", "sphinx-mdinclude (==0.5.3)"] +dev = ["attribution (==1.7.0)", "black (==24.2.0)", "coverage[toml] (==7.4.1)", "flake8 (==7.0.0)", "flake8-bugbear (==24.2.6)", "flit (==3.9.0)", "mypy (==1.8.0)", "ufmt (==2.3.0)", "usort (==1.0.8.post1)"] +docs = ["sphinx (==7.2.6)", "sphinx-mdinclude (==0.5.3)"] [[package]] name = "alembic" @@ -1589,4 +1592,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "36137f114659f4cfa73b9524d1108361c27412a3553bf7d89827c0ce12e484f6" +content-hash = "535721a873be316215560d5d907dff097801d269a14b4c61ecd0ec9252447c75" diff --git a/pyproject.toml b/pyproject.toml index 7800109..c869da9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"} httpx = "^0.24.1" pytest = "^8.2.0" pytest-asyncio = "^0.23.6" -aiosqlite = "^0.19.0" +aiosqlite = "^0.20.0" pytest-cov = "^5.0.0" pytest-mock = "^3.11.1" pytest-env = "^1.0.1"