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 faf84f5 commit 1da53ca
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .constraints/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!py3.*.txt
4 changes: 2 additions & 2 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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
ipython==8.18.1
Expand Down Expand Up @@ -176,7 +176,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
4 changes: 2 additions & 2 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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
ipython==8.18.1
Expand Down Expand Up @@ -174,7 +174,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 @@ -183,7 +183,7 @@ typing-extensions==4.7.1 ; python_version < "3.10.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
4 changes: 2 additions & 2 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 @@ -181,7 +181,7 @@ typing-extensions==4.8.0 ; python_version < "3.10.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
4 changes: 2 additions & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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
ipython==8.18.1
Expand Down Expand Up @@ -176,7 +176,7 @@ typing-extensions==4.8.0 ; python_version < "3.10.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 1da53ca

Please sign in to comment.