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 Dec 2, 2023
1 parent fe19fe5 commit a5e7c76
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .constraints/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!py3.*.txt
6 changes: 3 additions & 3 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ execnet==2.0.2
executing==2.0.1
fastjsonschema==2.19.0
filelock==3.13.1
fonttools==4.45.1
fonttools==4.46.0
fqdn==1.5.1
gprof2dot==2022.7.29
graphviz==0.20.1
Expand All @@ -49,7 +49,7 @@ hepunits==2.3.2
identify==2.5.32
idna==3.6
imagesize==1.4.1
importlib-metadata==6.8.0
importlib-metadata==6.9.0
iniconfig==2.0.0
ipykernel==6.27.1
ipympl==0.9.3
Expand Down Expand Up @@ -187,7 +187,7 @@ typing-extensions==4.8.0
ujson==5.8.0
uri-template==1.3.0
urllib3==2.1.0
virtualenv==20.24.7
virtualenv==20.25.0
wcwidth==0.2.12
webcolors==1.13
webencodings==0.5.1
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ execnet==2.0.2
executing==2.0.1
fastjsonschema==2.19.0
filelock==3.13.1
fonttools==4.45.1
fonttools==4.46.0
fqdn==1.5.1
gprof2dot==2022.7.29
graphviz==0.20.1
Expand All @@ -48,7 +48,7 @@ hepunits==2.3.2
identify==2.5.32
idna==3.6
imagesize==1.4.1
importlib-metadata==6.8.0
importlib-metadata==6.9.0
iniconfig==2.0.0
ipykernel==6.27.1
ipympl==0.9.3
Expand Down Expand Up @@ -185,7 +185,7 @@ typing-extensions==4.8.0
ujson==5.8.0
uri-template==1.3.0
urllib3==2.1.0
virtualenv==20.24.7
virtualenv==20.25.0
wcwidth==0.2.12
webcolors==1.13
webencodings==0.5.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 @@ -193,7 +193,7 @@ typing-extensions==4.7.1 ; python_version < "3.8.0"
ujson==5.7.0
uri-template==1.3.0
urllib3==2.0.7
virtualenv==20.24.7
virtualenv==20.25.0
wcwidth==0.2.12
webcolors==1.13
webencodings==0.5.1
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ execnet==2.0.2
executing==2.0.1
fastjsonschema==2.19.0
filelock==3.13.1
fonttools==4.45.1
fonttools==4.46.0
fqdn==1.5.1
gprof2dot==2022.7.29
graphviz==0.20.1
Expand All @@ -50,7 +50,7 @@ hepunits==2.3.2
identify==2.5.32
idna==3.6
imagesize==1.4.1
importlib-metadata==6.8.0
importlib-metadata==6.9.0
importlib-resources==6.1.1
iniconfig==2.0.0
ipykernel==6.27.1
Expand Down Expand Up @@ -192,7 +192,7 @@ typing-extensions==4.8.0
ujson==5.8.0
uri-template==1.3.0
urllib3==2.1.0
virtualenv==20.24.7
virtualenv==20.25.0
wcwidth==0.2.12
webcolors==1.13
webencodings==0.5.1
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ execnet==2.0.2
executing==2.0.1
fastjsonschema==2.19.0
filelock==3.13.1
fonttools==4.45.1
fonttools==4.46.0
fqdn==1.5.1
gprof2dot==2022.7.29
graphviz==0.20.1
Expand All @@ -49,7 +49,7 @@ hepunits==2.3.2
identify==2.5.32
idna==3.6
imagesize==1.4.1
importlib-metadata==6.8.0
importlib-metadata==6.9.0
importlib-resources==6.1.1
iniconfig==2.0.0
ipykernel==6.27.1
Expand Down Expand Up @@ -188,7 +188,7 @@ typing-extensions==4.8.0
ujson==5.8.0
uri-template==1.3.0
urllib3==2.1.0
virtualenv==20.24.7
virtualenv==20.25.0
wcwidth==0.2.12
webcolors==1.13
webencodings==0.5.1
Expand Down

0 comments on commit a5e7c76

Please sign in to comment.