We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faaf6c commit 495e91fCopy full SHA for 495e91f
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
hooks:
8
- id: black
9
- repo: https://github.com/PyCQA/isort
10
- rev: 5.11.4
+ rev: 5.12.0
11
12
- id: isort
13
- repo: https://github.com/asottile/pyupgrade
pandas-stubs/_version.pyi
@@ -4,4 +4,4 @@ version_json: str = ...
4
5
def get_versions(): ...
6
-_stub_version: Literal["1.5.2.230105"]
+_stub_version: Literal["1.5.3.230203"]
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pandas-stubs"
3
-version = "1.5.2.230105"
+version = "1.5.3.230203"
description = "Type annotations for pandas"
authors = ["The Pandas Development Team <pandas-dev@python.org>"]
license = "BSD-3-Clause"
0 commit comments