File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.3 .0
3+ rev : v4.4 .0
44 hooks :
55 - id : check-merge-conflict
66 - id : check-toml
99 - id : trailing-whitespace
1010 args : [--markdown-linebreak-ext=md]
1111 - repo : https://github.com/pre-commit/pygrep-hooks
12- rev : v1.9 .0
12+ rev : v1.10 .0
1313 hooks :
1414 - id : python-check-blanket-noqa
1515 - repo : https://github.com/PyCQA/isort
16- rev : 5.10.1
16+ rev : 5.12.0
1717 hooks :
1818 - id : isort
1919 - repo : https://github.com/psf/black
20- rev : 22.10 .0
20+ rev : 23.1 .0
2121 hooks :
2222 - id : black
2323 - repo : https://github.com/PyCQA/flake8
24- rev : &flake8_version 5 .0.4
24+ rev : &flake8_version 6 .0.0
2525 hooks :
2626 - &flake8_hook
2727 id : flake8
Original file line number Diff line number Diff line change @@ -31,26 +31,29 @@ spec:
3131 - " -c"
3232 - >-
3333 PYTHONUSERBASE=/snekbox/user_base
34- pip install --user
34+ pip install --user --upgrade
3535 anyio[trio]~=3.6
3636 arrow~=1.2
37- attrs~=22.1
37+ attrs~=22.2
3838 beautifulsoup4~=4.11
39- fishhook~=0.1
39+ einspect~=0.5
40+ fishhook~=0.2
4041 forbiddenfruit~=0.1
4142 fuzzywuzzy~=0.18
4243 lark~=1.1
44+ matplotlib~=3.6
4345 more-itertools~=9.0
44- networkx~=2.8
45- numpy~=1.23
46+ networkx~=3.0
47+ numpy~=1.24
4648 pandas~=1.5
4749 pendulum~=2.1
4850 python-dateutil~=2.8
4951 pyyaml~=6.0
52+ scipy~=1.10
5053 sympy~=1.11
5154 toml~=0.10
5255 typing-extensions~=4.4
53- tzdata~=2022.6
56+ tzdata~=2022.7
5457 yarl~=1.8
5558 volumes :
5659 - name : snekbox-user-base-volume
You can’t perform that action at this time.
0 commit comments