Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Sep 11, 2024
1 parent dfdbe65 commit df9f07a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gitdb==4.0.11
gitpython==3.1.43
google-pasta==0.2.0
graphviz==0.20.3
greenlet==3.0.3
greenlet==3.1.0
grpcio==1.66.1
h11==0.14.0
h5py==3.11.0
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gitdb==4.0.11
gitpython==3.1.43
google-pasta==0.2.0
graphviz==0.20.3
greenlet==3.0.3
greenlet==3.1.0
grpcio==1.66.1
h11==0.14.0
h5py==3.11.0
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gitdb==4.0.11
gitpython==3.1.43
google-pasta==0.2.0
graphviz==0.20.3
greenlet==3.0.3
greenlet==3.1.0
grpcio==1.66.1
h11==0.14.0
h5py==3.11.0
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ google-auth==2.34.0
google-auth-oauthlib==0.4.6
google-pasta==0.2.0
graphviz==0.20.3
greenlet==3.0.3
greenlet==3.1.0
grpcio==1.66.1
h11==0.14.0
h5py==3.11.0
Expand Down Expand Up @@ -149,8 +149,8 @@ protobuf==3.19.6
psutil==6.0.0
ptyprocess==0.7.0
pure-eval==0.2.3
pyasn1==0.6.0
pyasn1-modules==0.4.0
pyasn1==0.6.1
pyasn1-modules==0.4.1
pybtex==0.24.0
pybtex-docutils==1.0.3
pycparser==2.22
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gitdb==4.0.11
gitpython==3.1.43
google-pasta==0.2.0
graphviz==0.20.3
greenlet==3.0.3
greenlet==3.1.0
grpcio==1.66.1
h11==0.14.0
h5py==3.11.0
Expand Down

0 comments on commit df9f07a

Please sign in to comment.