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 Mar 7, 2024
1 parent 2f4195e commit 9325738
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 @@ -53,7 +53,7 @@ httpx==0.27.0
identify==2.5.35
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
importlib-metadata==7.0.2
iniconfig==2.0.0
ipykernel==6.29.3
ipython==8.22.2
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ httpx==0.27.0
identify==2.5.35
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
importlib-metadata==7.0.2
iniconfig==2.0.0
ipykernel==6.29.3
ipython==8.22.2
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ httpx==0.27.0
identify==2.5.35
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
importlib-metadata==7.0.2
iniconfig==2.0.0
ipykernel==6.29.3
ipython==8.22.2
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ httpx==0.27.0
identify==2.5.35
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
importlib-resources==6.1.2
importlib-metadata==7.0.2
importlib-resources==6.1.3
iniconfig==2.0.0
ipykernel==6.29.3
ipython==8.12.3
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ httpx==0.27.0
identify==2.5.35
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
importlib-resources==6.1.2
importlib-metadata==7.0.2
importlib-resources==6.1.3
iniconfig==2.0.0
ipykernel==6.29.3
ipython==8.18.1
Expand Down

0 comments on commit 9325738

Please sign in to comment.