Skip to content

Commit 39e8675

Browse files
committed
chore: fix deps for Python 3.12
1 parent 66ef261 commit 39e8675

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
atomicwrites==1.4.0
2-
attrs==19.3.0
3-
importlib-metadata==1.6.0
4-
more-itertools==8.2.0
5-
packaging==20.3
6-
pluggy==0.13.1
7-
py==1.10.0
8-
pyparsing==2.4.7
9-
pytest==5.0.1
10-
six==1.14.0
11-
wcwidth==0.1.9
12-
zipp==3.1.0
1+
atomicwrites==1.4.1
2+
attrs==23.2.0
3+
importlib-metadata==7.0.1
4+
more-itertools==10.2.0
5+
packaging==23.2
6+
pluggy==1.4.0
7+
pyparsing==3.1.1
8+
pytest==8.0.1
9+
six==1.16.0
10+
wcwidth==0.2.13
11+
zipp==3.17.0

0 commit comments

Comments
 (0)