Skip to content

Commit 2cd803a

Browse files
committed
Version 2.1.4.231218
1 parent afb0db5 commit 2cd803a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pandas-stubs/_version.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version_json: str = ...
44

55
def get_versions(): ...
66

7-
_stub_version: Literal["2.1.1.230928"]
7+
_stub_version: Literal["2.1.4.231218"]

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pandas-stubs"
3-
version = "2.1.1.230928"
3+
version = "2.1.4.231218"
44
description = "Type annotations for pandas"
55
authors = ["The Pandas Development Team <[email protected]>"]
66
license = "BSD-3-Clause"
@@ -36,10 +36,10 @@ numpy = { version = ">=1.26.0", python = "<3.13" }
3636

3737
[tool.poetry.group.dev.dependencies]
3838
mypy = "1.7.1"
39-
pandas = "2.1.1"
39+
pandas = "2.1.4"
4040
pyarrow = ">=10.0.1"
4141
pytest = ">=7.1.2"
42-
pyright = ">=1.1.332"
42+
pyright = ">=1.1.341"
4343
poethepoet = ">=0.16.5"
4444
loguru = ">=0.6.0"
4545
typing-extensions = ">=4.4.0"

0 commit comments

Comments
 (0)