diff --git a/poetry.lock b/poetry.lock index 82afd2b..4d6e656 100644 --- a/poetry.lock +++ b/poetry.lock @@ -390,11 +390,11 @@ test = ["hypothesis (>=5.5.3)", "pytest (>=6.0)", "pytest-xdist (>=1.31)"] [[package]] name = "pandas-stubs" -version = "1.5.1.221024" +version = "1.5.2.221213" description = "Type annotations for pandas" category = "dev" optional = false -python-versions = ">=3.8,<3.11" +python-versions = ">=3.8,<3.12" [package.dependencies] types-pytz = ">=2022.1.1" @@ -692,7 +692,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.10,<3.11" -content-hash = "5f12a9684f204f60c763f03c74480d0f1970c6c86f2022aeefeefc32c4b91d34" +content-hash = "40e66942b537b96ac1ca97fd02f23a0e065b56b98cfdac4fb34c8d5aa5ec1052" [metadata.files] aiohttp = [ @@ -1432,8 +1432,8 @@ pandas = [ {file = "pandas-1.5.2.tar.gz", hash = "sha256:220b98d15cee0b2cd839a6358bd1f273d0356bf964c1a1aeb32d47db0215488b"}, ] pandas-stubs = [ - {file = "pandas-stubs-1.5.1.221024.tar.gz", hash = "sha256:a756ea4c7f2f973b9f9dfd64d724ba911e82e8ffa2e0188f56fadfdd9345771a"}, - {file = "pandas_stubs-1.5.1.221024-py3-none-any.whl", hash = "sha256:363e3833137375aebd6ab272fe89d94e88a443891a48d536c905e16ce2800cf6"}, + {file = "pandas_stubs-1.5.2.221213-py3-none-any.whl", hash = "sha256:3551177a44eec5945b4e47131b6a545a564b3d41dfd4e50e06ba1a736e7d695d"}, + {file = "pandas_stubs-1.5.2.221213.tar.gz", hash = "sha256:0cbc1dbdf5dddb4d67ebc851b9cfb265bf62fe317b043bd37ee5a4a2659421f2"}, ] platformdirs = [ {file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"}, diff --git a/pyproject.toml b/pyproject.toml index 18d3961..5d169b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ autopep8 = "^2.0.0" pylint = "^2.15.9" types-ujson = "^5.5.0" lxml-stubs = "^0.4.0" -pandas-stubs = "^1.5.1" +pandas-stubs = "^1.5.2" [build-system] requires = ["poetry-core>=1.0.0"]