Skip to content

Commit 7289220

Browse files
committed
WIP
1 parent 0d189a3 commit 7289220

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
- flake8==4.0.1
5151
- flake8-comprehensions==3.7.0
5252
- flake8-bugbear==21.3.2
53-
- pandas-dev-flaker==0.2.0
53+
- pandas-dev-flaker==0.4.0
5454
- repo: https://github.com/PyCQA/isort
5555
rev: 5.10.1
5656
hooks:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- gitpython # obtain contributors from git for whatsnew
3434
- gitdb
3535
- numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI
36-
- pandas-dev-flaker
36+
- pandas-dev-flaker=0.4.0
3737
- pydata-sphinx-theme
3838
- pytest-cython
3939
- sphinx

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pyupgrade
1919
gitpython
2020
gitdb
2121
numpydoc < 1.2
22-
pandas-dev-flaker
22+
pandas-dev-flaker==0.4.0
2323
pydata-sphinx-theme
2424
pytest-cython
2525
sphinx

0 commit comments

Comments
 (0)