Merge pull request #40 from shoucandanghehe/dependabot/pip/pandas-stubs-1.5.1.221024

Bump pandas-stubs from 1.5.0.221012 to 1.5.1.221024
This commit is contained in:
scdhh
2022-11-02 08:45:54 +08:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -388,7 +388,7 @@ test = ["hypothesis (>=5.5.3)", "pytest (>=6.0)", "pytest-xdist (>=1.31)"]
[[package]]
name = "pandas-stubs"
version = "1.5.0.221012"
version = "1.5.1.221024"
description = "Type annotations for pandas"
category = "dev"
optional = false
@@ -695,7 +695,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "^3.10,<3.11"
content-hash = "ca19caf53398530370278aafd5567141cf80c4e4081592a99b43cb46e57d634e"
content-hash = "341a747364b220bb515507954bf738b13b56ab85be70b072d2fa683f3448ac12"
[metadata.files]
aiohttp = [
@@ -1396,8 +1396,8 @@ pandas = [
{file = "pandas-1.5.1.tar.gz", hash = "sha256:249cec5f2a5b22096440bd85c33106b6102e0672204abd2d5c014106459804ee"},
]
pandas-stubs = [
{file = "pandas-stubs-1.5.0.221012.tar.gz", hash = "sha256:e8e7b03e2def55519b0c3c90d92703feccb9717044bb1de8d5f178bc56acb34b"},
{file = "pandas_stubs-1.5.0.221012-py3-none-any.whl", hash = "sha256:642d8c60da07aa2cd2b3f61becda571b343eae7120a85460a6d0e4f0825379b1"},
{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"},
]
platformdirs = [
{file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"},

View File

@@ -26,7 +26,7 @@ autopep8 = "^1.7.0"
pylint = "^2.15.5"
types-ujson = "^5.5.0"
lxml-stubs = "^0.4.0"
pandas-stubs = "^1.5.0"
pandas-stubs = "^1.5.1"
[build-system]
requires = ["poetry-core>=1.0.0"]