Skip to content

Commit 80cbe12

Browse files
committed
Bump black and other deps
1 parent fe50952 commit 80cbe12

File tree

4 files changed

+309
-309
lines changed

4 files changed

+309
-309
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- image: cimg/python:3.8
3737
steps:
3838
- checkout
39-
- run: pip install --force-reinstall -v "black[jupyter]==23.1.0"
39+
- run: pip install --force-reinstall -v "black[jupyter]==23.12.0"
4040
- run: black --check .
4141

4242
build:

dev-requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.in
22
-c requirements.txt
3-
black[jupyter]==22.8.0
3+
black[jupyter]==23.12.0
44
coverage-badge>=1.1.0
55
pytest>=7.0.1
66
pytest-cov>=3.0.0

0 commit comments

Comments
 (0)