File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1818 - id : codespell
1919 exclude : ^locale/
2020- repo : https://github.com/astral-sh/ruff-pre-commit
21- rev : v0.12.10
21+ rev : v0.12.12
2222 hooks :
2323 - id : ruff-check
2424 args : [--fix]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers = [
2121]
2222requires-python = " >=3.11"
2323dependencies = [
24- " requests==2.32.4 " ,
24+ " requests==2.32.5 " ,
2525 " web3==7.13.0" ,
2626 " websockets==15.0.1" ,
2727]
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ aspy.yaml==1.3.0
33attrs == 25.3.0
44backcall == 0.2.0
55cfgv == 3.4.0
6- coverage == 7.10.5
6+ coverage == 7.10.6
77decorator == 5.2.1
8- identify == 2.6.13
8+ identify == 2.6.14
99importlib-metadata == 8.7.0
1010importlib-resources == 6.5.2
1111ipdb == 0.13.13
12- ipython == 9.4 .0
12+ ipython == 9.5 .0
1313ipython-genutils == 0.2.0
1414jedi == 0.19.2
15- more-itertools == 10.7 .0
15+ more-itertools == 10.8 .0
1616nodeenv == 1.9.1
1717packaging == 25.0
1818parso == 0.8.5
@@ -21,17 +21,17 @@ pickleshare==0.7.5
2121pluggy == 1.6.0
2222pre-commit == 4.3.0
2323pretend == 1.0.9
24- prompt-toolkit == 3.0.51
24+ prompt-toolkit == 3.0.52
2525ptyprocess == 0.7.0
2626py == 1.11.0
2727Pygments == 2.19.2
2828pyparsing == 3.2.3
29- pytest == 8.4.1
30- pytest-cov == 6.2.1
31- pytest-mock == 3.14.1
29+ pytest == 8.4.2
30+ pytest-cov == 6.3.0
31+ pytest-mock == 3.15.0
3232six == 1.17.0
3333toml == 0.10.2
34- tox == 4.28.4
34+ tox == 4.30.2
3535traitlets == 5.14.3
3636virtualenv == 20.34.0
3737wcwidth == 0.2.13
You can’t perform that action at this time.
0 commit comments