diff --git a/poetry.lock b/poetry.lock index 186cc43..772cb7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -42,14 +42,14 @@ zstandard = ["zstandard"] [[package]] name = "avrokit" -version = "0.0.4" +version = "0.0.5" description = "Python utilities for working with Avro data files" optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "avrokit-0.0.4-py3-none-any.whl", hash = "sha256:41f8d3d12b9e5ff83a2b3b9f0e351e5eeb6ad7442645e8a08e6dfe21a6f1e7de"}, - {file = "avrokit-0.0.4.tar.gz", hash = "sha256:eafbaf482148c11c814bab8dead7b0f5e822e116bbe1cdad1315f64d0e298b56"}, + {file = "avrokit-0.0.5-py3-none-any.whl", hash = "sha256:648c1c3ecdbf4b54eed54989e53ad1b4d82a15ac44bf8d03f15904ccc5534b4d"}, + {file = "avrokit-0.0.5.tar.gz", hash = "sha256:06217a04053cdfc2b470480bf578bb87c046f2939e1903e8c88f2f4a2a2d9189"}, ] [package.dependencies] @@ -2809,4 +2809,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "2a3c99bb37f994c2ab7b849fd92c25c6afe62355934aaab1c58d42c62e0b2a95" +content-hash = "dc99058fd57d44dec7228bcc0a787b2a051dcfaea9a811b92f8a419026624923" diff --git a/pyproject.toml b/pyproject.toml index ca54a41..d1d08cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "rubbernecker" -version = "0.0.4" +version = "0.0.5" description = "Web scraping engine" authors = ["Greg Brandt "] license = "Apache-2.0" @@ -20,7 +20,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.12" -avrokit = "^0.0.4" +avrokit = "^0.0.5" beautifulsoup4 = "^4.13.4" seleniumbase = "^4.46.4" requests = "^2.32.5"