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 a5a6b95 commit 427c350
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gitdb==4.0.11
gitpython==3.1.43
gprof2dot==2024.6.6
graphviz==0.20.3
greenlet==3.0.3
greenlet==3.1.0
h11==0.14.0
hepunits==2.3.4
httpcore==1.0.5
Expand Down Expand Up @@ -117,7 +117,7 @@ pydot==1.4.2
pygments==2.18.0
pyparsing==3.1.4
pyproject-api==1.7.1
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-profiling==1.7.0
pytest-xdist==3.6.1
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gitdb==4.0.11
gitpython==3.1.43
gprof2dot==2024.6.6
graphviz==0.20.3
greenlet==3.0.3
greenlet==3.1.0
h11==0.14.0
hepunits==2.3.4
httpcore==1.0.5
Expand Down Expand Up @@ -116,7 +116,7 @@ pydot==1.4.2
pygments==2.18.0
pyparsing==3.1.4
pyproject-api==1.7.1
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-profiling==1.7.0
pytest-xdist==3.6.1
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gitdb==4.0.11
gitpython==3.1.43
gprof2dot==2024.6.6
graphviz==0.20.3
greenlet==3.0.3
greenlet==3.1.0
h11==0.14.0
hepunits==2.3.4
httpcore==1.0.5
Expand Down Expand Up @@ -116,7 +116,7 @@ pydot==1.4.2
pygments==2.18.0
pyparsing==3.1.4
pyproject-api==1.7.1
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-profiling==1.7.0
pytest-xdist==3.6.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gitdb==4.0.11
gitpython==3.1.43
gprof2dot==2022.7.29
graphviz==0.20.1
greenlet==3.0.3
greenlet==3.1.0
hepunits==2.3.3
identify==2.5.24
idna==3.8
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gitdb==4.0.11
gitpython==3.1.43
gprof2dot==2024.6.6
graphviz==0.20.3
greenlet==3.0.3
greenlet==3.1.0
h11==0.14.0
hepunits==2.3.4
httpcore==1.0.5
Expand Down Expand Up @@ -122,7 +122,7 @@ pydot==1.4.2
pygments==2.18.0
pyparsing==3.1.4
pyproject-api==1.7.1
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-profiling==1.7.0
pytest-xdist==3.6.1
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gitdb==4.0.11
gitpython==3.1.43
gprof2dot==2024.6.6
graphviz==0.20.3
greenlet==3.0.3
greenlet==3.1.0
h11==0.14.0
hepunits==2.3.4
httpcore==1.0.5
Expand Down Expand Up @@ -117,7 +117,7 @@ pydot==1.4.2
pygments==2.18.0
pyparsing==3.1.4
pyproject-api==1.7.1
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-profiling==1.7.0
pytest-xdist==3.6.1
Expand Down

0 comments on commit 427c350

Please sign in to comment.