mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
precommit: Upgrade to Ubuntu 22.04
This commit is contained in:
parent
fd9656a0f5
commit
895ec07cf5
59 changed files with 116 additions and 235 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:20.04
|
||||
FROM ubuntu:22.04
|
||||
|
||||
# author: Ole Schuett
|
||||
|
||||
|
|
|
|||
|
|
@ -1,17 +1,21 @@
|
|||
appdirs==1.4.4
|
||||
attrs==20.1.0
|
||||
black==19.10b0
|
||||
click==7.1.2
|
||||
attrs==21.4.0
|
||||
black==22.3.0
|
||||
click==8.1.3
|
||||
cmake-format==0.6.13
|
||||
cmakelang==0.6.13
|
||||
Flask==1.1.2
|
||||
gunicorn==20.0.4
|
||||
itsdangerous==1.1.0
|
||||
Jinja2==2.11.3
|
||||
MarkupSafe==1.1.1
|
||||
pathspec==0.8.0
|
||||
regex==2020.7.14
|
||||
Flask==2.1.2
|
||||
gunicorn==20.1.0
|
||||
gyp==0.1
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.1
|
||||
mypy-extensions==0.4.3
|
||||
pathspec==0.9.0
|
||||
platformdirs==2.5.2
|
||||
regex==2022.4.24
|
||||
six==1.16.0
|
||||
toml==0.10.1
|
||||
typed-ast==1.4.1
|
||||
Werkzeug==1.0.1
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
typed-ast==1.5.3
|
||||
Werkzeug==2.1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue